summaryrefslogtreecommitdiff
path: root/jurt/util
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2000-11-08 12:08:15 +0000
committerJuergen Schmidt <jsc@openoffice.org>2000-11-08 12:08:15 +0000
commita8761066ba5cb7541188c89228c70f8420d7ed79 (patch)
treee6a225513aacfc93ff1a5782c74a2793c26bcc57 /jurt/util
parent1a9ded987297c73ad4a51f0847b2bb41e80240f8 (diff)
remove generation of java files from idl
Diffstat (limited to 'jurt/util')
-rw-r--r--jurt/util/makefile.pmk15
1 files changed, 3 insertions, 12 deletions
diff --git a/jurt/util/makefile.pmk b/jurt/util/makefile.pmk
index cd77efec41cf..861c2e5a186b 100644
--- a/jurt/util/makefile.pmk
+++ b/jurt/util/makefile.pmk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.pmk,v $
#
-# $Revision: 1.1.1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: hr $ $Date: 2000-09-18 15:27:56 $
+# last change: $Author: jsc $ $Date: 2000-11-08 13:08:15 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -64,14 +64,5 @@
.INCLUDE : settings.mk
-JARFILES = sandbox.jar
-CLASSGENDIR = $(OUT)$/classgen
-#classpath if jarfiles not set
-XCLASSPATH := $(XCLASSPATH)$(PATH_SEPERATOR)$(MISC)$/java
-#XCLASSPATH = $(XCLASSPATH)$(PATH_SEPERATOR)$(CLASSGENDIR)
-RDB = $(SOLARBINDIR)$/applicat.rdb
+JARFILES = sandbox.jar ridl.jar
JAVAFILES = $(subst,$(CLASSDIR)$/$(PACKAGE)$/, $(subst,.class,.java $(JAVACLASSFILES)))
-
-
-%.java:
- javamaker -BUCR -O$(OUT)$/misc$/java $(subst,$/,. $(subst,$(OUT)$/misc$/java$/,-T $*)) $(RDB)