Changeset d1b210cd in rtems for c/src/lib/libbsp/bare/Makefile.am
- Timestamp:
- 09/29/03 10:39:05 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- dfe49b69
- Parents:
- 8d7f47f4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/bare/Makefile.am
r8d7f47f4 rd1b210cd 7 7 include $(top_srcdir)/../bsp.am 8 8 9 SUBDIRS = . include 9 nodist_include_HEADERS += $(top_srcdir)/../shared/include/coverhd.h 10 10 11 EXTRA_DIST = bsp_specs build-tools do-bare-bsp-build 11 all-local: $(PREINSTALL_FILES) 12 12 13 include $(top_srcdir)/../../../automake/subdirs.am 13 EXTRA_DIST = build-tools do-bare-bsp-build 14 15 $(PROJECT_INCLUDE)/coverhd.h: $(top_srcdir)/../shared/include/coverhd.h 16 $(INSTALL_DATA) $< $@ 17 PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h 18 14 19 include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.