source: rtems/make/Makefile.am @ c2201a8

4.104.115
Last change on this file since c2201a8 was 6021980, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/15/09 at 12:29:36

2009-10-15 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Reflect custom/*.cfg having moved.
  • Property mode set to 100644
File size: 558 bytes
Line 
1##
2## $Id$
3##
4
5rtems_makedir = $(prefix)/make
6
7dist_rtems_make_DATA = main.cfg leaf.cfg
8
9EXTRA_DIST = host.cfg.in
10
11rtems_make_Templatesdir = $(rtems_makedir)/Templates
12
13dist_rtems_make_Templates_DATA = Templates/Makefile.dir \
14    Templates/Makefile.leaf Templates/Makefile.lib
15
16EXTRA_DIST += compilers/gcc-no_bsp.cfg \
17    compilers/gcc-target-default.cfg
18
19rtems_make_customdir = $(rtems_makedir)/custom
20
21dist_rtems_make_custom_DATA = custom/default.cfg
22
23EXTRA_DIST += custom/bare.cfg
24EXTRA_DIST += custom/no_bsp.cfg
25
26include $(top_srcdir)/automake/host.am
Note: See TracBrowser for help on using the repository browser.