Merge pull request #5562 from alexrp/master
[mono.git] / mono / arch / Makefile.am
index e006bec049ab754f4fc7589b9cd00904f8354a7e..a5c81d135ec93b88704f4598018f7763cc360572 100644 (file)
@@ -1,15 +1,10 @@
-SUBDIRS = $(arch_target)
-DIST_SUBDIRS = x86 ppc sparc arm s390 s390x alpha hppa amd64 ia64
-
-INCLUDES = $(GLIB_CFLAGS) -I$(top_srcdir)
+DIST_SUBDIRS = x86 ppc sparc arm arm64 s390x amd64 mips
 
-if INTERP_SUPPORTED
-noinst_LTLIBRARIES = libmonoarch.la
+AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
 
-libmonoarch_la_SOURCES = unknown.c
-
-libmonoarch_la_LIBADD = $(arch_target)/libmonoarch-$(arch_target).la
+if ARM
+# arm needs to build some stuff even in JIT mode
+SUBDIRS = $(arch_target)
 endif
 
-EXTRA_DIST = ChangeLog