X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2FMakefile.am;h=b277688859176ae54ff3a4d3c5b16ff574eccbb5;hb=746d97a043149d1204e10a3a1944cfe40fa60051;hp=5bc5bbd600326c90c774a43f7280e805ff0e1c04;hpb=85c73568b0739fabfe454532a955d80adc2ccc7a;p=mono.git diff --git a/mono/utils/Makefile.am b/mono/utils/Makefile.am index 5bc5bbd6003..b2776888591 100644 --- a/mono/utils/Makefile.am +++ b/mono/utils/Makefile.am @@ -11,7 +11,20 @@ mono-dtrace.h: $(top_srcdir)/data/mono.d endif +if HOST_WIN32 +win32_sources = \ + os-event-win32.c + +platform_sources = $(win32_sources) +else +unix_sources = \ + os-event-unix.c + +platform_sources = $(unix_sources) +endif + monoutils_sources = \ + $(platform_sources) \ mono-md5.c \ mono-sha1.c \ mono-logger.c \ @@ -27,7 +40,7 @@ monoutils_sources = \ mono-dl-darwin.c \ mono-dl-posix.c \ mono-dl.h \ - mono-dl-windows.h \ + mono-dl-windows-internals.h \ mono-log-windows.c \ mono-log-common.c \ mono-log-posix.c \ @@ -44,8 +57,9 @@ monoutils_sources = \ mono-mmap-windows.c \ mono-mmap.h \ mono-mmap-internals.h \ - mono-mmap-windows.h \ + mono-mmap-windows-internals.h \ mono-os-mutex.h \ + mono-os-mutex.c \ mono-coop-mutex.h \ mono-once.h \ mono-lazy-init.h \ @@ -54,7 +68,7 @@ monoutils_sources = \ mono-proclib.c \ mono-proclib-windows.c \ mono-proclib.h \ - mono-proclib-windows.h \ + mono-proclib-windows-internals.h \ mono-publib.c \ mono-string.h \ mono-time.c \ @@ -113,7 +127,6 @@ monoutils_sources = \ mono-threads-state-machine.c \ mono-threads-posix.c \ mono-threads-posix-signals.c \ - mono-threads-posix-signals.h \ mono-threads-mach.c \ mono-threads-mach-helper.c \ mono-threads-windows.c \ @@ -122,13 +135,12 @@ monoutils_sources = \ mono-threads-netbsd.c \ mono-threads-openbsd.c \ mono-threads-android.c \ + mono-threads-haiku.c \ mono-threads.h \ + mono-threads-debug.h \ mono-threads-api.h \ mono-threads-coop.c \ mono-threads-coop.h \ - mono-threads-mach-abort-syscall.c \ - mono-threads-posix-abort-syscall.c \ - mono-threads-windows-abort-syscall.c \ mono-tls.h \ mono-tls.c \ linux_magic.h \ @@ -143,8 +155,6 @@ monoutils_sources = \ mono-signal-handler.h \ mono-conc-hashtable.h \ mono-conc-hashtable.c \ - sha1.h \ - sha1.c \ json.h \ json.c \ networking.c \ @@ -156,15 +166,17 @@ monoutils_sources = \ mono-rand.c \ mono-rand-windows.c \ mono-rand.h \ - mono-rand-windows.h \ + mono-rand-windows-internals.h \ memfuncs.c \ memfuncs.h \ parse.c \ parse.h \ checked-build.c \ checked-build.h \ - w32handle.c \ - w32handle.h + os-event.h \ + refcount.h \ + w32api.h \ + unlocked.h arch_sources = @@ -230,10 +242,6 @@ if SPARC64 arch_sources += mono-hwcap-sparc.c endif -if IA64 -arch_sources += mono-hwcap-ia64.c -endif - if S390X arch_sources += mono-hwcap-s390x.c endif