source: rtems/c/src/make/Makefile.am @ 63a04f7

4.104.114.84.95
Last change on this file since 63a04f7 was fe8bc62f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/03 at 06:47:09

2003-08-18 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reflect having moved aclocal/.
  • Property mode set to 100644
File size: 783 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.