X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fvm%2FMakefile.am;h=2d4f2c48dd93f03f2562f6e170c788e287ac0a35;hb=0775e531232398c8363a68846224bd86e859e322;hp=97b04c69acbdfd088c35d339a0e8f9454803b011;hpb=219e4a46e3d127d3c0883ee2e8635b4fe3c94d60;p=cacao.git diff --git a/src/vm/Makefile.am b/src/vm/Makefile.am index 97b04c69a..2d4f2c48d 100644 --- a/src/vm/Makefile.am +++ b/src/vm/Makefile.am @@ -29,8 +29,8 @@ SUBDIRS = jit if ENABLE_ASSERTION ASSERTION_SOURCES = \ - assertion.c \ - assertion.h + assertion.cpp \ + assertion.hpp endif if ENABLE_CYCLES_STATS @@ -42,8 +42,8 @@ endif if ENABLE_JAVASE if ENABLE_ANNOTATIONS ANNOTATION_SOURCES = \ - annotation.c \ - annotation.h + annotation.cpp \ + annotation.hpp endif STACKMAP_SOURCES = \ @@ -65,8 +65,8 @@ endif if ENABLE_ZLIB ZLIB_SOURCES = \ - zip.c \ - zip.h + zip.cpp \ + zip.hpp endif noinst_HEADERS = \ @@ -77,38 +77,40 @@ noinst_LTLIBRARIES = \ libvm.la libvm_la_SOURCES = \ - access.c \ - access.h \ + access.cpp \ + access.hpp \ $(ANNOTATION_SOURCES) \ - array.c \ - array.h \ + array.cpp \ + array.hpp \ $(ASSERTION_SOURCES) \ - class.c \ - class.h \ - classcache.c \ - classcache.h \ + breakpoint.hpp \ + class.cpp \ + class.hpp \ + classcache.cpp \ + classcache.hpp \ $(CYCLES_STATS_SOURCES) \ - descriptor.c \ - descriptor.h \ + descriptor.cpp \ + descriptor.hpp \ exceptions.cpp \ exceptions.hpp \ field.cpp \ field.hpp \ - finalizer.c \ - finalizer.h \ + finalizer.cpp \ + finalizer.hpp \ globals.cpp \ globals.hpp \ - initialize.c \ - initialize.h \ + hook.cpp \ + hook.hpp \ + initialize.cpp \ + initialize.hpp \ javaobjects.cpp \ javaobjects.hpp \ - jit_interface.h \ - linker.c \ - linker.h \ + linker.cpp \ + linker.hpp \ loader.cpp \ loader.hpp \ - method.c \ - method.h \ + method.cpp \ + method.hpp \ options.c \ options.h \ os.cpp \ @@ -120,11 +122,11 @@ libvm_la_SOURCES = \ properties.cpp \ properties.hpp \ references.h \ - resolve.c \ - resolve.h \ + resolve.cpp \ + resolve.hpp \ $(RT_TIMING_SOURCES) \ - signal.c \ - signallocal.h \ + signal.cpp \ + signallocal.hpp \ $(STACKMAP_SOURCES) \ $(STATISTICS_SOURCES) \ string.cpp \ @@ -133,6 +135,7 @@ libvm_la_SOURCES = \ suck.hpp \ utf8.c \ utf8.h \ + vftbl.hpp \ vm.cpp \ vm.hpp \ $(ZLIB_SOURCES)