X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2FMakefile.am;h=bc369533a3f86bdc79f4d09e1c21cce51c292667;hb=c8f2e68962cafea5319a7229268e9ee3b32544d6;hp=32f5628d5f75c2bd602e7255bebff10d6e3c79bb;hpb=53c4a18a9f2de8865864052321a469e2ae89e806;p=mono.git diff --git a/mono/metadata/Makefile.am b/mono/metadata/Makefile.am index 32f5628d5f7..bc369533a3f 100644 --- a/mono/metadata/Makefile.am +++ b/mono/metadata/Makefile.am @@ -1,6 +1,21 @@ if HOST_WIN32 win32_sources = \ - console-win32.c + console-win32.c \ + console-win32-internals.h \ + file-io-windows.c \ + file-io-windows-internals.h \ + icall-windows.c \ + icall-windows-internals.h \ + marshal-windows.c \ + marshal-windows-internals.h \ + mono-security-windows.c \ + mono-security-windows-internals.h \ + w32mutex-win32.c \ + w32semaphore-win32.c \ + w32event-win32.c \ + w32process-win32.c \ + w32process-win32-internals.h \ + socket-io-windows.c platform_sources = $(win32_sources) @@ -23,7 +38,16 @@ else assembliesdir = $(exec_prefix)/lib confdir = $(sysconfdir) unix_sources = \ - console-unix.c + console-unix.c \ + w32mutex-unix.c \ + w32semaphore-unix.c \ + w32event-unix.c \ + w32process-unix.c \ + w32process-unix-internals.h \ + w32process-unix-osx.c \ + w32process-unix-bsd.c \ + w32process-unix-haiku.c \ + w32process-unix-default.c platform_sources = $(unix_sources) endif @@ -82,7 +106,7 @@ mono-config-dirs.lo: Makefile libmonoruntime_config_la_SOURCES = \ mono-config-dirs.h \ mono-config-dirs.c -libmonoruntime_config_la_CPPFLAGS = $(AM_CPPFLAGS) -DMONO_BINDIR=\"$(bindir)/\" -DMONO_ASSEMBLIES=\"$(assembliesdir)\" -DMONO_CFG_DIR=\"$(confdir)\" +libmonoruntime_config_la_CPPFLAGS = $(AM_CPPFLAGS) -DMONO_BINDIR=\"$(bindir)/\" -DMONO_ASSEMBLIES=\"$(assembliesdir)\" -DMONO_CFG_DIR=\"$(confdir)\" -DMONO_RELOC_LIBDIR=\"../$(reloc_libdir)\" CLEANFILES = mono-bundle.stamp @@ -95,16 +119,20 @@ null_gc_sources = \ common_sources = \ $(platform_sources) \ assembly.c \ + assembly-internals.h \ attach.h \ attach.c \ cil-coff.h \ class.c \ class-internals.h \ + class-inlines.h \ + class-accessors.c \ cominterop.c \ cominterop.h \ console-io.h \ coree.c \ coree.h \ + coree-internals.h \ culture-info.h \ culture-info-tables.h \ debug-helpers.c \ @@ -122,10 +150,12 @@ common_sources = \ exception-internals.h \ file-io.c \ file-io.h \ + file-io-internals.h \ filewatcher.c \ filewatcher.h \ gc-internals.h \ icall.c \ + icall-internals.h \ icall-def.h \ image.c \ image-internals.h \ @@ -137,6 +167,7 @@ common_sources = \ lock-tracer.h \ marshal.c \ marshal.h \ + marshal-internals.h \ mempool.c \ mempool.h \ mempool-internals.h \ @@ -170,10 +201,13 @@ common_sources = \ number-ms.h \ object-internals.h \ opcodes.c \ + property-bag.h \ + property-bag.c \ socket-io.c \ socket-io.h \ - process.c \ - process.h \ + w32process.c \ + w32process.h \ + w32process-internals.h \ profiler.c \ profiler-private.h \ rand.h \ @@ -201,6 +235,12 @@ common_sources = \ verify.c \ verify-internals.h \ wrapper-types.h \ + dynamic-image-internals.h \ + dynamic-stream.c \ + dynamic-stream-internals.h \ + reflection-cache.h \ + custom-attrs-internals.h \ + sre-internals.h \ reflection-internals.h \ file-mmap-posix.c \ file-mmap-windows.c \ @@ -211,8 +251,14 @@ common_sources = \ seq-points-data.h \ seq-points-data.c \ handle.c \ - handle.h - + handle.h \ + w32mutex.h \ + w32semaphore.h \ + w32event.h \ + w32handle-namespace.h \ + w32handle-namespace.c \ + w32handle.h \ + w32handle.c # These source files have compile time dependencies on GC code gc_dependent_sources = \ @@ -223,16 +269,18 @@ gc_dependent_sources = \ monitor.c \ mono-hash.c \ object.c \ + dynamic-image.c \ + sre.c \ + sre-encode.c \ + sre-save.c \ + custom-attrs.c \ reflection.c + boehm_sources = \ boehm-gc.c sgen_sources = \ - sgen-os-posix.c \ - sgen-os-mach.c \ - sgen-os-win32.c \ - sgen-os-coop.c \ sgen-bridge.c \ sgen-bridge.h \ sgen-bridge-internals.h \ @@ -256,12 +304,12 @@ libmonoruntimesgen_la_LIBADD = libmonoruntime-config.la libmonoruntime_static_la_SOURCES = $(libmonoruntime_la_SOURCES) libmonoruntime_static_la_LDFLAGS = -static libmonoruntime_static_la_CFLAGS = $(BOEHM_DEFINES) -libmonoruntime_static_la_LIBADD = $(bundle_obj) $(libmonoruntime_la_LIBADD) +libmonoruntime_static_la_LIBADD = $(bundle_obj) libmonoruntime-config.la libmonoruntimesgen_static_la_SOURCES = $(libmonoruntimesgen_la_SOURCES) libmonoruntimesgen_static_la_LDFLAGS = -static libmonoruntimesgen_static_la_CFLAGS = $(SGEN_DEFINES) -libmonoruntimesgen_static_la_LIBADD = $(libmonoruntimesgen_la_LIBADD) +libmonoruntimesgen_static_la_LIBADD = libmonoruntime-config.la libmonoruntimeincludedir = $(includedir)/mono-$(API_VER)/mono/metadata