aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.cvs
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.cvs')
-rw-r--r--Makefile.cvs17
1 files changed, 17 insertions, 0 deletions
diff --git a/Makefile.cvs b/Makefile.cvs
new file mode 100644
index 0000000..aabf05f
--- /dev/null
+++ b/Makefile.cvs
@@ -0,0 +1,17 @@
+all:
+ @echo "Use make devel for development, make dist for distribution"
+
+devel:
+ aclocal
+ autoheader
+ automake
+ autoconf
+ touch stamp-h.in
+
+dist:
+ aclocal
+ autoheader
+ automake --include-deps
+ autoconf
+ touch stamp-h.in
+