Last change
on this file since b96734c was
b96734c,
checked in by Joel Sherrill <joel.sherrill@…>, on 06/12/00 at 20:29:45
|
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 | |
---|
5 | AUTOMAKE_OPTIONS = foreign 1.4 |
---|
6 | |
---|
7 | GENOFFSETS = $(PROJECT_ROOT)/tools/cpu/hppa1.1/genoffsets |
---|
8 | |
---|
9 | GENERIC_H_FILES = offsets.h |
---|
10 | STATIC_H_FILES = cpu.h cpu_asm.h hppa.h hppatypes.h |
---|
11 | noinst_HEADERS = $(STATIC_H_FILES) |
---|
12 | |
---|
13 | # |
---|
14 | # (OPTIONAL) Add local stuff here using += |
---|
15 | # |
---|
16 | |
---|
17 | offsets.h: $(GENOFFSETS) cpu.h |
---|
18 | $(RM) $@ |
---|
19 | $(GENOFFSETS) > $@ |
---|
20 | |
---|
21 | CLEANFILES = offsets.h |
---|
22 | |
---|
23 | PREINSTALL_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 | |
---|
33 | all-local: $(PREINSTALL_FILES) |
---|
34 | |
---|
35 | include $(top_srcdir)/../../../../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.