Kaydet (Commit) 0bbaa720 authored tarafından Steffen Grund's avatar Steffen Grund

CHG: added new java file to list

üst efa26837
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.1 $ # $Revision: 1.2 $
# #
# last change: $Date: 2003-01-27 16:27:20 $ # last change: $Date: 2003-03-25 15:33:51 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
...@@ -73,7 +73,8 @@ TARGET = $(PRJNAME) ...@@ -73,7 +73,8 @@ TARGET = $(PRJNAME)
# --- Files -------------------------------------------------------- # --- Files --------------------------------------------------------
JARFILES = sandbox.jar ridl.jar jurt.jar unoil.jar JARFILES = sandbox.jar ridl.jar jurt.jar unoil.jar
JAVAFILES = TestBase.java java_complex.java java_fat.java basic_fat.java 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) JAVACLASSFILES= $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
# --- Targets ------------------------------------------------------ # --- Targets ------------------------------------------------------
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.1 $ # $Revision: 1.2 $
# #
# last change: $Date: 2003-01-27 16:26:45 $ # last change: $Date: 2003-03-25 15:35:26 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
...@@ -73,7 +73,7 @@ TARGET = $(PRJNAME) ...@@ -73,7 +73,7 @@ TARGET = $(PRJNAME)
# --- Files -------------------------------------------------------- # --- Files --------------------------------------------------------
JARFILES = sandbox.jar ridl.jar jurt.jar unoil.jar 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) JAVACLASSFILES= $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
# --- Targets ------------------------------------------------------ # --- Targets ------------------------------------------------------
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.2 $ # $Revision: 1.3 $
# #
# last change: $Date: 2003-02-05 16:40:13 $ # last change: $Date: 2003-03-25 15:34:43 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
...@@ -78,7 +78,8 @@ JAVAFILES = \ ...@@ -78,7 +78,8 @@ JAVAFILES = \
SimpleOutProducer.java \ SimpleOutProducer.java \
SimpleFileOutProducer.java \ SimpleFileOutProducer.java \
SimpleLogWriter.java \ SimpleLogWriter.java \
Summarizer.java Summarizer.java \
InternalLogWriter.java
JAVACLASSFILES= $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class) JAVACLASSFILES= $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment