source: rtems/c/src/lib/libcpu/hppa1.1/include/Makefile.am @ 3ab61f0

4.104.114.84.95
Last change on this file since 3ab61f0 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: 507 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7H_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
18PREINSTALL_FILES += $(PROJECT_INCLUDE)/hppa1.1 \
19    $(H_FILES:%.h=$(PROJECT_INCLUDE)/hppa1.1/%.h)
20
21all-local: $(TMPINSTALL_FILES)
22
23EXTRA_DIST = runway.h semaphore.h
24
25include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.