source: rtems/make/Makefile.am @ 2c86557

4.104.114.84.95
Last change on this file since 2c86557 was a9020bbb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/07/02 at 10:18:05

2002-11-07 Ralf Corsepius <corsepiu@…>

  • Property mode set to 100644
File size: 485 bytes
Line 
1##
2## $Id$
3##
4
5
6rtems_makedir = $(prefix)/make
7
8rtems_make_DATA = main.cfg leaf.cfg
9
10EXTRA_DIST = README directory.cfg host.cfg.in leaf.cfg lib.cfg
11
12rtems_make_Templatesdir = $(rtems_makedir)/Templates
13
14rtems_make_Templates_DATA = \
15   Templates/Makefile.dir \
16   Templates/Makefile.leaf \
17   Templates/Makefile.lib
18
19SUBDIRS = custom compilers
20
21## -------------------------------------------------------
22include $(top_srcdir)/automake/subdirs.am
23include $(top_srcdir)/automake/host.am
Note: See TracBrowser for help on using the repository browser.