summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/ts_386ex/tools/Makefile.am
blob: 20363ef67bff49bcc6b11f6ad0bac4d510991416 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
##
## $Id$
##

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

noinst_SCRIPTS = \
coff2bin \
elf2exe

SUBDIRS = \
ts_1325_ada \
network_ada \
debug_ada \
debug_c \
dos_sup

EXTRA_DIST = \
$(noinst_SCRIPTS)

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