source: rtems/c/src/lib/libcpu/sh/sh7750/include/Makefile.am @ ba71076

4.104.114.84.95
Last change on this file since ba71076 was ba71076, checked in by Joel Sherrill <joel.sherrill@…>, on 10/12/01 at 13:19:08

2001-10-11 Alexandra Kossovsky <sasha@…>

  • clock/Makefile.am, clock/ckinit.c, clock/.cvsignore, Makefile.am, include/Makefile.am, include/iosh7750.h, include/ipl.h, include/ispsh7750.h, include/sh4_regs.h, include/sh4uart.h, include/sh7750_regs.h, include/.cvsignore, sci/Makefile.am, sci/console.c, sci/sh4uart.c, sci/.cvsignore, score/Makefile.am, score/cpu_asm.c, score/ispsh7750.c, score/.cvsignore, timer/Makefile.am, timer/timer.c, timer/.cvsignore, configure.ac, .cvsignore, ChangeLog?: New files. Reviewed and updated to latest automake and autoconf standards by Ralf Corsepius <corsepiu@…>.
  • Property mode set to 100644
File size: 878 bytes
RevLine 
[ba71076]1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7# NOTE: Unlike other CPUS, we install into a subdirectory to avoid
8#       file name conflicts
9include_shdir = $(includedir)/sh
10include_rtems_scoredir = $(includedir)/rtems/score
11
12include_sh_HEADERS = sh4uart.h
13include_rtems_score_HEADERS = ispsh7750.h iosh7750.h
14
15$(PROJECT_INCLUDE)/sh:
16        $(mkinstalldirs) $@
17
18$(PROJECT_INCLUDE)/sh/%.h: %.h
19        $(INSTALL_DATA) $< $@
20
21$(PROJECT_INCLUDE)/rtems/score/%.h: %.h
22        $(INSTALL_DATA) $< $@
23
24TMPINSTALL_FILES = $(PROJECT_INCLUDE)/sh \
25    $(include_sh_HEADERS:%=$(PROJECT_INCLUDE)/sh/%) \
26    $(include_rtems_score_HEADERS:%=$(PROJECT_INCLUDE)/rtems/score/%)
27
28all-local: $(TMPINSTALL_FILES)
29
30# FIXME: What are these files here?
31# They should either be installed or removed
32EXTRA_DIST = \
33ipl.h \
34sh4_regs.h \
35sh4uart.h \
36sh7750_regs.h
37
38include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.