summaryrefslogtreecommitdiffstats
path: root/c/make/Makefile.am
blob: 104e41cc610254f92e907cfbba99b138733683df (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 $(RTEMS_TOPdir)/aclocal

rtems_makedir = $(prefix)/make

GENERIC_FILES = target.cfg

rtems_make_DATA = $(GENERIC_FILES)

EXTRA_DIST = target.cfg.in

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