CHG: set 'TARGET' unique in all makefiles

This commit is contained in:
Steffen Grund 2003-03-31 16:07:37 +00:00
parent 2bd0a90321
commit 91d690c726
2 changed files with 10 additions and 9 deletions

View file

@ -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 ------------------------------------------------------

View file

@ -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)