diff options
author | nobody <nobody@localhost> | 1999-04-18 16:40:04 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 1999-04-18 16:40:04 +0800 |
commit | 3e7ddd915fbae2183ea93ec41cf1832843094afc (patch) | |
tree | 0da02616338f772046c39a29fb093376804020c4 /macros/Makefile.am | |
parent | 8a078e8e0b5b71f3c7a1be60a50e7095f1052a11 (diff) | |
download | gsoc2013-evolution-INITIAL.tar gsoc2013-evolution-INITIAL.tar.gz gsoc2013-evolution-INITIAL.tar.bz2 gsoc2013-evolution-INITIAL.tar.lz gsoc2013-evolution-INITIAL.tar.xz gsoc2013-evolution-INITIAL.tar.zst gsoc2013-evolution-INITIAL.zip |
This commit was manufactured by cvs2svn to create branch 'HEAD'.INITIAL
svn path=/branches/HEAD/; revision=847
Diffstat (limited to 'macros/Makefile.am')
-rw-r--r-- | macros/Makefile.am | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/macros/Makefile.am b/macros/Makefile.am deleted file mode 100644 index a48df7f9f3..0000000000 --- a/macros/Makefile.am +++ /dev/null @@ -1,39 +0,0 @@ -## Please update this variable if any new macros are created -MACROS= \ - aclocal-include.m4 \ - compiler-flags.m4 \ - curses.m4 \ - gnome-fileutils.m4 \ - gnome-gettext.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 \ - linger.m4 \ - need-declaration.m4 - -EXTRA_DIST=$(MACROS) gnome-common.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 - -gnome-macros.dep: Makefile.am - @echo '$$(top_srcdir)/aclocal.m4: $(MACROS:%=$(gnome_aclocaldir)/%)' > $@ - -gnome_aclocal_DATA = $(MACROS) gnome-macros.dep gnome-common.m4 autogen.sh - -endif |