summaryrefslogtreecommitdiffstats
path: root/c/src/exec/wrapup/Makefile.am
blob: 67e58c56c344f29704ea550783a2a6ae6c3fccf8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
##
## $Id$
##

AUTOMAKE_OPTIONS = foreign 1.4

if HAS_POSIX
POSIX_DIRS = posix
endif

if HAS_ITRON
ITRON_DIRS = itron
endif

SUBDIRS = rtems $(POSIX_DIRS) $(ITRON_DIRS)

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