summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 12:54:16 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 12:54:16 +0000
commit10bf10c937b93d49e01d1c8cfcda818763e81f7a (patch)
treec3bac07a5f1d2ced58b3b19eec724ad47ea1a423 /stoc
parent4373980603650765fc51a546995c4b17de0fe982 (diff)
INTEGRATION: CWS jl13 (1.2.164); FILE MERGED
2004/10/11 14:33:50 jl 1.2.164.2: #i29390# 2004/10/11 14:31:46 jl 1.2.164.1: #i29390#
Diffstat (limited to 'stoc')
-rw-r--r--stoc/test/javavm/testcomponent/makefile.mk21
1 files changed, 12 insertions, 9 deletions
diff --git a/stoc/test/javavm/testcomponent/makefile.mk b/stoc/test/javavm/testcomponent/makefile.mk
index a68d2ecebf22..93c028556b17 100644
--- a/stoc/test/javavm/testcomponent/makefile.mk
+++ b/stoc/test/javavm/testcomponent/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: jl $ $Date: 2002-05-22 12:51:00 $
+# last change: $Author: hr $ $Date: 2004-11-09 13:54:16 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -73,16 +73,19 @@ TARGET = JavaTestComponent
# Files --------------------------------------------------------
JARFILES = sandbox.jar ridl.jar jurt.jar unoil.jar
-JAVAFILES= $(subst,$(CLASSDIR)$/$(PACKAGE)$/, $(subst,.class,.java $(JAVACLASSFILES)))
+CUSTOMMANIFESTFILE= manifest
+
+JARTARGET = $(TARGET).jar
+
+JAVAFILES= \
+ TestComponent.java
+
+
+JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
+
-JAVACLASSFILES= \
- $(CLASSDIR)$/$(PACKAGE)$/TestComponent.class
-JARCLASSDIRS= .
-JARTARGET = $(TARGET).jar
-JARCOMPRESS= TRUE
-CUSTOMMANIFESTFILE= .$/manifest
# --- Targets ------------------------------------------------------