source: rtems/make/Makefile.am @ 13f2628

4.104.114.84.95
Last change on this file since 13f2628 was 4d19fd5c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/12/02 at 09:28:51

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

  • Makefile.am: Add compilers/*.
  • compilers/Makefile.am: Remove.
  • lib.cfg: Remove.
  • directory.cfg: Remove.
  • README: Remove.
  • Property mode set to 100644
File size: 559 bytes
Line 
1##
2## $Id$
3##
4
5
6rtems_makedir = $(prefix)/make
7
8rtems_make_DATA = main.cfg leaf.cfg
9
10EXTRA_DIST = host.cfg.in leaf.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
19EXTRA_DIST += \
20   compilers/gcc-no_bsp.cfg \
21   compilers/gcc-portsw.cfg \
22   compilers/gcc-target-default.cfg
23
24SUBDIRS = custom
25
26## -------------------------------------------------------
27include $(top_srcdir)/automake/subdirs.am
28include $(top_srcdir)/automake/host.am
Note: See TracBrowser for help on using the repository browser.