summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
new file mode 100644
index 0000000..c36f6cd
--- /dev/null
+++ b/GNUmakefile
@@ -0,0 +1,17 @@
+ifneq (,$(wildcard Makefile))
+ include Makefile
+
+.PHONY: ChangeLog
+ChangeLog:
+ @perl ./git2clog.pl
+
+else
+$(if $(MAKECMDGOALS),$(MAKECMDGOALS),all): Makefile
+ $(MAKE) $(MAKECMDGOALS)
+
+Makefile: Makefile.am configure
+ ./configure
+
+configure: configure.ac
+ autoreconf -f -i -s
+endif

Return to:

Send suggestions and report system problems to the System administrator.