summaryrefslogtreecommitdiff
path: root/m4/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'm4/Makefile.am')
-rw-r--r--m4/Makefile.am26
1 files changed, 26 insertions, 0 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am
new file mode 100644
index 0000000..4d01443
--- /dev/null
+++ b/m4/Makefile.am
@@ -0,0 +1,26 @@
+##
+## Process this file with automake to produce Makefile.in
+##
+
+
+EXTRA_DIST = README libtool.m4
+
+
+##
+##
+##
+
+
+mostlyclean-generic:
+ -rm -f *~ \#* .*~ .\#*
+
+
+maintainer-clean-generic:
+ -@echo "This command is intended for maintainers to use;"
+ -@echo "it deletes files that may require special tools to rebuild."
+ -rm -f Makefile.in
+
+##
+## End of Makefile.am
+##
+###############################################################################