Changeset 94a65125 in rtems for c/src/lib/libbsp/sparc/leon/include/Makefile.am
- Timestamp:
- 06/18/01 22:37:14 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c7c6e72
- Parents:
- 69e93d8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sparc/leon/include/Makefile.am
r69e93d8 r94a65125 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 H_FILES = bsp.h coverhd.h leon.h7 include_HEADERS = bsp.h coverhd.h leon.h bspopts.h 8 8 9 9 $(PROJECT_INCLUDE): … … 13 13 $(INSTALL_DATA) $< $@ 14 14 15 PREINSTALL_FILES += $(PROJECT_INCLUDE) $( H_FILES:%.h=$(PROJECT_INCLUDE)/%.h)15 PREINSTALL_FILES += $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 16 16 17 17 all-local: $(PREINSTALL_FILES) 18 18 19 EXTRA_DIST = bsp.h coverhd.h20 21 19 include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.