[kaffe] CVS kaffe (robilad): Added missing dependencies in compiler regression test
Kaffe CVS
cvs-commits at kaffe.org
Thu May 19 05:56:30 PDT 2005
PatchSet 6558
Date: 2005/05/19 12:51:44
Author: robilad
Branch: HEAD
Tag: (none)
Log:
Added missing dependencies in compiler regression test
2005-05-19 Supreet Sethi <supreet at linux-delhi.org>
* test/regression/compiler/Makefile.am: (InnerTest1_A.class
InnerTest1_B.class) Added missing inner classes.
Members:
ChangeLog:1.4084->1.4085
test/regression/compiler/Makefile.am:INITIAL->1.4
test/regression/compiler/Makefile.in:1.51->1.52
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4084 kaffe/ChangeLog:1.4085
--- kaffe/ChangeLog:1.4084 Thu May 19 12:27:44 2005
+++ kaffe/ChangeLog Thu May 19 12:51:44 2005
@@ -1,3 +1,8 @@
+2005-05-19 Supreet Sethi <supreet at linux-delhi.org>
+
+ * test/regression/compiler/Makefile.am: (InnerTest1_A.class
+ InnerTest1_B.class) Added missing inner classes.
+
2005-05-19 Dalibor Topic <robilad at kaffe.org>
* libraries/clib/native/Math.c: Removed.
===================================================================
Checking out kaffe/test/regression/compiler/Makefile.am
RCS: /home/cvs/kaffe/kaffe/test/regression/compiler/Makefile.am,v
VERS: 1.4
***************
--- /dev/null Sun Aug 4 19:57:58 2002
+++ kaffe/test/regression/compiler/Makefile.am Thu May 19 12:56:30 2005
@@ -0,0 +1,38 @@
+# Compile time class files.
+#
+# Copyright (c) 2004
+# Kaffe.org contributors. See ChangeLogs for details. All rights reserved.
+#
+# This file is licensed under the terms of the GNU Public License.
+# See the file "license.terms" for information on usage and redistribution
+# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
+
+CLASS_FILES = \
+ VarInit.class \
+ VarInit2.class \
+ InnerTest1_A.class \
+ InnerTest1_B.class \
+ InnerTest1_A$$X.class \
+ InnerTest1_B$$X.class
+
+SETUP_ENVIRONMENT = env `. $(top_builddir)/BUILD_ENVIRONMENT; sed 's/.*export \(.*\)/echo \1=$$\1/' < $(top_builddir)/BUILD_ENVIRONMENT | sh`
+
+## We have to list the dependencies explicitely for those make programs
+## that don't support GNU make's %.suffix target extension.
+
+VarInit.class VarInit2.class: VarInit.java VarInit2.java
+ @$(SETUP_ENVIRONMENT) $(SHELL) CompileScript $(srcdir)/VarInit.java $(srcdir)/VarInit2.java
+
+InnerTest1_A.class InnerTest1_B.class InnerTest1_A$$X.class InnerTest1_B$$X.class: InnerTest1_A.java InnerTest1_B.java
+ @$(SETUP_ENVIRONMENT) $(SHELL) CompileScript $(srcdir)/InnerTest1_A.java $(srcdir)/InnerTest1_B.java
+ @$(SETUP_ENVIRONMENT) $(SHELL) CompileScript $(srcdir)/InnerTest1_B.java
+
+check-am: CompileScript $(CLASS_FILES)
+
+CLEANFILES=$(CLASS_FILES) InnerTest1_*.class
+
+EXTRA_DIST = \
+ VarInit.java \
+ VarInit2.java \
+ InnerTest1_A.java \
+ InnerTest1_B.java
Index: kaffe/test/regression/compiler/Makefile.in
diff -u kaffe/test/regression/compiler/Makefile.in:1.51 kaffe/test/regression/compiler/Makefile.in:1.52
--- kaffe/test/regression/compiler/Makefile.in:1.51 Sat May 14 21:47:10 2005
+++ kaffe/test/regression/compiler/Makefile.in Thu May 19 12:51:47 2005
@@ -536,7 +536,7 @@
VarInit.class VarInit2.class: VarInit.java VarInit2.java
@$(SETUP_ENVIRONMENT) $(SHELL) CompileScript $(srcdir)/VarInit.java $(srcdir)/VarInit2.java
-InnerTest1_A.class InnerTest1_B.class: InnerTest1_A.java InnerTest1_B.java
+InnerTest1_A.class InnerTest1_B.class InnerTest1_A$$X.class InnerTest1_B$$X.class: InnerTest1_A.java InnerTest1_B.java
@$(SETUP_ENVIRONMENT) $(SHELL) CompileScript $(srcdir)/InnerTest1_A.java $(srcdir)/InnerTest1_B.java
@$(SETUP_ENVIRONMENT) $(SHELL) CompileScript $(srcdir)/InnerTest1_B.java
More information about the kaffe
mailing list