[kaffe] CVS kaffe (robilad): removed unused file version.c from jit test makefile
Kaffe CVS
cvs-commits at kaffe.org
Sun Jul 9 03:10:02 PDT 2006
PatchSet 7322
Date: 2006/07/09 10:00:20
Author: robilad
Branch: HEAD
Tag: (none)
Log:
removed unused file version.c from jit test makefile
2006-07-09 Dalibor Topic <robilad at kaffe.org>
* (nodist_GEN_SRCS, $(nodist_GEN_SRCS), nodist_jitBasic_SOURCES)
Removed, since functions from version.c are not used anywhere in
the test code, so it doesn't need to be forward generated, compiled
or linked into the jit tests.
(CLEANFILES) Removed $(nodist_GEN_SRCS).
Members:
ChangeLog:1.4825->1.4826
test/internal/Makefile.am:1.26->1.27
test/internal/Makefile.in:1.137->1.138
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4825 kaffe/ChangeLog:1.4826
--- kaffe/ChangeLog:1.4825 Sat Jul 8 19:48:47 2006
+++ kaffe/ChangeLog Sun Jul 9 10:00:20 2006
@@ -1,3 +1,11 @@
+2006-07-09 Dalibor Topic <robilad at kaffe.org>
+
+ * (nodist_GEN_SRCS, $(nodist_GEN_SRCS), nodist_jitBasic_SOURCES)
+ Removed, since functions from version.c are not used anywhere in
+ the test code, so it doesn't need to be forward generated, compiled
+ or linked into the jit tests.
+ (CLEANFILES) Removed $(nodist_GEN_SRCS).
+
2006-07-08 Dalibor Topic <robilad at kaffe.org>
* test/internal/Makefile.am (JAVA_SOURCE_FILES) List all the
Index: kaffe/test/internal/Makefile.am
diff -u kaffe/test/internal/Makefile.am:1.26 kaffe/test/internal/Makefile.am:1.27
--- kaffe/test/internal/Makefile.am:1.26 Sat Jul 8 19:48:56 2006
+++ kaffe/test/internal/Makefile.am Sun Jul 9 10:00:24 2006
@@ -30,12 +30,6 @@
check_PROGRAMS = jitBasic
-nodist_GEN_SRCS = \
- version.c
-
-$(nodist_GEN_SRCS):
- $(SHELL) $(REGEN_FORWARD) $(top_srcdir)/kaffe/kaffe/$@ $@
-
AM_CPPFLAGS = -I$(top_srcdir)/kaffe \
-I$(top_builddir)/kaffe/kaffe \
$(ENGINE_INCLUDES) \
@@ -70,8 +64,6 @@
stringParsing.h \
$(JIT_STUB)
-nodist_jitBasic_SOURCES = $(nodist_GEN_SRCS)
-
# Order matters here!
TEST_CLASSES = \
ConstMethods.class \
@@ -137,7 +129,7 @@
*.out \
core \
*.core \
- $(JAVA_CLASSES) \
- $(nodist_GEN_SRCS)
+ $(JAVA_CLASSES)
+
Index: kaffe/test/internal/Makefile.in
diff -u kaffe/test/internal/Makefile.in:1.137 kaffe/test/internal/Makefile.in:1.138
--- kaffe/test/internal/Makefile.in:1.137 Sat Jul 8 19:48:56 2006
+++ kaffe/test/internal/Makefile.in Sun Jul 9 10:00:24 2006
@@ -79,9 +79,7 @@
am__objects_1 = jit_stub.$(OBJEXT)
am_jitBasic_OBJECTS = jitBasic.$(OBJEXT) stringParsing.$(OBJEXT) \
$(am__objects_1)
-am__objects_2 = version.$(OBJEXT)
-nodist_jitBasic_OBJECTS = $(am__objects_2)
-jitBasic_OBJECTS = $(am_jitBasic_OBJECTS) $(nodist_jitBasic_OBJECTS)
+jitBasic_OBJECTS = $(am_jitBasic_OBJECTS)
am__DEPENDENCIES_1 = \
$(top_builddir)/libraries/clib/native/libjavalang.la
@ENABLE_JVMPI_TRUE at am__DEPENDENCIES_2 = \
@@ -102,7 +100,7 @@
$(AM_CFLAGS) $(CFLAGS)
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
$(AM_LDFLAGS) $(LDFLAGS) -o $@
-SOURCES = $(jitBasic_SOURCES) $(nodist_jitBasic_SOURCES)
+SOURCES = $(jitBasic_SOURCES)
DIST_SOURCES = $(jitBasic_SOURCES)
ETAGS = etags
CTAGS = ctags
@@ -387,9 +385,6 @@
@NEED_LIBXPROF_TRUE at libxprof = ../../kaffe/xprof/libkaffexprof.la
@ENABLE_JVMPI_FALSE at libjvmpi = #
@ENABLE_JVMPI_TRUE at libjvmpi = ../../kaffe/jvmpi/libkaffejvmpi.la
-nodist_GEN_SRCS = \
- version.c
-
AM_CPPFLAGS = -I$(top_srcdir)/kaffe \
-I$(top_builddir)/kaffe/kaffe \
$(ENGINE_INCLUDES) \
@@ -421,7 +416,6 @@
stringParsing.h \
$(JIT_STUB)
-nodist_jitBasic_SOURCES = $(nodist_GEN_SRCS)
# Order matters here!
TEST_CLASSES = \
@@ -479,8 +473,7 @@
*.out \
core \
*.core \
- $(JAVA_CLASSES) \
- $(nodist_GEN_SRCS)
+ $(JAVA_CLASSES)
all: all-am
@@ -535,7 +528,6 @@
@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/jitBasic.Po at am__quote@
@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/jit_stub.Po at am__quote@
@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/stringParsing.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/version.Po at am__quote@
.c.o:
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
@@ -815,9 +807,6 @@
@engine_frag@
@threads_frag@
-
-$(nodist_GEN_SRCS):
- $(SHELL) $(REGEN_FORWARD) $(top_srcdir)/kaffe/kaffe/$@ $@
$(JAVA_CLASSES): $(JAVA_SOURCE_FILES)
$(JAVA_COMPILER) -g -classpath $(CPATH) -d . $(JAVA_SOURCE_FILES)
More information about the kaffe
mailing list