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

4.104.114.84.95
Last change on this file since 9317505 was 9317505, checked in by Joel Sherrill <joel.sherrill@…>, on 09/06/00 at 15:30:37

2000-09-06 Ralf Corsepius <corsepiu@…>

  • rtems/score/Makefile.am: Use PROJECT_TOPdir in path to genoffsets.
  • Property mode set to 100644
File size: 745 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7GENOFFSETS = $(PROJECT_TOPdir)/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.