diff options
author | Dan Winship <danw@src.gnome.org> | 2002-03-05 16:57:29 +0000 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-03-05 16:57:29 +0000 |
commit | bef442d6ae99db3e3a4e1c2f026c97cd813b41d6 (patch) | |
tree | 3714dcade0783d6bb1e8ce9e707c2e783b9bb4b4 /macros/Makefile.am | |
parent | fa9f9f29a7a287c1e8a4a8f00cbba0389264577e (diff) | |
download | shared-mime-info-bef442d6ae99db3e3a4e1c2f026c97cd813b41d6.tar.gz |
I'm not dead yet!
svn path=/trunk/; revision=2345
Diffstat (limited to 'macros/Makefile.am')
-rw-r--r-- | macros/Makefile.am | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/macros/Makefile.am b/macros/Makefile.am new file mode 100644 index 00000000..f5cc043b --- /dev/null +++ b/macros/Makefile.am @@ -0,0 +1,42 @@ +## 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 |