Changeset 7c9a598 in rtems for c/src/lib/libcpu/sh/sh7045/Makefile.am
- Timestamp:
- 11/07/02 22:28:18 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 716d0d4
- Parents:
- 7395fa5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/sh/sh7045/Makefile.am
r7395fa5 r7c9a598 5 5 ACLOCAL_AMFLAGS = -I ../../../../../../aclocal 6 6 7 SUBDIRS = include score clock sci timer 7 SUBDIRS = . score clock sci timer 8 9 # NOTE: Unlike other CPUS, we install into a subdirectory to avoid 10 # file name conflicts 11 include_shdir = $(includedir)/sh 12 include_rtems_scoredir = $(includedir)/rtems/score 13 14 include_sh_HEADERS = include/io_types.h include/sci.h include/sh7_pfc.h \ 15 include/sh7_sci.h include/sci_termios.h 16 include_rtems_score_HEADERS = include/ispsh7045.h include/iosh7045.h 17 18 $(PROJECT_INCLUDE)/sh: 19 $(mkinstalldirs) $@ 20 21 $(PROJECT_INCLUDE)/sh/%.h: include/%.h 22 $(INSTALL_DATA) $< $@ 23 24 $(PROJECT_INCLUDE)/rtems/score/%.h: include/%.h 25 $(INSTALL_DATA) $< $@ 26 27 TMPINSTALL_FILES = $(PROJECT_INCLUDE)/sh \ 28 $(include_sh_HEADERS:include/%=$(PROJECT_INCLUDE)/sh/%) \ 29 $(include_rtems_score_HEADERS:include/%=$(PROJECT_INCLUDE)/rtems/score/%) 30 31 all-local: $(TMPINSTALL_FILES) 8 32 9 33 include $(top_srcdir)/../../../../../../automake/subdirs.am
Note: See TracChangeset
for help on using the changeset viewer.