summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/makefile.mk
diff options
context:
space:
mode:
authorSteffen Grund <sg@openoffice.org>2003-03-25 14:30:32 +0000
committerSteffen Grund <sg@openoffice.org>2003-03-25 14:30:32 +0000
commit45037dc6e868f4e1384c0a66f761706e4db9bc5b (patch)
tree1d8912a4b8063cf3ed94b9a33cef63feb839121b /qadevOOo/runner/makefile.mk
parent8a8ee787602bbac68b5ca8bdddd6f80d3e9fcb02 (diff)
CHG: 'dmake TESTS=TRUE' adds all tests to the OOoRunner.jar
Diffstat (limited to 'qadevOOo/runner/makefile.mk')
-rw-r--r--qadevOOo/runner/makefile.mk14
1 files changed, 9 insertions, 5 deletions
diff --git a/qadevOOo/runner/makefile.mk b/qadevOOo/runner/makefile.mk
index 916bf14287bb..8b32cbf469da 100644
--- a/qadevOOo/runner/makefile.mk
+++ b/qadevOOo/runner/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Date: 2003-03-07 15:11:39 $
+# last change: $Date: 2003-03-25 15:30:32 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -68,9 +68,13 @@ TARGET = $(PRJNAME)
.INCLUDE: settings.mk
+.IF "$(TESTS)" == "TRUE"
R_SUBDIRS = util share stats lib complexlib helper basicrunner \
- base org$/openoffice
-
+ base org$/openoffice mod ifc
+.ELSE #"$(SERVICE)" == "TRUE"
+R_SUBDIRS = util share stats lib complexlib helper basicrunner \
+ base org$/openoffice
+.ENDIF #"$(SERVICE)" == "TRUE"
MYJARCOMMANDS = $(foreach,i,$(R_SUBDIRS) -C $(CLASSDIR) $i)
@@ -81,5 +85,5 @@ OWNJAR: ALLTAR
.INCLUDE : target.mk
OWNJAR:
- +jar cvf $(CLASSDIR)$/$(TARGET).jar -C $(PRJ) objdsc $(MYJARCOMMANDS)
+ +jar cvfm $(CLASSDIR)$/$(TARGET).jar manifest -C $(PRJ) objdsc $(MYJARCOMMANDS)