summaryrefslogtreecommitdiffstats
path: root/cpukit/Makefile.am
blob: 4886cff1e3d6a9f8697c7895f9130ab844efdd83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
##
## $Id$
##

AUTOMAKE_OPTIONS = foreign 1.5
ACLOCAL_AMFLAGS = -I ../../../aclocal

if HAS_POSIX
POSIX_SUBDIRS = posix
endif

if HAS_ITRON
ITRON_SUBDIRS = itron
endif

SUBDIRS = score rtems $(POSIX_SUBDIRS) $(ITRON_SUBDIRS) sapi wrapup

include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am