Use AM_CPPFLAGS instead of INCLUDES in Makefile.am files, as the later is no longer...
[mono.git] / mono / arch / Makefile.am
index e006bec049ab754f4fc7589b9cd00904f8354a7e..28a91475f51786df82ddc148ab3fda047aadea39 100644 (file)
@@ -1,14 +1,24 @@
-SUBDIRS = $(arch_target)
-DIST_SUBDIRS = x86 ppc sparc arm s390 s390x alpha hppa amd64 ia64
+DIST_SUBDIRS = x86 ppc sparc arm s390 s390x alpha hppa 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
+
 noinst_LTLIBRARIES = libmonoarch.la
 
 libmonoarch_la_SOURCES = unknown.c
 
 libmonoarch_la_LIBADD = $(arch_target)/libmonoarch-$(arch_target).la
+
 endif
 
 EXTRA_DIST = ChangeLog