jabber2db: update/delete users.
[vcard2ldap.git] / dev.mk
blob51e3b59b2e000e954fe4963cf63ed70c57146f0b
1 SRC = ./src
2 all: j143 j16
3 j143:
4 cd $(SRC) && $(MAKE) -f Makefile.143 all
5 j16:
6 cd $(SRC) && $(MAKE) -f Makefile.16 all
7 $(MAKE) all
8 p16:
9 @echo "Do nothing"
10 p214:
11 -(cd ../../patch/ && diff -Naurb jabberd-2.1.14.orig jabberd-2.1.14) \
12 > patch/patch-v2l-jabberd-2.1.14.diff
13 patches: p16 p214
14 commit: rclean patches
15 git commit -a
16 dist: rclean patches
17 $(RM) Makefile Makefile.in v2l-j16.xml \
18 src/Makefile src/Makefile.in
19 $(RM) -r src/.deps
20 -tar -czf vcard2ldap.tgz --exclude=src/.deps \
21 --exclude=.git --exclude=patch/mod_*.c --exclude=vcard2ldap.* \
22 --exclude=*.save --exclude doc/* \
23 --exclude=dev.mk \
24 ../vcard2ldap
25 doxy:
26 -doxygen
27 rclean:
28 $(RM) vcard2ldap.tgz
29 $(RM) -r doc/*
30 cd $(SRC) && $(MAKE) -f Makefile.143 clean
31 cd $(SRC) && $(MAKE) -f Makefile.16 clean
32 if test -f "Makefile" ; then $(MAKE) clean ; fi