X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2FMakefile.am;h=59d28a0d2f238fed7d2494d3e210ea63a40e0a43;hb=83c3ff04e80cbffc33b087e084dda74b911c4a61;hp=bf9b20e3e83f4fbc6a778d5250a68665e0798ab6;hpb=29d36572010d049fe45b77f7d88baa28d268f7ae;p=mono.git diff --git a/mono/metadata/Makefile.am b/mono/metadata/Makefile.am index bf9b20e3e83..59d28a0d2f2 100644 --- a/mono/metadata/Makefile.am +++ b/mono/metadata/Makefile.am @@ -58,7 +58,9 @@ null_sources = \ sgen_sources = \ sgen-gray.c \ - sgen-pinning.c + sgen-pinning.c \ + sgen-pinning-stats.c \ + sgen-marksweep.c libmonoruntime_la_SOURCES = \ $(platform_sources) \ @@ -95,7 +97,6 @@ libmonoruntime_la_SOURCES = \ filewatcher.h \ gc.c \ gc-internal.h \ - generic-sharing.c \ icall.c \ icall-def.h \ image.c \ @@ -107,12 +108,15 @@ libmonoruntime_la_SOURCES = \ marshal.c \ marshal.h \ mempool.c \ + mempool.h \ mempool-internals.h \ metadata.c \ metadata-verify.c \ metadata-internals.h \ method-builder.h \ method-builder.c \ + mono-basic-block.c \ + mono-basic-block.h \ mono-config.c \ mono-debug.h \ mono-debug.c \ @@ -125,6 +129,9 @@ libmonoruntime_la_SOURCES = \ mono-perfcounters.c \ mono-perfcounters.h \ mono-perfcounters-def.h \ + mono-ptr-array.h \ + mono-wsq.c \ + mono-wsq.h \ monitor.c \ monitor.h \ normalization-tables.h \ @@ -185,7 +192,6 @@ libmonoruntimeinclude_HEADERS = \ exception.h \ image.h \ loader.h \ - mempool.h \ metadata.h \ mono-config.h \ mono-debug.h \ @@ -216,5 +222,9 @@ pedump_SOURCES = \ pedump_LDADD = libmonoruntime.la ../io-layer/libwapi.la ../utils/libmonoutils.la \ $(LIBGC_LIBS) $(GLIB_LIBS) -lm $(PEDUMP_DTRACE_OBJECT) +if PLATFORM_DARWIN +pedump_LDFLAGS=-framework CoreFoundation +endif + EXTRA_DIST = make-bundle.pl sample-bundle $(win32_sources) $(unix_sources) $(null_sources) $(sgen_sources)