summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/base
diff options
context:
space:
mode:
authorSteffen Grund <sg@openoffice.org>2003-03-31 15:24:13 +0000
committerSteffen Grund <sg@openoffice.org>2003-03-31 15:24:13 +0000
commitf2b6fee916ed84666277ba00aba438201ba831e6 (patch)
treef74102a06a6c07c4a51f10be40da064d60e9cc1d /qadevOOo/runner/base
parenta4d49cbe6cd7a62d7636d42cc2c24b9f3e6f3a5a (diff)
CHG: set 'TARGET' unique in all makefiles
Diffstat (limited to 'qadevOOo/runner/base')
-rw-r--r--qadevOOo/runner/base/makefile.mk11
1 files changed, 6 insertions, 5 deletions
diff --git a/qadevOOo/runner/base/makefile.mk b/qadevOOo/runner/base/makefile.mk
index c5b0e401ba55..b8d4b420cff3 100644
--- a/qadevOOo/runner/base/makefile.mk
+++ b/qadevOOo/runner/base/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Date: 2003-03-26 14:53:52 $
+# last change: $Date: 2003-03-31 16:22:17 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -64,7 +64,7 @@ PRJ=..$/..
PRJNAME = OOoRunner
PACKAGE = base
-TARGET = $(PRJNAME)
+TARGET = runner_base
# --- Settings -----------------------------------------------------
@@ -72,8 +72,9 @@ TARGET = $(PRJNAME)
# --- Files --------------------------------------------------------
-JARFILES = sandbox.jar ridl.jar jurt.jar unoil.jar
-JAVAFILES = TestBase.java java_complex.java java_fat.java basic_fat.java
+JARFILES = sandbox.jar ridl.jar jurt.jar unoil.jar
+JAVAFILES = TestBase.java java_complex.java java_fat.java basic_fat.java \
+ java_fat_service.java
JAVACLASSFILES= $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
# --- Targets ------------------------------------------------------