source: rtems/c/Makefile.am @ e1ebfebf

4.115
Last change on this file since e1ebfebf was 7e8151c7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/13/05 at 09:19:37

2005-11-13 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Remove depend-am.
  • Property mode set to 100644
File size: 740 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)
[1204f22]15DIST_SUBDIRS = $(RTEMS_BSP)
[eb299afc]16
17## Let all RTEMS' make targets depend on ${RTEMS_BSP}
[df49c60]18all-local: ${RTEMS_BSP}
[eb299afc]19preinstall-am: ${RTEMS_BSP}
20
21## Pull in extra files intro the distribution
[299ebb4]22EXTRA_DIST = ACKNOWLEDGEMENTS
23EXTRA_DIST += TOOL_TARGETS
[eb299afc]24
[df49c60]25include $(top_srcdir)/../automake/host.am
[5c58243c]26include $(top_srcdir)/../automake/subdirs.am
Note: See TracBrowser for help on using the repository browser.