X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fvm%2FMakefile.am;h=2d4f2c48dd93f03f2562f6e170c788e287ac0a35;hb=278063eaf49b3b3fc68b40cc7fc4172a065f4e99;hp=de4ea00bdf8c3ba709d16169d05806045a9b99ae;hpb=0698bb7e6153d5892e5ccdb9d9770999b1e1c217;p=cacao.git diff --git a/src/vm/Makefile.am b/src/vm/Makefile.am index de4ea00bd..2d4f2c48d 100644 --- a/src/vm/Makefile.am +++ b/src/vm/Makefile.am @@ -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,37 +77,40 @@ noinst_LTLIBRARIES = \ libvm.la libvm_la_SOURCES = \ - access.c \ - access.h \ + access.cpp \ + access.hpp \ $(ANNOTATION_SOURCES) \ array.cpp \ array.hpp \ $(ASSERTION_SOURCES) \ + breakpoint.hpp \ class.cpp \ class.hpp \ - classcache.c \ - classcache.h \ + 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 \ + hook.cpp \ + hook.hpp \ initialize.cpp \ initialize.hpp \ javaobjects.cpp \ javaobjects.hpp \ - 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 \ @@ -122,8 +125,8 @@ libvm_la_SOURCES = \ resolve.cpp \ resolve.hpp \ $(RT_TIMING_SOURCES) \ - signal.c \ - signallocal.h \ + signal.cpp \ + signallocal.hpp \ $(STACKMAP_SOURCES) \ $(STATISTICS_SOURCES) \ string.cpp \