Merge pull request #1266 from esdrubal/datetimenewformat
[mono.git] / mono / utils / Makefile.am
index b97e103362116cc78fdb2d4ca99fd152581080b7..c5464d16b168375dc3ac31375765a299ebeaa97b 100644 (file)
@@ -97,13 +97,28 @@ monoutils_sources = \
        mono-threads.c  \
        mono-threads-posix.c    \
        mono-threads-mach.c     \
+       mono-threads-mach-helper.c      \
        mono-threads-windows.c  \
+       mono-threads-linux.c    \
+       mono-threads-freebsd.c  \
+       mono-threads-openbsd.c  \
+       mono-threads-android.c  \
        mono-threads.h  \
        mono-tls.h      \
+       mono-tls.c      \
        linux_magic.h   \
        mono-memory-model.h     \
        atomic.h        \
-       atomic.c
+       atomic.c        \
+       mono-hwcap.h    \
+       mono-hwcap.c    \
+       bsearch.h       \
+       bsearch.c       \
+       mono-signal-handler.h   \
+       mono-conc-hashtable.h   \
+       mono-conc-hashtable.c   \
+       sha1.h          \
+       sha1.c
 
 arch_sources = 
 
@@ -121,12 +136,60 @@ 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
 
 endif
 
+if X86
+arch_sources += mono-hwcap-x86.c mono-hwcap-x86.h
+endif
+
+if AMD64
+arch_sources += mono-hwcap-x86.c mono-hwcap-x86.h
+endif
+
+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
+
+if POWERPC
+arch_sources += mono-hwcap-ppc.c mono-hwcap-ppc.h
+endif
+
+if POWERPC64
+arch_sources += mono-hwcap-ppc.c mono-hwcap-ppc.h
+endif
+
+if SPARC
+arch_sources += mono-hwcap-sparc.c mono-hwcap-sparc.h
+endif
+
+if SPARC64
+arch_sources += mono-hwcap-sparc.c mono-hwcap-sparc.h
+endif
+
+if IA64
+arch_sources += mono-hwcap-ia64.c mono-hwcap-ia64.h
+endif
+
+if S390X
+arch_sources += mono-hwcap-s390x.c mono-hwcap-s390x.h
+endif
+
 libmonoutils_la_SOURCES = $(monoutils_sources) $(arch_sources)
 libmonoutilsincludedir = $(includedir)/mono-$(API_VER)/mono/utils
 
@@ -134,6 +197,7 @@ libmonoutilsinclude_HEADERS =       \
        mono-logger.h           \
        mono-error.h            \
        mono-publib.h           \
-       mono-dl-fallback.h
+       mono-dl-fallback.h      \
+       mono-counters.h
 
 EXTRA_DIST = ChangeLog mono-embed.h mono-embed.c