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

4.104.114.84.95
Last change on this file since 684eebc8 was 684eebc8, checked in by Joel Sherrill <joel.sherrill@…>, on 09/27/01 at 13:24:14

2001-09-23 Ralf Corsepius <corsepiu@…>

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