summaryrefslogtreecommitdiffstats
path: root/make/Makefile.am
blob: 2ad7d2a1d485c3091b31d211fdd1cc827fdae2b8 (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$
##


rtems_makedir = $(prefix)/make

rtems_make_DATA = main.cfg leaf.cfg

EXTRA_DIST = README directory.cfg host.cfg.in leaf.cfg lib.cfg

rtems_make_Templatesdir = $(rtems_makedir)/Templates

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

SUBDIRS = custom compilers

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