source: rtems/c/src/exec/score/cpu/sh/rtems/score/Makefile.am @ edeed26

4.104.114.84.95
Last change on this file since edeed26 was df49c60, checked in by Joel Sherrill <joel.sherrill@…>, on 06/12/00 at 15:00:15

Merged from 4.5.0-beta3a

  • Property mode set to 100644
File size: 602 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7H_FILES = cpu.h shtypes.h sh.h sh_io.h isp$(RTEMS_CPU_MODEL).h \
8    io$(RTEMS_CPU_MODEL).h
9noinst_HEADERS = cpu.h shtypes.h sh.h sh_io.h iosh7032.h ispsh7032.h \
10    iosh7045.h ispsh7045.h
11
12#
13# (OPTIONAL) Add local stuff here using +=
14#
15
16PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
17    $(H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h)
18
19$(PROJECT_INCLUDE)/rtems/score:
20        $(mkinstalldirs) $@
21
22$(PROJECT_INCLUDE)/rtems/score/%.h: %.h
23        $(INSTALL_DATA) $< $@
24
25all-local: $(PREINSTALL_FILES)
26
27include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.