summaryrefslogtreecommitdiff
path: root/Makefile.cvs
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.cvs')
-rw-r--r--Makefile.cvs13
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile.cvs b/Makefile.cvs
new file mode 100644
index 0000000..c875706
--- /dev/null
+++ b/Makefile.cvs
@@ -0,0 +1,13 @@
+all: aclocal automake autoheader autoconf
+
+aclocal:
+ ./autotools/bin/aclocal --acdir=./autotools/share/aclocal
+
+automake:
+ -./autotools/bin/automake --libdir=./autotools/share/automake
+
+autoheader:
+ ./autotools/bin/autoheader -A ./autotools/share/autoconf
+
+autoconf:
+ ./autotools/bin/autoconf -A ./autotools/share/autoconf