Changeset 2eb9d169 in rtems
- Timestamp:
- 03/05/01 22:49:23 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1fc16ff
- Parents:
- 98f3cfa
- Location:
- c/src/lib/libcpu/sh/sh7032
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/sh/sh7032/ChangeLog
r98f3cfa r2eb9d169 1 2001-02-18 Ralf Corsepiu <corsepius@faw.uni-ulm.de> 2 3 * include/Makefile.am: Apply include_*HEADERS instead of H_FILES. 4 1 5 2001-01-05 Joel Sherrill <joel@OARcorp.com> 2 6 -
c/src/lib/libcpu/sh/sh7032/include/Makefile.am
r98f3cfa r2eb9d169 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 H_FILES = sci.h sh7_pfc.h sh7_sci.h8 SCORE_H_FILES = ispsh7032.h iosh7032.h9 10 7 # NOTE: Unlike other CPUS, we install into a subdirectory to avoid 11 8 # file name conflicts 9 include_shdir = $(includedir)/sh 10 include_rtems_scoredir = $(includedir)/rtems/score 11 12 include_sh_HEADERS = sci.h sh7_pfc.h sh7_sci.h 13 include_rtems_score_HEADERS = ispsh7032.h iosh7032.h 12 14 13 15 $(PROJECT_INCLUDE)/sh: … … 21 23 22 24 TMPINSTALL_FILES += $(PROJECT_INCLUDE)/sh \ 23 $( H_FILES:%.h=$(PROJECT_INCLUDE)/sh/%.h) \24 $( SCORE_H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h)25 $(include_sh_HEADERS:%=$(PROJECT_INCLUDE)/sh/%) \ 26 $(include_rtems_score_HEADERS:%=$(PROJECT_INCLUDE)/rtems/score/%) 25 27 26 28 all-local: $(TMPINSTALL_FILES)
Note: See TracChangeset
for help on using the changeset viewer.