diff options
author | Steffen Grund <sg@openoffice.org> | 2003-03-31 16:07:37 +0000 |
---|---|---|
committer | Steffen Grund <sg@openoffice.org> | 2003-03-31 16:07:37 +0000 |
commit | 91d690c726462f1b103b6f15b431dbcba8859a6b (patch) | |
tree | 755ef2bb184284fad99200027220e3f0e0a3f451 | |
parent | 2bd0a90321263148d40d1f9ae3940136c2a2b51d (diff) |
CHG: set 'TARGET' unique in all makefiles
-rw-r--r-- | qadevOOo/runner/org/openoffice/makefile.mk | 8 | ||||
-rw-r--r-- | qadevOOo/runner/stats/makefile.mk | 11 |
2 files changed, 10 insertions, 9 deletions
diff --git a/qadevOOo/runner/org/openoffice/makefile.mk b/qadevOOo/runner/org/openoffice/makefile.mk index b8805225d677..0bf17c23011f 100644 --- a/qadevOOo/runner/org/openoffice/makefile.mk +++ b/qadevOOo/runner/org/openoffice/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Date: 2003-03-26 14:53:54 $ +# last change: $Date: 2003-03-31 17:04:24 $ # # 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 = org$/openoffice -TARGET = $(PRJNAME) +TARGET = runner_org_openoffice # --- Settings ----------------------------------------------------- @@ -73,7 +73,7 @@ TARGET = $(PRJNAME) # --- Files -------------------------------------------------------- JARFILES = sandbox.jar ridl.jar jurt.jar unoil.jar -JAVAFILES = Runner.java +JAVAFILES = Runner.java RunnerService.java JAVACLASSFILES= $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class) # --- Targets ------------------------------------------------------ diff --git a/qadevOOo/runner/stats/makefile.mk b/qadevOOo/runner/stats/makefile.mk index 6775b8b896a3..00332d398c06 100644 --- a/qadevOOo/runner/stats/makefile.mk +++ b/qadevOOo/runner/stats/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Date: 2003-03-26 14:53:55 $ +# last change: $Date: 2003-03-31 17:07:37 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -62,9 +62,9 @@ PRJ=..$/.. -PRJNAME = Runner +PRJNAME = OOoRunner PACKAGE = stats -TARGET = $(PRJNAME) +TARGET = runner_stats # --- Settings ----------------------------------------------------- @@ -78,7 +78,8 @@ JAVAFILES = \ SimpleOutProducer.java \ SimpleFileOutProducer.java \ SimpleLogWriter.java \ - Summarizer.java + Summarizer.java \ + InternalLogWriter.java JAVACLASSFILES= $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class) |