Changeset a11e5d35 in rtems for cpukit/sapi/macros
- Timestamp:
- Oct 16, 2001, 1:31:15 PM (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- fc566251
- Parents:
- ff61414
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/sapi/macros/Makefile.am
rff61414 ra11e5d35 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1. 45 AUTOMAKE_OPTIONS = foreign 1.5 6 6 7 SUBDIRS =rtems7 include_rtemsdir = $(includedir)/rtems 8 8 9 include $(top_srcdir)/../../../automake/subdirs.am 9 $(PROJECT_INCLUDE)/rtems: 10 @$(mkinstalldirs) $@ 11 $(PROJECT_INCLUDE)/%: % 12 $(INSTALL_DATA) $< $@ 13 14 if MACROS 15 include_rtems_HEADERS = rtems/extension.inl 16 17 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ 18 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/%) 19 endif 20 21 all-local: $(PREINSTALL_FILES) 22 10 23 include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.