summaryrefslogtreecommitdiff
path: root/macros/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2000-07-24 23:07:48 +0000
committernobody <nobody@localhost>2000-07-24 23:07:48 +0000
commit57230c64775b8be85c3ade1b462e9c230c2377bb (patch)
tree3972b59aa6351d8e9ab6b5a0a9a626b8092e3f5b /macros/Makefile.am
parent68fcb40dbe388b2c9065f2be5fef29d076f58f4b (diff)
downloadshared-mime-info-nautilus-pr2.tar.gz
This commit was manufactured by cvs2svn to create branch 'nautilus-pr2'.nautilus-pr2
svn path=/branches/nautilus-pr2/; revision=1340
Diffstat (limited to 'macros/Makefile.am')
-rw-r--r--macros/Makefile.am42
1 files changed, 0 insertions, 42 deletions
diff --git a/macros/Makefile.am b/macros/Makefile.am
deleted file mode 100644
index ed4b5fa1..00000000
--- 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 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 \
- autogen.sh
-
-endif