X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2FMakefile.am;h=8a9494054d94eaf9124c9c2731160131de14af16;hb=bfc76bafbf72f8e10c4d2cc7b12e779715c527fa;hp=ef9df2a5cb295d6828d0b2bd6aa613e2eee93fed;hpb=3a0d3e1169c9f3b927249fb07fcd70e0b0d0c421;p=mono.git diff --git a/mono/metadata/Makefile.am b/mono/metadata/Makefile.am index ef9df2a5cb2..8a9494054d9 100644 --- a/mono/metadata/Makefile.am +++ b/mono/metadata/Makefile.am @@ -59,7 +59,7 @@ unix_sources = \ platform_sources = $(unix_sources) endif -if PLATFORM_ANDROID +if HOST_ANDROID platform_sources += ../../support/libm/complex.c endif @@ -121,10 +121,14 @@ null_sources = \ console-null.c null_gc_sources = \ - null-gc.c + null-gc.c \ + null-gc-handles.h \ + null-gc-handles.c common_sources = \ $(platform_sources) \ + appdomain.c \ + domain.c \ appdomain-icalls.h \ assembly.c \ assembly-internals.h \ @@ -203,11 +207,11 @@ common_sources = \ mono-route.c \ mono-route.h \ monitor.h \ - nacl-stub.c \ normalization-tables.h \ number-formatter.h \ number-ms.c \ number-ms.h \ + object.c \ object-internals.h \ opcodes.c \ property-bag.h \ @@ -271,25 +275,25 @@ common_sources = \ w32handle-namespace.c \ w32handle.h \ w32handle.c \ - w32error.h + w32error.h \ + reflection.c \ + dynamic-image.c \ + sre.c \ + sre-encode.c \ + sre-save.c \ + custom-attrs.c \ + fdhandle.h \ + fdhandle.c \ + callspec.h \ + callspec.c # These source files have compile time dependencies on GC code gc_dependent_sources = \ - appdomain.c \ - domain.c \ gc-stats.c \ gc.c \ monitor.c \ mono-hash.c \ - mono-conc-hash.c \ - object.c \ - dynamic-image.c \ - sre.c \ - sre-encode.c \ - sre-save.c \ - custom-attrs.c \ - reflection.c - + mono-conc-hash.c boehm_sources = \ boehm-gc.c @@ -348,6 +352,7 @@ libmonoruntimeinclude_HEADERS = \ object.h \ opcodes.h \ profiler.h \ + profiler-events.h \ reflection.h \ row-indexes.h \ tokentype.h \