summaryrefslogtreecommitdiff
path: root/ridljar/util/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'ridljar/util/makefile.mk')
-rw-r--r--ridljar/util/makefile.mk17
1 files changed, 15 insertions, 2 deletions
diff --git a/ridljar/util/makefile.mk b/ridljar/util/makefile.mk
index 39f3243b7dd7..91ea5e7acefa 100644
--- a/ridljar/util/makefile.mk
+++ b/ridljar/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: jl $ $Date: 2002-10-25 06:52:55 $
+# last change: $Author: hr $ $Date: 2003-03-26 15:44:58 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -76,6 +76,19 @@ JARCLASSDIRS = com
JARTARGET = $(TARGET).jar
JARCOMPRESS = TRUE
+# Special work necessary for building java reference with javadoc.
+# The source of puplic APIs must be delivered and used later in the
+# odk module.
+ZIP1TARGET=$(TARGET)_src
+ZIP1FLAGS=-u -r
+ZIP1DIR=$(PRJ)
+ZIP1LIST=com -x "*makefile.mk"
+
+ZIP2TARGET=$(TARGET)2_src
+ZIP2FLAGS=-u -r
+ZIP2DIR=$(MISC)$/java
+ZIP2LIST=com
+
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk