Revert "Revert "Merge branch 'master' of https://github.com/mono/mono""
[mono.git] / mono / utils / Makefile.am
index 8eefcda5ca5498bc7414f6f58863d1e1e28451b8..c67434d7b4b8a5c7c90433bbe45d7a4d96427d75 100644 (file)
@@ -97,9 +97,11 @@ monoutils_sources = \
        mono-threads.c  \
        mono-threads-posix.c    \
        mono-threads-mach.c     \
+       mono-threads-mach-helper.c      \
        mono-threads-windows.c  \
        mono-threads.h  \
        mono-tls.h      \
+       mono-tls.c      \
        linux_magic.h   \
        mono-memory-model.h     \
        atomic.h        \
@@ -107,7 +109,8 @@ monoutils_sources = \
        mono-hwcap.h    \
        mono-hwcap.c    \
        bsearch.h       \
-       bsearch.c
+       bsearch.c       \
+       mono-signal-handler.h
 
 arch_sources = 
 
@@ -125,6 +128,10 @@ if ARM
 arch_sources += mach-support-arm.c
 endif
 
+if ARM64
+arch_sources += mach-support-arm.c
+endif
+
 else
 
 arch_sources += mach-support-unknown.c
@@ -143,6 +150,10 @@ if ARM
 arch_sources += mono-hwcap-arm.c mono-hwcap-arm.h
 endif
 
+if ARM64
+arch_sources += mono-hwcap-arm64.c mono-hwcap-arm64.h
+endif
+
 if MIPS
 arch_sources += mono-hwcap-mips.c mono-hwcap-mips.h
 endif