Changeset 5ce7c349 in rtems
- Timestamp:
- 03/05/01 22:46:48 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 232b6333
- Parents:
- f010a5e
- Location:
- c/src/lib/libcpu/hppa1.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/hppa1.1/ChangeLog
rf010a5e r5ce7c349 1 2001-02-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de: 2 3 * include/Makefile.am: Apply include_*HEADERS instead of H_FILES. 4 1 5 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libcpu/hppa1.1/include/Makefile.am
rf010a5e r5ce7c349 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 H_FILES = runway.h semaphore.h 7 include_hppa1_1dir = $(includedir)/hppa1.1 8 9 include_hppa1_1_HEADERS = runway.h semaphore.h 8 10 9 11 # NOTE: Unlike other CPUS, we install into a subdirectory to avoid … … 17 19 18 20 PREINSTALL_FILES += $(PROJECT_INCLUDE)/hppa1.1 \ 19 $( H_FILES:%.h=$(PROJECT_INCLUDE)/hppa1.1/%.h)21 $(include_hppa1_1_HEADERS:%=$(PROJECT_INCLUDE)/hppa1.1/%) 20 22 21 23 all-local: $(TMPINSTALL_FILES)
Note: See TracChangeset
for help on using the changeset viewer.