diff options
author | gfarris <gfarris@src.gnome.org> | 2001-12-04 12:46:41 +0800 |
---|---|---|
committer | gfarris <gfarris@src.gnome.org> | 2001-12-04 12:46:41 +0800 |
commit | edd7c48be63e486f0c8c424fdc556c57503c4374 (patch) | |
tree | f2f245320b0bc90a72dd0ef4b3d977bc8a9bc051 /macros/Makefile.am | |
parent | 4afdf27f16d59449354dd3b5d71248b750c0a20b (diff) | |
download | gsoc2013-evolution-edd7c48be63e486f0c8c424fdc556c57503c4374.tar.gz gsoc2013-evolution-edd7c48be63e486f0c8c424fdc556c57503c4374.tar.zst gsoc2013-evolution-edd7c48be63e486f0c8c424fdc556c57503c4374.zip |
*** empty log message ***
svn path=/trunk/; revision=14857
Diffstat (limited to 'macros/Makefile.am')
-rw-r--r-- | macros/Makefile.am | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/macros/Makefile.am b/macros/Makefile.am deleted file mode 100644 index f5cc043be2..0000000000 --- a/macros/Makefile.am +++ /dev/null @@ -1,42 +0,0 @@ -## Please update this variable if any new macros are created - -MACROS= \ - aclocal-include.m4 \ - compiler-flags.m4 \ - curses.m4 \ - gnome-bonobo-check.m4 \ - gnome-fileutils.m4 \ - gnome-ghttp-check.m4 \ - gnome-gnorba-check.m4 \ - gnome-guile-checks.m4 \ - gnome-libgtop-check.m4 \ - gnome-objc-checks.m4 \ - gnome-orbit-check.m4 \ - gnome-print-check.m4 \ - gnome-pthread-check.m4 \ - gnome-support.m4 \ - gnome-undelfs.m4 \ - gnome-vfs.m4 \ - gnome-x-checks.m4 \ - gnome-xml-check.m4 \ - gnome.m4 \ - gperf-check.m4 \ - linger.m4 \ - need-declaration.m4 - -EXTRA_DIST=$(MACROS) gnome-common.m4 gnome-gettext.m4 autogen.sh -MAINTAINERCLEANFILES=macros.dep - -@MAINT@macros.dep: Makefile.am -@MAINT@ @echo '$$(top_srcdir)/aclocal.m4: $(MACROS:%=macros/%)' > $@ - -if INSIDE_GNOME_COMMON -gnome_aclocaldir = $(datadir)/aclocal/gnome-macros - -gnome-macros.dep: Makefile.am - @echo '$$(top_srcdir)/aclocal.m4: $(MACROS:%=$(gnome_aclocaldir)/%)' > $@ - -gnome_aclocal_DATA = $(MACROS) gnome-macros.dep gnome-common.m4 \ - gnome-gettext.m4 autogen.sh - -endif |