2002-07-09 Peter Williams <peterw@ximian.com> * libversit/Makefile.am (privlib_LIBRARIES): Install libversit.a so that people compiling against the addressbook can do so successfully. * Makefile.am: create our *Conf.sh files and dist them and install them. * configure.in: Define and subst some variables that the Conf.sh file need. 2002-07-08 Peter Williams <peterw@ximian.com> * backend/ebook/Makefile.am: Install libebook-static.la. Also change --all-static to -all-static, which is the right flag. * backend/pas/Makefile.am: Install the PAS headers in $(includedir)/evolution/pas. Install libpas.a 2002-07-08 Peter Williams <peterw@ximian.com> * cal-util/Makefile.am: Install libcal-util-static.la and fix the -all-static flag to make it install statically. * pcs/Makefile.am: Install libpcs.a and its headers. * pcs/cal-backend-util.h: Same sort of include namespacing fix, but for pcs. * pcs/cal.h: * pcs/query.h: * pcs/cal-factory.h: * pcs/cal-backend.h: * pcs/cal-backend-file.h: Same. 2002-07-17 Peter Williams <peterw@ximian.com> * calendar/cal-util/Makefile.am (GTKDOC_LIBS): Because we're using libtool as our LD, we can reference .la's and libtool will DTRT for us. * calendar/cal-client/Makefile.am (GTKDOC_LIBS): Same here. 2002-07-03 Peter Williams <peterw@ximian.com> * Makefile.am: Install libeutil, libeconduit, and libedb3util and their headers. 2002-07-08 Peter Williams <peterw@ximian.com> * Makefile.am: Reference the new libefilterbar.a. 2002-07-12 Peter Williams <peterw@ximian.com> * Makefile.am (INCLUDES): Add -I$(builddir)/libical/src/libical for the generated ical.h (some headers rely on this because they too get installed.) 2002-07-09 Peter Williams <peterw@ximian.com> * e-timezone-dialog/Makefile.am: Add -I$(top_builddir)/libical/src/libical; some headers that we rely on get installed, so they point to the ical.h that gets generated and installed; consequently we need to be able to find the generated ical.h * misc/Makefile.am: Install libemiscwidgets.a and its headers. However, break EFilterBar into a separate libefilterbar.a because we don't want the installed library to depend on libfilter. svn path=/trunk/; revision=17496
201 lines
5.1 KiB
Makefile
201 lines
5.1 KiB
Makefile
SUBDIRS = importers
|
|
|
|
bin_PROGRAMS = evolution-mail
|
|
|
|
importerdir = $(privlibdir)/evolution-mail-importers
|
|
|
|
INCLUDES = \
|
|
-I$(top_srcdir)/widgets \
|
|
-I$(top_srcdir)/widgets/e-text \
|
|
-I$(top_srcdir)/widgets/misc \
|
|
-I$(top_srcdir)/camel \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/composer \
|
|
-I$(top_builddir)/composer \
|
|
-I$(top_builddir)/shell \
|
|
-I$(top_srcdir)/shell \
|
|
-I$(top_srcdir)/shell/importer \
|
|
-I$(top_builddir)/shell/importer \
|
|
-I$(top_srcdir)/addressbook/backend \
|
|
-I$(top_builddir)/addressbook/backend \
|
|
$(EVOLUTION_MAIL_CFLAGS) \
|
|
-DEVOLUTION_DATADIR=\""$(datadir)"\" \
|
|
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
|
|
-DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \
|
|
-DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \
|
|
-DEVOLUTION_IMAGES=\""$(datadir)/images/evolution"\" \
|
|
-DEVOLUTION_BUTTONSDIR=\""$(buttonsdir)"\" \
|
|
-DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \
|
|
-DCAMEL_PROVIDERDIR=\""$(camel_providerdir)"\" \
|
|
-DMAIL_IMPORTERSDIR=\""$(importerdir)"\" \
|
|
-DG_LOG_DOMAIN=\"evolution-mail\"
|
|
|
|
EVOLUTION_MAIL_CORBA_GENERATED = \
|
|
Mail.h \
|
|
Mail-common.c \
|
|
Mail-skels.c \
|
|
Mail-stubs.c
|
|
|
|
SPELL_IDL = Spell.idl
|
|
|
|
IDL_GENERATED = \
|
|
Spell.h \
|
|
Spell-common.c \
|
|
Spell-skels.c \
|
|
Spell-stubs.c
|
|
|
|
$(IDL_GENERATED): $(SPELL_IDL)
|
|
$(ORBIT_IDL) -I $(srcdir) -I $(datadir)/idl -I `$(GNOME_CONFIG) --cflags idl` \
|
|
-I `$(GNOME_CONFIG) --datadir`/idl $(srcdir)/Spell.idl
|
|
|
|
Spell-impl.o: Spell.h
|
|
|
|
evolution_mail_SOURCES = \
|
|
$(EVOLUTION_MAIL_CORBA_GENERATED) \
|
|
$(IDL_GENERATED) \
|
|
component-factory.c \
|
|
component-factory.h \
|
|
e-searching-tokenizer.c \
|
|
e-searching-tokenizer.h \
|
|
folder-browser.c \
|
|
folder-browser.h \
|
|
folder-browser-factory.c \
|
|
folder-browser-factory.h \
|
|
folder-browser-ui.c \
|
|
folder-browser-ui.h \
|
|
folder-browser-window.c \
|
|
folder-browser-window.h \
|
|
folder-info.c \
|
|
folder-info.h \
|
|
mail-accounts.c \
|
|
mail-accounts.h \
|
|
mail-account-editor.c \
|
|
mail-account-editor.h \
|
|
mail-account-gui.c \
|
|
mail-account-gui.h \
|
|
mail-autofilter.c \
|
|
mail-autofilter.h \
|
|
mail-callbacks.c \
|
|
mail-callbacks.h \
|
|
mail-composer-prefs.c \
|
|
mail-composer-prefs.h \
|
|
mail-font-prefs.c \
|
|
mail-font-prefs.h \
|
|
mail-config.c \
|
|
mail-config.h \
|
|
mail-config-druid.c \
|
|
mail-config-druid.h \
|
|
mail-config-factory.c \
|
|
mail-config-factory.h \
|
|
mail-crypto.c \
|
|
mail-crypto.h \
|
|
mail-display.c \
|
|
mail-display.h \
|
|
mail-folder-cache.c \
|
|
mail-folder-cache.h \
|
|
mail-format.c \
|
|
mail-identify.c \
|
|
mail-importer.c \
|
|
mail-importer.h \
|
|
mail-local.c \
|
|
mail-local.h \
|
|
mail-mt.c \
|
|
mail-mt.h \
|
|
mail-offline-handler.c \
|
|
mail-offline-handler.h \
|
|
mail-ops.c \
|
|
mail-ops.h \
|
|
mail-preferences.c \
|
|
mail-preferences.h \
|
|
mail-search.c \
|
|
mail-search.h \
|
|
mail-search-dialogue.c \
|
|
mail-search-dialogue.h \
|
|
mail-send-recv.c \
|
|
mail-send-recv.h \
|
|
mail-session.c \
|
|
mail-session.h \
|
|
mail-signature-editor.c \
|
|
mail-signature-editor.h \
|
|
mail-stream-gtkhtml.c \
|
|
mail-stream-gtkhtml.h \
|
|
mail-tools.c \
|
|
mail-tools.h \
|
|
mail-types.h \
|
|
mail-vfolder.c \
|
|
mail-vfolder.h \
|
|
message-browser.c \
|
|
message-browser.h \
|
|
main.c \
|
|
message-list.c \
|
|
message-list.h \
|
|
message-tag-editor.c \
|
|
message-tag-editor.h \
|
|
message-tag-followup.c \
|
|
message-tag-followup.h \
|
|
subscribe-dialog.c \
|
|
subscribe-dialog.h \
|
|
mail.h
|
|
|
|
evolution_mail_LDADD = \
|
|
$(top_builddir)/camel/libcamel.la \
|
|
$(top_builddir)/e-util/libeutil.la \
|
|
$(top_builddir)/shell/libeshell.la \
|
|
$(top_builddir)/composer/libcomposer.a \
|
|
$(top_builddir)/widgets/misc/libemiscwidgets.a \
|
|
$(top_builddir)/widgets/misc/libefilterbar.a \
|
|
$(top_builddir)/addressbook/backend/ebook/libebook.la \
|
|
$(top_builddir)/libversit/libversit.a \
|
|
$(top_builddir)/e-util/ename/libename.la \
|
|
$(top_builddir)/filter/libfilter.la \
|
|
$(top_builddir)/shell/importer/libevolution-importer.la \
|
|
$(top_builddir)/widgets/menus/libmenus.la \
|
|
$(EVOLUTION_MAIL_LIBS)
|
|
|
|
evolution_mail_LDFLAGS = \
|
|
-export-dynamic
|
|
|
|
oafdir = $(datadir)/oaf
|
|
oaf_in_files = GNOME_Evolution_Mail.oaf.in
|
|
oaf_DATA = $(oaf_in_files:.oaf.in=.oaf)
|
|
|
|
@XML_I18N_MERGE_OAF_RULE@
|
|
|
|
gladedir = $(datadir)/evolution/glade
|
|
glade_DATA = mail-config.glade local-config.glade subscribe-dialog.glade message-tags.glade
|
|
|
|
etspecdir = $(datadir)/evolution/etspec/
|
|
etspec_DATA = mail-accounts.etspec message-list.etspec subscribe-dialog.etspec
|
|
|
|
iconsdir = $(datadir)/images/evolution
|
|
buttonsdir = $(datadir)/images/evolution/buttons
|
|
|
|
$(EVOLUTION_MAIL_CORBA_GENERATED): Mail.idl
|
|
$(ORBIT_IDL) -I $(srcdir) -I $(datadir)/idl -I `$(GNOME_CONFIG) --cflags idl` \
|
|
-I `$(GNOME_CONFIG) --datadir`/idl $(srcdir)/Mail.idl
|
|
|
|
EXTRA_DIST = \
|
|
Mail.idl \
|
|
$(SPELL_IDL) \
|
|
$(glade_DATA) \
|
|
$(oaf_in_files) \
|
|
$(oaf_DATA) \
|
|
$(etspec_DATA)
|
|
|
|
if ENABLE_PURIFY
|
|
PLINK = $(LIBTOOL) --mode=link $(PURIFY) $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
|
|
|
|
all-local: evolution-mail.pure
|
|
|
|
evolution-mail.pure: evolution-mail
|
|
@rm -f evolution-mail.pure
|
|
$(PLINK) $(evolution_mail_LDFLAGS) $(evolution_mail_OBJECTS) $(evolution_mail_LDADD) $(LIBS)
|
|
|
|
endif
|
|
|
|
dist-hook:
|
|
cd $(distdir); rm -f $(BUILT_SOURCES)
|
|
|
|
BUILT_SOURCES = $(EVOLUTION_MAIL_CORBA_GENERATED)
|
|
CLEANFILES = $(BUILT_SOURCES) $(IDL_GENERATED)
|