summaryrefslogtreecommitdiffstats
path: root/make/Makefile.am
blob: f893a2f67472353497fceaee414d67d4f3cb8451 (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
24
25
26
27
28
##
## $Id$
##


rtems_makedir = $(prefix)/make

rtems_make_DATA = main.cfg leaf.cfg

EXTRA_DIST = host.cfg.in leaf.cfg

rtems_make_Templatesdir = $(rtems_makedir)/Templates

rtems_make_Templates_DATA = \
   Templates/Makefile.dir \
   Templates/Makefile.leaf \
   Templates/Makefile.lib

EXTRA_DIST += \
   compilers/gcc-no_bsp.cfg \
   compilers/gcc-portsw.cfg \
   compilers/gcc-target-default.cfg

SUBDIRS = custom

## -------------------------------------------------------
include $(top_srcdir)/automake/subdirs.am
include $(top_srcdir)/automake/host.am