Changeset edc61d4 in rtems for c/src/exec/score/cpu/hppa1.1/rtems/score/Makefile.am
- Timestamp:
- 06/12/00 20:27:50 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3ab61f0
- Parents:
- 41ab6966
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/hppa1.1/rtems/score/Makefile.am
r41ab6966 redc61d4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 H_FILES = cpu.h cpu_asm.h hppa.h hppatypes.h 8 noinst_HEADERS = $(H_FILES) 7 GENOFFSETS = $(PROJECT_ROOT)/tools/cpu/hppa1.1/genoffsets 8 9 GENERIC_H_FILES = offsets.h 10 STATIC_H_FILES = cpu.h cpu_asm.h hppa.h hppatypes.h 11 noinst_HEADERS = $(STATIC_H_FILES) 9 12 10 13 # … … 12 15 # 13 16 17 offsets.h: $(GENOFFSETS) cpu.h 18 $(RM) $@ 19 $(GENOFFSETS) > $@ 20 21 CLEANFILES = offsets.h 22 14 23 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \ 15 $(H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h) 24 $(STATIC_H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h) \ 25 $(GENERIC_H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h) 16 26 17 27 $(PROJECT_INCLUDE)/rtems/score:
Note: See TracChangeset
for help on using the changeset viewer.