source: rtems/c/src/lib/libcpu/sh/sh7045/include/Makefile.am @ ac815430

4.104.114.84.95
Last change on this file since ac815430 was ac815430, checked in by Joel Sherrill <joel.sherrill@…>, on 06/14/00 at 17:07:54

Patch rtems-rc-20000614-sh.tar.gz from Ralf Corsepius
<corsepiu@…> that migrates the SH port to
multilib'ing. This patch involved moving a number of
files in the CVS repository, adding new files, and
deleting files from their previous location. Ralf
gave good instructions (not repeated here) and here
are his notes:

Note 1: In this version, I did not change the installation points of
the headers which are moved inside of the source-tree. This is a
temporary hack for not breaking compatibility with 4.5 based BSPs,
but will probably not last once having real multilibs (We would have
include file conflicts when several BSPs/CPU_MODELS share a common
installation prefix).

Note 2: I hope not to have broken too much, but I would not be
astonished if something goes wrong.

Note 3: There are more patches to come :)

  • Property mode set to 100644
File size: 701 bytes
RevLine 
[df49c60]1##
[400c552]2## $Id$
[df49c60]3##
[400c552]4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7H_FILES = io_types.h null.h sci.h sh7_pfc.h sh7_sci.h
[ac815430]8SCORE_H_FILES = ispsh7045.h iosh7045.h
[400c552]9
[df49c60]10# NOTE: Unlike other CPUS, we install into a subdirectory to avoid
[400c552]11#       file name conflicts
12
13$(PROJECT_INCLUDE)/sh:
14        $(mkinstalldirs) $@
15
16$(PROJECT_INCLUDE)/sh/%.h: %.h
17        $(INSTALL_DATA) $< $@
18
[ac815430]19$(PROJECT_INCLUDE)/rtems/score/%.h: %.h
20        $(INSTALL_DATA) $< $@
21
[4e36a2f]22TMPINSTALL_FILES += $(PROJECT_INCLUDE)/sh \
[ac815430]23    $(H_FILES:%.h=$(PROJECT_INCLUDE)/sh/%.h) \
24    $(SCORE_H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h)
[4e36a2f]25
[400c552]26all-local: $(TMPINSTALL_FILES)
27
[4e36a2f]28EXTRA_DIST = io_types.h null.h sci.h sh7_pfc.h sh7_sci.h
29
[ac815430]30include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.