From cb465c6f511d63b5445a640735295de967126e2c Mon Sep 17 00:00:00 2001 From: Jason Fesler Date: Wed, 2 Apr 2014 19:48:27 -0700 Subject: Imported without history from https://falling-sky.googlecode.com/svn/trunk/mod_ip revision 1511 --- Makefile.dist | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Makefile.dist (limited to 'Makefile.dist') diff --git a/Makefile.dist b/Makefile.dist new file mode 100644 index 0000000..2d6db26 --- /dev/null +++ b/Makefile.dist @@ -0,0 +1,15 @@ +DISTRIBUTE = configure config.h NOTICE README README.configuration mod_ip.c ip2asn.c ip2asn.h Makefile.in config.h.in scan-sixxs.pl +DIST_WORKDIR = work + +dist-prep:: + rm -fr $(DIST_WORKDIR) + mkdir -p $(DIST_WORKDIR) + autoconf + ./configure + cp -p $(DISTRIBUTE) $(DIST_WORKDIR) + +dist-test: dist-prep + ../dist_support/make-dist.pl --stage $(DIST_WORKDIR) --base mod_ip --branch test + +dist-stable: dist-prep + ../dist_support/make-dist.pl --stage $(DIST_WORKDIR) --base mod_ip --branch stable -- cgit v1.2.3