2010-05-21 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / metadata / Makefile.am
index 22f86b406247215b8dd5072ec689bd9d4f88e21e..59d28a0d2f238fed7d2494d3e210ea63a40e0a43 100644 (file)
@@ -59,7 +59,8 @@ null_sources = \
 sgen_sources = \
        sgen-gray.c     \
        sgen-pinning.c  \
-       sgen-pinning-stats.c
+       sgen-pinning-stats.c    \
+       sgen-marksweep.c
 
 libmonoruntime_la_SOURCES = \
        $(platform_sources)     \
@@ -96,7 +97,6 @@ libmonoruntime_la_SOURCES = \
        filewatcher.h           \
        gc.c                    \
        gc-internal.h           \
-       generic-sharing.c       \
        icall.c                 \
        icall-def.h             \
        image.c                 \
@@ -108,6 +108,7 @@ libmonoruntime_la_SOURCES = \
        marshal.c               \
        marshal.h               \
        mempool.c               \
+       mempool.h               \
        mempool-internals.h     \
        metadata.c              \
        metadata-verify.c       \
@@ -128,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  \
@@ -188,7 +192,6 @@ libmonoruntimeinclude_HEADERS = \
        exception.h             \
        image.h                 \
        loader.h                \
-       mempool.h               \
        metadata.h              \
        mono-config.h           \
        mono-debug.h            \
@@ -219,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)