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

AUTOMAKE_OPTIONS = foreign 1.4

if HAS_POSIX
POSIX_DIRS = posix
endif

SUBDIRS = rtems $(POSIX_DIRS)

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