X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2FMakefile.am;h=a3c116e51348fa00ecc3c6ca8df69197f11a1a1a;hb=aefc06ddf682848e3a6a4e0a534f443b335a6167;hp=32f5628d5f75c2bd602e7255bebff10d6e3c79bb;hpb=6b8e96c44d40fa68eff6032445b3767585348b5a;p=mono.git diff --git a/mono/metadata/Makefile.am b/mono/metadata/Makefile.am index 32f5628d5f7..a3c116e5134 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 \ + process-windows.c \ + process-windows-internals.h \ + w32mutex-win32.c \ + w32semaphore-win32.c \ + w32event-win32.c \ + socket-io-windows.c platform_sources = $(win32_sources) @@ -23,7 +38,10 @@ else assembliesdir = $(exec_prefix)/lib confdir = $(sysconfdir) unix_sources = \ - console-unix.c + console-unix.c \ + w32mutex-unix.c \ + w32semaphore-unix.c \ + w32event-unix.c platform_sources = $(unix_sources) endif @@ -32,6 +50,16 @@ if PLATFORM_ANDROID platform_sources += ../../support/libm/complex.c endif +if !DYNAMIC_BTLS +if BTLS +btls_file_list := $(shell cat ../btls/build-shared/mono-btls-shared-lo.txt) +btls_static_file_list := $(shell cat ../btls/build-static/mono-btls-static-lo.txt) +btls_libs = $(btls_file_list) +btls_static_libs = $(btls_static_file_list) +btls_cflags = -I$(top_srcdir)/external/boringssl/include -I$(top_srcdir)/mono/btls +endif +endif + # # libtool is not capable of creating static/shared versions of the same # convenience lib, so we have to do it ourselves @@ -64,7 +92,7 @@ else noinst_LTLIBRARIES = libmonoruntime-config.la $(boehm_libraries) $(sgen_libraries) endif -AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/mono $(LIBGC_CPPFLAGS) $(GLIB_CFLAGS) $(SHARED_CFLAGS) +AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/mono $(LIBGC_CPPFLAGS) $(GLIB_CFLAGS) $(SHARED_CFLAGS) $(btls_cflags) # # Make sure any prefix changes are updated in the binaries too. @@ -82,7 +110,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,6 +123,7 @@ null_gc_sources = \ common_sources = \ $(platform_sources) \ assembly.c \ + assembly-internals.h \ attach.h \ attach.c \ cil-coff.h \ @@ -105,6 +134,7 @@ common_sources = \ console-io.h \ coree.c \ coree.h \ + coree-internals.h \ culture-info.h \ culture-info-tables.h \ debug-helpers.c \ @@ -122,10 +152,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 +169,7 @@ common_sources = \ lock-tracer.h \ marshal.c \ marshal.h \ + marshal-internals.h \ mempool.c \ mempool.h \ mempool-internals.h \ @@ -174,6 +207,7 @@ common_sources = \ socket-io.h \ process.c \ process.h \ + process-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,12 @@ 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 # These source files have compile time dependencies on GC code gc_dependent_sources = \ @@ -223,16 +267,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 \ @@ -247,21 +293,21 @@ sgen_sources = \ libmonoruntime_la_SOURCES = $(common_sources) $(gc_dependent_sources) $(null_gc_sources) $(boehm_sources) libmonoruntime_la_CFLAGS = $(BOEHM_DEFINES) -libmonoruntime_la_LIBADD = libmonoruntime-config.la +libmonoruntime_la_LIBADD = libmonoruntime-config.la $(btls_libs) libmonoruntimesgen_la_SOURCES = $(common_sources) $(gc_dependent_sources) $(sgen_sources) libmonoruntimesgen_la_CFLAGS = $(SGEN_DEFINES) -libmonoruntimesgen_la_LIBADD = libmonoruntime-config.la +libmonoruntimesgen_la_LIBADD = libmonoruntime-config.la $(btls_libs) 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 $(btls_static_libs) 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 $(btls_static_libs) libmonoruntimeincludedir = $(includedir)/mono-$(API_VER)/mono/metadata