[runtime] Reorganize mono_class_setup_events () so most of the work is done outside...
[mono.git] / mono / arch / Makefile.am
index 65e1293164f9e969bb07d3f27dbccd3d0f6ec5f5..3d687949f92a8ed21f1e339eca6ead21c9e74615 100644 (file)
@@ -1,11 +1,15 @@
-DIST_SUBDIRS = x86 ppc sparc arm s390 s390x alpha hppa amd64 ia64 mips
+DIST_SUBDIRS = x86 ppc sparc arm arm64 s390x amd64 ia64 mips
 
-INCLUDES = $(GLIB_CFLAGS) -I$(top_srcdir)
+AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
 
+if INTERP_SUPPORTED
+SUBDIRS = $(arch_target)
+else
 if ARM
 # arm needs to build some stuff even in JIT mode
 SUBDIRS = $(arch_target)
 endif
+endif
 
 if INTERP_SUPPORTED