From dd1ba9ad320e297f1acf1027604a368f1ddbde6c Mon Sep 17 00:00:00 2001 From: Constantin Date: Mon, 14 Jun 2010 11:27:05 +0200 Subject: changed build system of java/ folder from makefile to ant (big compilation time improvement) --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 91a517b..d326f51 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,6 +47,10 @@ SUBDIRS = relblobif relindexif relmddif relcatalogif reladminif relstorageif \ mddmgr httpserver mymalloc time server rasmgr rascontrol rasdl \ applications bin insertutils manuals_and_examples include java +all: + cd petascope; ant + cd java; ant + dist_log_DATA=empty # excluded for the moment, contains nothing that is delivered: -- cgit