Remove ChangeLog references from Makefile and .gitattribute
[mono.git] / mono / utils / Makefile.am
index f5cb440f46861bcf9bffcebc96dadff9c66d4707..b62633307b46f43e5547e6957ca6d5d6c404b0fd 100644 (file)
@@ -15,12 +15,13 @@ monoutils_sources = \
        mono-md5.c              \
        mono-sha1.c             \
        mono-logger.c           \
-       mono-logger-internal.h  \
+       mono-logger-internals.h \
        mono-codeman.c          \
        dlmalloc.h              \
        dlmalloc.c              \
        mono-counters.c         \
        mono-compiler.h         \
+       mono-complex.h          \
        mono-dl.c               \
        mono-dl-windows.c       \
        mono-dl-darwin.c        \
@@ -35,9 +36,11 @@ monoutils_sources = \
        mono-math.c             \
        mono-mmap.c             \
        mono-mmap.h             \
-       mono-mmap-internal.h    \
-       mono-mutex.c            \
-       mono-mutex.h            \
+       mono-mmap-internals.h   \
+       mono-os-mutex.h         \
+       mono-coop-mutex.h               \
+       mono-once.h             \
+       mono-lazy-init.h                \
        mono-networkinterfaces.c                \
        mono-networkinterfaces.h                \
        mono-proclib.c          \
@@ -46,15 +49,13 @@ monoutils_sources = \
        mono-string.h           \
        mono-time.c             \
        mono-time.h             \
-       strtod.h                \
-       strtod.c                \
        strenc.h                \
        strenc.c                \
        mono-uri.c              \
        mono-poll.c             \
        mono-path.c             \
-       mono-semaphore.c        \
-       mono-semaphore.h        \
+       mono-os-semaphore.h     \
+       mono-coop-semaphore.h           \
        mono-sigcontext.h       \
        mono-stdlib.c           \
        mono-property-hash.h    \
@@ -101,6 +102,8 @@ monoutils_sources = \
        mono-threads.c  \
        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  \
@@ -109,8 +112,12 @@ monoutils_sources = \
        mono-threads-openbsd.c  \
        mono-threads-android.c  \
        mono-threads.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   \
@@ -135,7 +142,13 @@ monoutils_sources = \
        networking-windows.c    \
        networking.h    \
        mono-rand.c     \
-       mono-rand.h
+       mono-rand.h \
+       memfuncs.c \
+       memfuncs.h \
+       parse.c \
+       parse.h \
+       checked-build.c \
+       checked-build.h
 
 arch_sources = 
 
@@ -154,7 +167,7 @@ arch_sources += mach-support-arm.c
 endif
 
 if ARM64
-arch_sources += mach-support-arm.c
+arch_sources += mach-support-arm64.c
 endif
 
 else
@@ -217,4 +230,4 @@ libmonoutilsinclude_HEADERS =       \
        mono-dl-fallback.h      \
        mono-counters.h
 
-EXTRA_DIST = ChangeLog mono-embed.h mono-embed.c
+EXTRA_DIST = mono-embed.h mono-embed.c