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

4.104.114.84.95
Last change on this file since edc61d4 was edc61d4, checked in by Joel Sherrill <joel.sherrill@…>, on 06/12/00 at 20:27:50

Fixed so hppa1.1 compiles with only problems in simhppa BSP.

  • Property mode set to 100644
File size: 743 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7GENOFFSETS = $(PROJECT_ROOT)/tools/cpu/hppa1.1/genoffsets
8
9GENERIC_H_FILES = offsets.h
10STATIC_H_FILES = cpu.h cpu_asm.h hppa.h hppatypes.h
11noinst_HEADERS = $(STATIC_H_FILES)
12
13#
14# (OPTIONAL) Add local stuff here using +=
15#
16
17offsets.h: $(GENOFFSETS) cpu.h
18        $(RM) $@
19        $(GENOFFSETS) > $@
20
21CLEANFILES = offsets.h
22
23PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
24    $(STATIC_H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h) \
25    $(GENERIC_H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h)
26
27$(PROJECT_INCLUDE)/rtems/score:
28        $(mkinstalldirs) $@
29
30$(PROJECT_INCLUDE)/rtems/score/%.h: %.h
31        $(INSTALL_DATA) $< $@
32
33all-local: $(PREINSTALL_FILES)
34
35include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.