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

AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal

if HAS_POSIX
POSIX_SUBDIRS = posix
endif

SUBDIRS = score rtems $(POSIX_SUBDIRS) sapi wrapup

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