diff options
author | nobody <nobody@localhost> | 2002-11-07 00:33:24 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2002-11-07 00:33:24 +0800 |
commit | 1168a2376f934efe2d919e4d439d7eaff4f16014 (patch) | |
tree | eb739ba41251ad0e5399c56cd201a5496914f929 /Makefile.am | |
parent | 774aba8ec57d4e7d76a8b5bab60308a05159da64 (diff) | |
download | gsoc2013-evolution-GEDIT_2_1_3.tar.gz gsoc2013-evolution-GEDIT_2_1_3.tar.zst gsoc2013-evolution-GEDIT_2_1_3.zip |
This commit was manufactured by cvs2svn to create tag 'GEDIT_2_1_3'.GEDIT_2_1_3
svn path=/tags/GEDIT_2_1_3/; revision=18603
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 82 |
1 files changed, 0 insertions, 82 deletions
diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index cc817fe738..0000000000 --- a/Makefile.am +++ /dev/null @@ -1,82 +0,0 @@ -changelogs = \ - ChangeLog - -confexecdir = $(libdir) -confexec_DATA = \ - camelConf.sh \ - evolution_shellConf.sh \ - evolution_addressbookConf.sh \ - evolution_calendarConf.sh - -EXTRA_DIST = \ - AUTHORS \ - $(changelogs) \ - COPYING-DOCS \ - README \ - HACKING \ - MAINTAINERS \ - NEWS \ - NEWS-1.0 \ - xml-i18n-merge.in \ - xml-i18n-update.in \ - xml-i18n-extract.in \ - $(confexec_DATA:.sh=.sh.in) - -SUBDIRS = \ - data \ - e-util \ - libical \ - libversit \ - widgets \ - shell \ - libwombat \ - calendar \ - art \ - ui \ - default_user \ - views \ - tools \ - wombat - - -# omf-install - -%Conf.sh: %Conf.sh.in Makefile - sed -e 's?\@EVOLUTION_LIBDIR\@?$(EVOLUTION_LIBDIR)?g' \ - -e 's?\@EVOLUTION_DATADIR\@?$(EVOLUTION_DATADIR)?g' \ - -e 's?\@EVOLUTION_INCLUDEDIR\@?$(EVOLUTION_INCLUDEDIR)?g' \ - -e 's?\@CAMEL_INCLUDEDIR\@?$(CAMEL_INCLUDEDIR)?g' \ - -e 's?\@VERSION\@?$(VERSION)?g' \ - -e 's?\@privlibdir\@?$(privlibdir)?g' \ - -e 's?\@SHELL_LIBS\@?$(SHELL_LIBS)?g' \ - -e 's?\@SHELL_CFLAGS\@?$(SHELL_CFLAGS)?g' \ - -e 's?\@CAMEL_LIBS\@?$(CAMEL_LIBS)?g' \ - -e 's?\@CAMEL_CFLAGS\@?$(CAMEL_CFLAGS)?g' \ - -e 's?\@LDAP_LIBS\@?$(LDAP_LIBS)?g' \ - -e 's?\@LDAP_CFLAGS\@?$(LDAP_CFLAGS)?g' \ - -e 's?\@EVOLUTION_ADDRESSBOOK_LIBS\@?$(EVOLUTION_ADDRESSBOOK_LIBS)?g' \ - -e 's?\@EVOLUTION_ADDRESSBOOK_CFLAGS\@?$(EVOLUTION_ADDRESSBOOK_CFLAGS)?g' \ - -e 's?\@EVOLUTION_CALENDAR_LIBS\@?$(EVOLUTION_CALENDAR_LIBS)?g' \ - -e 's?\@EVOLUTION_CALENDAR_CFLAGS\@?$(EVOLUTION_CALENDAR_CFLAGS)?g' \ - < $(srcdir)/$< > $@.tmp \ - && mv $@.tmp $@ - -# CDE Stuff - -if HAVE_DTAPPINTEGRATE - -# This installs Evolution into the Application Manager on CDE -dtappintegrate: - ( cd data && make dtappintegrate ) - -# ...And this uninstalls it -dtappunintegrate: - ( cd data ; make dtappunintegrate ) - -# Install/uninstall for CDE -cde-install: install dtappintegrate -cde-uninstall: dtappunintegrate uninstall - -endif - -ACLOCAL_AMFLAGS = -I m4 |