Merge pull request #4938 from kumpera/optimize_ref_queries
[mono.git] / mono / metadata / Makefile.am
index 5deda477e2d9a083748b77e8fb56e6f37100c9fb..ef9df2a5cb295d6828d0b2bd6aa613e2eee93fed 100644 (file)
@@ -3,8 +3,8 @@ win32_sources = \
        console-win32.c \
        console-win32-internals.h \
        cominterop-win32-internals.h \
-       file-io-windows.c \
-       file-io-windows-internals.h \
+       w32file-win32.c \
+       w32file-win32-internals.h \
        icall-windows.c \
        icall-windows-internals.h \
        marshal-windows.c \
@@ -16,7 +16,8 @@ win32_sources = \
        w32event-win32.c \
        w32process-win32.c \
        w32process-win32-internals.h \
-       w32socket-win32.c
+       w32socket-win32.c \
+       w32error-win32.c
 
 platform_sources = $(win32_sources)
 
@@ -49,7 +50,11 @@ unix_sources = \
        w32process-unix-bsd.c \
        w32process-unix-haiku.c \
        w32process-unix-default.c \
-       w32socket-unix.c
+       w32socket-unix.c \
+       w32file-unix.c \
+       w32file-unix-glob.c \
+       w32file-unix-glob.h \
+       w32error-unix.c
 
 platform_sources = $(unix_sources)
 endif
@@ -151,9 +156,9 @@ common_sources = \
        exception.c             \
        exception.h             \
        exception-internals.h   \
-       file-io.c               \
-       file-io.h               \
-       file-io-internals.h \
+       w32file.c               \
+       w32file.h               \
+       w32file-internals.h \
        filewatcher.c           \
        filewatcher.h           \
        gc-internals.h          \
@@ -184,10 +189,11 @@ common_sources = \
        mono-config.c           \
        mono-debug.h            \
        mono-debug.c            \
-       mono-debug-debugger.h   \
+       debug-internals.h       \
        mono-endian.c           \
        mono-endian.h           \
        mono-hash.h             \
+       mono-conc-hash.h                \
        mono-mlist.c            \
        mono-mlist.h            \
        mono-perfcounters.c     \
@@ -264,7 +270,8 @@ common_sources = \
        w32handle-namespace.h   \
        w32handle-namespace.c   \
        w32handle.h     \
-       w32handle.c
+       w32handle.c     \
+       w32error.h
 
 # These source files have compile time dependencies on GC code
 gc_dependent_sources = \
@@ -274,6 +281,7 @@ gc_dependent_sources = \
        gc.c            \
        monitor.c       \
        mono-hash.c     \
+       mono-conc-hash.c        \
        object.c        \
        dynamic-image.c \
        sre.c   \