aboutsummaryrefslogtreecommitdiffstats
path: root/macros/Makefile.am
diff options
context:
space:
mode:
authorJP Rosevear <jpr@src.gnome.org>2004-10-02 00:50:41 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-10-02 00:50:41 +0800
commitacb88c209ef296564123666cdc18c787a0f91082 (patch)
treee14476f6aad71d7fd4365f557704f84e1f56c7bd /macros/Makefile.am
parent8820b3da918a837632cc44dbd589aa3eae2d74e4 (diff)
downloadgsoc2013-evolution-acb88c209ef296564123666cdc18c787a0f91082.tar
gsoc2013-evolution-acb88c209ef296564123666cdc18c787a0f91082.tar.gz
gsoc2013-evolution-acb88c209ef296564123666cdc18c787a0f91082.tar.bz2
gsoc2013-evolution-acb88c209ef296564123666cdc18c787a0f91082.tar.lz
gsoc2013-evolution-acb88c209ef296564123666cdc18c787a0f91082.tar.xz
gsoc2013-evolution-acb88c209ef296564123666cdc18c787a0f91082.tar.zst
gsoc2013-evolution-acb88c209ef296564123666cdc18c787a0f91082.zip
Remove macros dir, we haven't needed it in ages.
svn path=/trunk/; revision=27448
Diffstat (limited to 'macros/Makefile.am')
-rw-r--r--macros/Makefile.am43
1 files changed, 0 insertions, 43 deletions
diff --git a/macros/Makefile.am b/macros/Makefile.am
deleted file mode 100644
index f9a0e2b392..0000000000
--- a/macros/Makefile.am
+++ /dev/null
@@ -1,43 +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-pilot.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