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

Last change on this file since abbf55b was abbf55b, checked in by Joel Sherrill <joel.sherrill@…>, on 03/21/00 at 18:05:29

Ran ampolish after getting new version from Ralf Corsepius
<corsepiu@…>.

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