4.104.114.84.95
Last change
on this file since 7c9a598 was
7c9a598,
checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/07/02 at 22:28:18
|
2002-11-07 Ralf Corsepius <corsepiu@…>
- Makefile.am: Merge in include/Makefile.am.
- include/Makefile.am: Remove.
- configure.ac: Reflect changes above.
|
-
Property mode set to
100644
|
File size:
980 bytes
|
Rev | Line | |
---|
[df49c60] | 1 | ## |
---|
[400c552] | 2 | ## $Id$ |
---|
[df49c60] | 3 | ## |
---|
[400c552] | 4 | |
---|
[feead226] | 5 | ACLOCAL_AMFLAGS = -I ../../../../../../aclocal |
---|
[400c552] | 6 | |
---|
[7c9a598] | 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) |
---|
[400c552] | 32 | |
---|
[ac815430] | 33 | include $(top_srcdir)/../../../../../../automake/subdirs.am |
---|
| 34 | include $(top_srcdir)/../../../../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.