update known-issues
[mono.git] / mono / arch / Makefile.am
index f04bb67518ffc260dee6231ebeeace8807afeadb..31c55c2d8c235fd7787fad6f1a7293ef33231788 100644 (file)
@@ -1,4 +1,19 @@
-# conditional compilation support here
+DIST_SUBDIRS = x86 ppc sparc arm s390 s390x alpha hppa amd64 ia64 mips
 
-SUBDIRS = x86
+INCLUDES = $(GLIB_CFLAGS) -I$(top_srcdir)
+
+# arm needs to build some stuff even in JIT mode
+SUBDIRS = $(arch_target)
+
+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