source: rtems/c/src/exec/score/cpu/mips64orion/rtems/score/Makefile.am @ 6f921ba

Last change on this file since 6f921ba was 6f921ba, checked in by Joel Sherrill <joel.sherrill@…>, on 03/21/00 at 17:57:21

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

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