source: rtems/c/src/Makefile.am @ 85a8933

4.104.114.84.95
Last change on this file since 85a8933 was 85a8933, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 02:59:39

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

  • configure.ac: Add BSP_SUBDIRS.
  • Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
  • Property mode set to 100644
File size: 852 bytes
RevLine 
[811804fe]1##
2##  $Id$
3##
[eb299afc]4
[feead226]5ACLOCAL_AMFLAGS = -I ../../aclocal
[eb299afc]6
[85a8933]7SUBDIRS = @BSP_SUBDIRS@
[eb299afc]8
[d6f4c1b6]9clean-local:
10        $(RM) -r $(PROJECT_RELEASE)
[df49c60]11
[f0d7515]12make/@RTEMS_BSP@.cache: make/bsp.mak @CUSTOM_CFG_FILES@
13        $(RM) make/@RTEMS_BSP@.cache
14        $(MAKE) -f ${srcdir}/make/bsp.mak \
[f21ccd2]15        RTEMS_BSP=@RTEMS_BSP@ RTEMS_ROOT=. BARE_CPU_MODEL=${BARE_CPU_MODEL} \
[f0d7515]16        make/@RTEMS_BSP@.cache
17
18noinst_DATA = make/@RTEMS_BSP@.cache
19DISTCLEANFILES = make/@RTEMS_BSP@.cache
20
[97bfd09]21rtems_makedir = $(prefix)/make
[f0d7515]22rtems_make_customdir = $(rtems_makedir)/custom
23rtems_make_custom_DATA = @CUSTOM_CFG_FILES@
24
25make/custom/default.cfg: $(srcdir)/make/custom/default.cfg.in
26        cp $< $@
27
28make/custom/%.cfg: $(srcdir)/$(cfg_dir)/custom/%.cfg
29        cp $< $@
30
31noinst_DATA += make/custom/default.cfg
32DISTCLEANFILES += make/custom/default.cfg
33
[eb299afc]34include $(top_srcdir)/../../automake/subdirs.am
[df49c60]35include $(top_srcdir)/../../automake/host.am
Note: See TracBrowser for help on using the repository browser.