summaryrefslogtreecommitdiffstats
path: root/prepare-source.mak
diff options
context:
space:
mode:
Diffstat (limited to 'prepare-source.mak')
-rw-r--r--prepare-source.mak13
1 files changed, 13 insertions, 0 deletions
diff --git a/prepare-source.mak b/prepare-source.mak
new file mode 100644
index 0000000..12027cb
--- /dev/null
+++ b/prepare-source.mak
@@ -0,0 +1,13 @@
+SHELL=/bin/sh
+
+conf: configure.sh config.h.in
+.PHONY: conf
+
+aclocal.m4: m4/*.m4
+ aclocal -I m4
+
+configure.sh: configure.ac aclocal.m4
+ autoconf -o configure.sh
+
+config.h.in: configure.ac aclocal.m4
+ autoheader && touch config.h.in