Changeset 4e36a2f in rtems for c/src/lib/libbsp/powerpc/shared/motorola
- Timestamp:
- Jan 31, 2000, 3:27:02 PM (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- bb18b95
- Parents:
- 8fbdf07
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/shared/motorola/Makefile.am
r8fbdf07 r4e36a2f 8 8 9 9 H_FILES = motorola.h 10 noinst_HEADERS = $(H_FILES)11 10 12 11 $(PROJECT_INCLUDE)/bsp: … … 16 15 $(INSTALL_DATA) $< $@ 17 16 18 PREINSTALL_FILES = $(PROJECT_INCLUDE)/bsp \17 PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp \ 19 18 $(H_FILES:%.h=$(PROJECT_INCLUDE)/bsp/%.h) 20 19 21 EXTRA_DIST = $(C_FILES) 20 all-local: $(PREINSTALL_FILES) 21 22 EXTRA_DIST = motorola.c motorola.h 22 23 23 24 include $(top_srcdir)/../../../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.