source: rtems/c/src/make/Makefile.am @ 6badcc2

4.104.114.84.95
Last change on this file since 6badcc2 was 2334e94b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:35:10

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

Makefile.am: Reflect having moved automake.

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