source: rtems/c/src/exec/score/cpu/hppa1.1/rtems/score/Makefile.am @ df49c60

4.104.114.84.95
Last change on this file since df49c60 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: 485 bytes
RevLine 
[df49c60]1##
[955a9ba7]2## $Id$
[df49c60]3##
[955a9ba7]4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7H_FILES = cpu.h cpu_asm.h hppa.h hppatypes.h
8noinst_HEADERS = $(H_FILES)
9
10#
11# (OPTIONAL) Add local stuff here using +=
12#
13
[df49c60]14PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
15    $(H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h)
[955a9ba7]16
17$(PROJECT_INCLUDE)/rtems/score:
18        $(mkinstalldirs) $@
19
20$(PROJECT_INCLUDE)/rtems/score/%.h: %.h
21        $(INSTALL_DATA) $< $@
22
23all-local: $(PREINSTALL_FILES)
24
25include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.