source: rtems/c/src/lib/libcpu/sh/sh7750/Makefile.am @ 7c9a598

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: 1.0 KB
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
6
7SUBDIRS = . score clock sci timer
8
9# NOTE: Unlike other CPUS, we install into a subdirectory to avoid
10#       file name conflicts
11include_shdir = $(includedir)/sh
12include_rtems_scoredir = $(includedir)/rtems/score
13
14include_sh_HEADERS = include/sh/sh4uart.h
15include_rtems_score_HEADERS = \
16include/rtems/score/sh7750_regs.h \
17include/rtems/score/ipl.h \
18include/rtems/score/iosh7750.h \
19include/rtems/score/ispsh7750.h \
20include/rtems/score/sh4_regs.h
21
22$(PROJECT_INCLUDE)/sh:
23        $(mkinstalldirs) $@
24
25$(PROJECT_INCLUDE)/rtems/score:
26        $(mkinstalldirs) $@
27
28$(PROJECT_INCLUDE)/%.h: include/%.h
29        $(INSTALL_DATA) $< $@
30
31TMPINSTALL_FILES = \
32    $(PROJECT_INCLUDE)/sh \
33    $(include_sh_HEADERS:include/%=$(PROJECT_INCLUDE)/%) \
34    $(PROJECT_INCLUDE)/rtems/score \
35    $(include_rtems_score_HEADERS:include/%=$(PROJECT_INCLUDE)/%)
36
37all-local: $(TMPINSTALL_FILES)
38
39include $(top_srcdir)/../../../../../../automake/subdirs.am
40include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.