source: rtems/c/src/make/Makefile.am @ 1528c0e7

4.104.114.84.95
Last change on this file since 1528c0e7 was 8da1074, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/29/02 at 11:10:57

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

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