X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fvm%2FMakefile.am;h=f443c78cd29ae33b26822dbd801abeb94ad08b04;hb=32c007e8b0b9ab31ddb0c30d7aa0428546d1dffd;hp=5949d7d43de12903eaf9ab0335621648a3730188;hpb=50217bba3b7201de583faa647cda26944a16707f;p=cacao.git diff --git a/src/vm/Makefile.am b/src/vm/Makefile.am index 5949d7d43..f443c78cd 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,41 +77,38 @@ 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) \ - builtin.c \ - builtin.h \ - builtintable.inc \ - 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.c \ - field.h \ - finalizer.c \ - finalizer.h \ + field.cpp \ + field.hpp \ + finalizer.cpp \ + finalizer.hpp \ globals.cpp \ globals.hpp \ - initialize.c \ - initialize.h \ + initialize.cpp \ + initialize.hpp \ javaobjects.cpp \ javaobjects.hpp \ - jit_interface.h \ - linker.c \ - linker.h \ - loader.c \ - loader.h \ - method.c \ - method.h \ + linker.cpp \ + linker.hpp \ + loader.cpp \ + loader.hpp \ + method.cpp \ + method.hpp \ options.c \ options.h \ os.cpp \ @@ -120,22 +117,23 @@ libvm_la_SOURCES = \ package.hpp \ primitive.cpp \ primitive.hpp \ - properties.c \ - properties.h \ + 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 \ string.hpp \ - suck.c \ - suck.h \ + suck.cpp \ + suck.hpp \ utf8.c \ utf8.h \ + vftbl.hpp \ vm.cpp \ vm.hpp \ $(ZLIB_SOURCES)