4.104.114.84.95
Last change
on this file since 34c4852 was
1204f22,
checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/17/04 at 13:44:16
|
2004-02-17 Ralf Corsepius <corsepiu@…>
- Makefile.am: Cosmetics.
- configure.ac: Add support for --disable-rtemsbsp. Cosmetics.
|
-
Property mode set to
100644
|
File size:
764 bytes
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | ACLOCAL_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 | |
---|
11 | RTEMS_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. |
---|
14 | SUBDIRS = . $(RTEMS_BSP) |
---|
15 | DIST_SUBDIRS = $(RTEMS_BSP) |
---|
16 | |
---|
17 | ## Let all RTEMS' make targets depend on ${RTEMS_BSP} |
---|
18 | all-local: ${RTEMS_BSP} |
---|
19 | preinstall-am: ${RTEMS_BSP} |
---|
20 | depend-am: ${RTEMS_BSP} |
---|
21 | |
---|
22 | ## Pull in extra files intro the distribution |
---|
23 | EXTRA_DIST = ACKNOWLEDGEMENTS |
---|
24 | EXTRA_DIST += TOOL_TARGETS |
---|
25 | |
---|
26 | include $(top_srcdir)/../automake/host.am |
---|
27 | include $(top_srcdir)/../automake/subdirs.am |
---|
Note: See
TracBrowser
for help on using the repository browser.