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:
507 bytes
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | AUTOMAKE_OPTIONS = foreign 1.4 |
---|
6 | |
---|
7 | H_FILES = runway.h semaphore.h |
---|
8 | |
---|
9 | # NOTE: Unlike other CPUS, we install into a subdirectory to avoid |
---|
10 | # file name conflicts |
---|
11 | |
---|
12 | $(PROJECT_INCLUDE)/hppa1.1: |
---|
13 | $(mkinstalldirs) $@ |
---|
14 | |
---|
15 | $(PROJECT_INCLUDE)/hppa1.1/%.h: %.h |
---|
16 | $(INSTALL_DATA) $< $@ |
---|
17 | |
---|
18 | PREINSTALL_FILES += $(PROJECT_INCLUDE)/hppa1.1 \ |
---|
19 | $(H_FILES:%.h=$(PROJECT_INCLUDE)/hppa1.1/%.h) |
---|
20 | |
---|
21 | all-local: $(TMPINSTALL_FILES) |
---|
22 | |
---|
23 | EXTRA_DIST = runway.h semaphore.h |
---|
24 | |
---|
25 | include $(top_srcdir)/../../../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.