Changeset 29e68b75 in rtems for c/Makefile.am
- Timestamp:
- 07/26/99 21:26:44 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 38bfb0d
- Parents:
- 08b5f55
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/Makefile.am
r08b5f55 r29e68b75 2 2 # $Id$ 3 3 # 4 5 ## NOTE: This Makefile.am is rather fragile to the value of RTEMS_BSP 6 ## Esp. make clean and make distclean have unwanted side-effects 7 ## if RTEMS_BSP is not properly set up. 4 8 5 9 AUTOMAKE_OPTIONS = foreign 1.4 … … 13 17 $(RTEMS_BSP) 14 18 19 15 20 ## Use @RTEMS_BSP_LIST@ here, using $(RTEMS_BSP_LIST) would trigger 16 21 ## this rule for invalid BSPs 17 22 @RTEMS_BSP_LIST@: src/configure 18 23 @set fnord $(MAKEFLAGS); amf=$$2; \ 19 # Adjust paths20 24 test -n "${RTEMS_BSP}" && for i in ${RTEMS_BSP}; do \ 21 25 echo "Configuring RTEMS_BSP=$$i"; \ … … 30 34 all-am: ${RTEMS_BSP} 31 35 debug-am: ${RTEMS_BSP} 32 debug_install-am: ${RTEMS_BSP}33 36 profile-am: ${RTEMS_BSP} 34 profile_install-am: ${RTEMS_BSP}35 37 preinstall-am: ${RTEMS_BSP} 36 38 depend-am: ${RTEMS_BSP}
Note: See TracChangeset
for help on using the changeset viewer.