summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1998-02-19 20:31:30 +0000
committerRaja R Harinath <harinath@src.gnome.org>1998-02-19 20:31:30 +0000
commita6b9fea58e85e63e773ffad46db6b69275bd649d (patch)
treea09d7f8a442224acf17fb6737e7ff7f2310c2d02 /Makefile.am
parent61e2c71aae3a1a661c4c1ddc0abbdc40029a2664 (diff)
downloadgnome-common-a6b9fea58e85e63e773ffad46db6b69275bd649d.tar.gz
New sample file. Likewise. Likewise. Likewise.
* autogen.sh: New sample file. * configure.in: Likewise. * Makefile.am: Likewise. * README: Likewise. svn path=/trunk/; revision=91
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..484f4cf
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,11 @@
+## if <internationalization support>
+#SUBDIRS = po intl macros support # <your subdirs here>
+## else
+SUBDIRS = macros support # <your subdirs here>
+## endif
+
+## to automatically rebuild aclocal.m4 if any of the macros in
+## `macros/' change
+@MAINT@include macros/macros.dep
+@MAINT@macros/macros.dep: macros/Makefile.am
+@MAINT@ cd macros && $(MAKE) macros.dep