source: rtems/c/Makefile.am @ e7495ae

4.104.114.84.95
Last change on this file since e7495ae was 73dc152, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/14/03 at 16:35:54

2003-12-14 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Remove RTEMS_BSP-subdir rule.
  • configure.ac: Let AC_CONFIG_FILES(Makefile..) append explictit rules for RTEMS_BSP-subdirs.
  • Property mode set to 100644
File size: 765 bytes
RevLine 
[811804fe]1##
2## $Id$
3##
[eb299afc]4
[feead226]5ACLOCAL_AMFLAGS = -I ../aclocal
[df49c60]6
[29e68b75]7## NOTE: This Makefile.am is rather fragile to the value of RTEMS_BSP
[df49c60]8## Esp. make clean and make distclean have unwanted side-effects
[29e68b75]9## if RTEMS_BSP is not properly set up.
10
[eb299afc]11RTEMS_BSP = $(RTEMS_BSP_LIST)
[df49c60]12## The '.' in SUBDIRS ensures that local make-targets (xxx-am) will be
[eb299afc]13## triggered before $(RTEMS_BSP_LIST) subdirectories are made.
[d049568]14SUBDIRS = . $(RTEMS_BSP)
[eb299afc]15
16## Let all RTEMS' make targets depend on ${RTEMS_BSP}
[df49c60]17all-local: ${RTEMS_BSP}
[eb299afc]18preinstall-am: ${RTEMS_BSP}
19depend-am: ${RTEMS_BSP}
20
21## Pull in extra files intro the distribution
[299ebb4]22EXTRA_DIST = ACKNOWLEDGEMENTS
23EXTRA_DIST += TOOL_TARGETS
[eb299afc]24
25DIST_SUBDIRS = ${RTEMS_BSP}
[5c58243c]26
[df49c60]27include $(top_srcdir)/../automake/host.am
[5c58243c]28include $(top_srcdir)/../automake/subdirs.am
Note: See TracBrowser for help on using the repository browser.