benchmarks/Make.proto
changeset 3370 0d56a220d44c
parent 3109 6d8f66f1ff39
child 3436 df7341cb4801
--- a/benchmarks/Make.proto	Mon Feb 02 10:15:40 2015 +0000
+++ b/benchmarks/Make.proto	Wed Feb 04 07:56:36 2015 +0000
@@ -34,7 +34,7 @@
 # add the path(es) here:,
 # ********** OPTIONAL: MODIFY the next lines ***
 # LOCALINCLUDES=-Ifoo -Ibar
-LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/libbasic
+LOCALINCLUDES= -I$(INCLUDE_TOP)/jv/calipel/s -I$(INCLUDE_TOP)/stx/libbasic -I$(INCLUDE_TOP)/stx/libbasic2 -I$(INCLUDE_TOP)/stx/libjava -I$(INCLUDE_TOP)/stx/libprofiler
 
 
 # if you need any additional defines for embedded C code,
@@ -66,6 +66,18 @@
 pre_objs::  
 
 
+java_clean:
+	ant -f java/build.xml clean
+
+clean:: java_clean
+
+
+java_compile:
+	ant -f java/build.xml compile
+
+all:: java_compile
+
+
 
 
 # Update SVN revision in package definition class
@@ -128,7 +140,7 @@
 
 
 # build all packages containing referenced classes for this package
-# they are nor needed to compile the package
+# they are not needed to compile the package (but later, to load it)
 references: