aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a85d8ed..0396973 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
# Be sure to set this before compiling ...
- VER = 1.2.7
+ VER = 1.2.8
DIST = lib/ivy-java-$(VER).jar
DOCS = doc/html/api
#JAR = fastjar # jar fails with kaffe on woody
@@ -20,19 +20,22 @@ docs:
( cd doc; make; )
( cd src; make docs ; )
+tests:
+ ( cd tests; ant )
+
#dist: class docs
dist: class
ln -sf src/fr .
ln -sf bundle/${dist}gnu .
ln -sf bundle/${dist}org .
- $(JAR) cvfm $(DIST) manifest fr/dgac/ivy/*.class gnu org src/Makefile src/*.java examples/*txt examples/*xml examples/*java examples/Makefile doc/html/api/fr/dgac/ivy/*html doc/html/api/*html doc/html/api/*css README COPYING.LIB doc/ivy-java.pdf doc/ivy-java
+ $(JAR) cvfm $(DIST) manifest fr/dgac/ivy/*.class gnu org src/Makefile src/*.java examples/*txt examples/*xml examples/*java examples/Makefile tests/*java tests/Makefile doc/html/api/fr/dgac/ivy/*html doc/html/api/*html doc/html/api/*css README COPYING.LIB doc/ivy-java.pdf doc/ivy-java
rm -f fr gnu org
jar: class
ln -sf src/fr .
ln -sf bundle/${dist}gnu .
ln -sf bundle/${dist}org .
- $(JAR) cvfm lib/ivy-java.jar manifest fr/dgac/ivy/*.class src/Makefile src/*.java README COPYING.LIB Changelog BUGS gnu org examples/*.java
+ $(JAR) cfm lib/ivy-java.jar manifest fr/dgac/ivy/*.class src/Makefile src/*.java README COPYING.LIB Changelog BUGS gnu org examples/*.java
rm -f fr gnu org
clean: