summaryrefslogtreecommitdiffstats
path: root/c/make/Makefile.am
blob: 6711d19820f4d147bd6df0317a22f96210758958 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
##
## $Id$
##

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

rtems_makedir = $(exec_prefix)/make

GENERIC_FILES = target.cfg

rtems_make_DATA = $(GENERIC_FILES)

EXTRA_DIST = target.cfg.in

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