summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 0bedf771efbd79451cb7869356d1d25599e3412f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
DIST_SUBDIRS = x86 ppc sparc arm s390 s390x amd64 ia64 mips

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

OpenPOWER on IntegriCloud