summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0476399..cc6b14a 100755
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,10 @@
# See src/*/Makefile and src/defaults.mak for user-definable settings
+include src/defaults.mak
+
REGNAMES = gnu pcre posix oniguruma tre
+DISTFILE = lrexlib-$(V).zip
all:
@for i in $(REGNAMES); do \
@@ -21,3 +24,6 @@ clean:
dist:
git2cl > ChangeLog
+ cp -a doc/index.txt README
+ rm -f $(DISTFILE)
+ zip $(DISTFILE) -r . -x ".git/*" "*.gitignore" "*.o" "*.a" "*.so" "*.so.*"