You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
220 B
12 lines
220 B
8 years ago
|
DIST_SUBDIRS = x86 ppc sparc arm arm64 s390x amd64 ia64 mips
|
||
|
|
||
|
AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
|
||
|
|
||
|
if ARM
|
||
|
# arm needs to build some stuff even in JIT mode
|
||
|
SUBDIRS = $(arch_target)
|
||
|
endif
|
||
|
|
||
|
EXTRA_DIST = ChangeLog
|
||
|
|