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

4.104.114.84.95
Last change on this file since b0e2360 was b0e2360, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:32:06

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
clock/Makefile.am: Reflect having moved automake.
include/Makefile.am: Reflect having moved automake.
milli/Makefile.am: Reflect having moved automake.
semaphore/Makefile.am: Reflect having moved automake.
timer/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 541 bytes
Line 
1##
2## $Id$
3##
4
5
6include_hppa1_1dir = $(includedir)/hppa1.1
7
8include_hppa1_1_HEADERS = runway.h semaphore.h
9
10# NOTE: Unlike other CPUS, we install into a subdirectory to avoid
11#       file name conflicts
12
13$(PROJECT_INCLUDE)/hppa1.1:
14        $(mkinstalldirs) $@
15
16$(PROJECT_INCLUDE)/hppa1.1/%.h: %.h
17        $(INSTALL_DATA) $< $@
18
19PREINSTALL_FILES = $(PROJECT_INCLUDE)/hppa1.1 \
20    $(include_hppa1_1_HEADERS:%=$(PROJECT_INCLUDE)/hppa1.1/%)
21
22all-local: $(TMPINSTALL_FILES)
23
24EXTRA_DIST = runway.h semaphore.h
25
26include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.