source: rtems/c/src/make/Makefile.am @ dedb090f

4.104.114.84.95
Last change on this file since dedb090f was dedb090f, checked in by Joel Sherrill <joel.sherrill@…>, on 06/29/00 at 15:32:03

Patch rtems-rc-20000627-2 from Ralf Corsepius <corsepiu@…>
that does some cleanup:

  • remove c/src/make/main.cfg.in (obsolete, unused) and any reference to it.
  • remove RTEMS_BSP_SPECS from c/src/make/custom/default.cfg.in (unused)

Notes:

All files being effected by this patch are only used when building
RTEMS, therefore this patch should not have any side-effects outside
of the source- rsp. build-tree.

  • Property mode set to 100644
File size: 990 bytes
RevLine 
[811804fe]1##
2## $Id$
3##
[eb299afc]4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
7
[df49c60]8rtems_makedir = $(prefix)/make
[eb299afc]9
[df49c60]10GENERIC_FILES = host.cfg
[eb299afc]11
[df49c60]12MAKE_FILES = README directory.cfg lib.cfg
[eb299afc]13
[df49c60]14rtems_make_DATA = $(MAKE_FILES) $(GENERIC_FILES)
[eb299afc]15
[dedb090f]16noinst_DATA = leaf.cfg
[eb299afc]17
18rtemsdir = $(prefix)
19rtems_bspdir = $(rtemsdir)/@RTEMS_BSP@
[df49c60]20rtems_bsp_DATA = Makefile.inc
[eb299afc]21
[1896a650]22rtems_bsp_makedir = $(rtems_bspdir)/make
[df49c60]23rtems_bsp_make_DATA = bsp.cfg
[1896a650]24
[eb299afc]25if MAINTAINER_MODE
26$(srcdir)/host.cfg.in: $(top_srcdir)/@RTEMS_TOPdir@/make/host.cfg.in
27        cp $< $@
28
29endif
30
[f724a870]31SUBDIRS = compilers custom
[eb299afc]32
[4090ebe]33include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
34
35@RTEMS_BSP@.cache: Makefile
36        $(RM) $@
37        @echo rtems_cv_RTEMS_CPU_MODEL=\$${rtems_cv_RTEMS_CPU_MODEL=$(RTEMS_CPU_MODEL)} >> $@
38        @echo rtems_cv_RTEMS_BSP_FAMILY=\$${rtems_cv_RTEMS_BSP_FAMILY=$(RTEMS_BSP_FAMILY)} >> $@
39
[df49c60]40DISTCLEANFILES = @RTEMS_BSP@.cache
41
42EXTRA_DIST = leaf.cfg
43
[eb299afc]44include $(top_srcdir)/../../../automake/subdirs.am
45include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.