source: rtems/c/Makefile.am @ 183af89

4.115
Last change on this file since 183af89 was 33a105fb, checked in by Joel Sherrill <joel.sherrill@…>, on 05/07/12 at 16:08:48

Revert: Remove CVS Ids

See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html
for details.

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