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

AUTOMAKE_OPTIONS = foreign 1.4

rtems_makedir=$(prefix)/make
rtems_make_customdir=$(rtems_makedir)/custom
rtems_make_custom_DATA = @CUSTOM_CFG_FILES@

noinst_DATA = \
default.cfg

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