source: rtems/c/src/make/Makefile.am @ 94f4a9ba

4.104.114.84.95
Last change on this file since 94f4a9ba was 3ba1627, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/09/02 at 04:41:52

2002-08-09 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Remove RTEMS_BSP.cache generation. Remove handling custom/*.cfgs. Remove handling custom/default.cfg.
  • configure.ac: Remove handling of custom/*.cfgs. Remove auto* generated custom/default.cfg.
  • Property mode set to 100644
File size: 835 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../aclocal
6
7include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
8
9rtems_makedir = $(prefix)/make
10
11GENERIC_FILES = host.cfg
12
13MAKE_FILES = README directory.cfg lib.cfg
14
15rtems_make_DATA = $(MAKE_FILES) $(GENERIC_FILES)
16
17noinst_DATA = leaf.cfg
18EXTRA_DIST = leaf.cfg
19
20rtemsdir = $(exec_prefix)
21rtems_bspdir = $(rtemsdir)/@RTEMS_BSP@
22rtems_bsp_DATA = Makefile.inc
23
24rtems_bsp_makedir = $(rtems_bspdir)/make
25rtems_bsp_make_DATA = bsp.cfg
26
27if MAINTAINER_MODE
28$(srcdir)/host.cfg.in: $(top_srcdir)/@RTEMS_TOPdir@/make/host.cfg.in
29        cp $< $@
30endif
31
32## At the moment all actively supported configurations
33## use gcc-target-default.cfg only.
34rtems_make_compilersdir = $(rtems_makedir)/compilers
35dist_rtems_make_compilers_DATA = compilers/gcc-target-default.cfg
36
37include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.