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

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

include $(top_srcdir)/../../../automake/multilib.am

if HAS_POSIX
POSIX_SUBDIRS = posix
endif

if HAS_ITRON
ITRON_SUBDIRS = itron
endif

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

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