source: rtems/c/src/make/Makefile.am @ 5e8726d0

4.104.115
Last change on this file since 5e8726d0 was 284e4fc5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/03 at 12:02:20

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

  • aclocal/check-itron.m4: New.
  • aclocal/enable-inlines.m4: New.
  • Makefile.am: Add -I aclocal to ACLOCAL_AMFLAGS.
  • Property mode set to 100644
File size: 794 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I aclocal -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.