Changeset df49c60 in rtems for c/Makefile.am
- Timestamp:
- 06/12/00 15:00:15 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- edeed26
- Parents:
- 0ab65474
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/Makefile.am
r0ab65474 rdf49c60 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal 7 7 8 ## 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 ## Esp. make clean and make distclean have unwanted side-effects 9 10 ## if RTEMS_BSP is not properly set up. 10 11 11 12 RTEMS_BSP = $(RTEMS_BSP_LIST) 12 ## The '.' in SUBDIRS ensures that local make-targets (xxx-am) will be 13 ## The '.' in SUBDIRS ensures that local make-targets (xxx-am) will be 13 14 ## triggered before $(RTEMS_BSP_LIST) subdirectories are made. 14 SUBDIRS= \ 15 make \ 16 . \ 17 $(RTEMS_BSP) 15 SUBDIRS = make . $(RTEMS_BSP) 18 16 19 17 ## Use @RTEMS_BSP_LIST@ here, using $(RTEMS_BSP_LIST) would trigger … … 31 29 32 30 ## Let all RTEMS' make targets depend on ${RTEMS_BSP} 33 all-am: ${RTEMS_BSP} 34 debug-am: ${RTEMS_BSP} 35 profile-am: ${RTEMS_BSP} 31 all-local: ${RTEMS_BSP} 36 32 preinstall-am: ${RTEMS_BSP} 37 33 depend-am: ${RTEMS_BSP} 38 34 39 35 ## Pull in extra files intro the distribution 40 EXTRA_DIST = \ 41 ACKNOWLEDGEMENTS \ 42 README.DOS \ 43 REQUIRES \ 44 PROBLEMS \ 45 TESTED \ 46 README \ 47 UPDATE_HELP 36 EXTRA_DIST = ACKNOWLEDGEMENTS README.DOS REQUIRES PROBLEMS TESTED README \ 37 UPDATE_HELP 48 38 49 39 DIST_SUBDIRS = ${RTEMS_BSP} 50 40 ## ------------------------------------------------------- 51 41 include $(top_srcdir)/../automake/subdirs.am 52 include $(top_srcdir)/../automake/ local.am42 include $(top_srcdir)/../automake/host.am
Note: See TracChangeset
for help on using the changeset viewer.