source: rtems/c/src/lib/libbsp/hppa1.1/simhppa/include/Makefile.am @ 14fb972

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

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

Makefile.am: Reflect having moved automake.
include/Makefile.am: Reflect having moved automake.
shmsupp/Makefile.am: Reflect having moved automake.
start/Makefile.am: Reflect having moved automake.
startup/Makefile.am: Reflect having moved automake.
tty/Makefile.am: Reflect having moved automake.
wrapup/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 699 bytes
Line 
1##
2## $Id$
3##
4
5
6include_rtemsdir = $(includedir)/rtems
7include_HEADERS = bsp.h coverhd.h bspopts.h
8include_rtems_HEADERS = ttydrv.h
9
10$(PROJECT_INCLUDE):
11        $(mkinstalldirs) $@
12
13$(PROJECT_INCLUDE)/rtems:
14        $(mkinstalldirs) $@
15
16$(PROJECT_INCLUDE)/%.h: %.h
17        $(INSTALL_DATA) $< $@
18
19coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
20        $(INSTALL_DATA) $< $@
21CLEANFILES = coverhd.h
22
23$(PROJECT_INCLUDE)/rtems/%.h: %.h
24        $(INSTALL_DATA) $< $@
25
26TMPINSTALL_FILES = $(PROJECT_INCLUDE) \
27    $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) \
28    $(PROJECT_INCLUDE)/rtems \
29    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
30
31all-local: $(TMPINSTALL_FILES)
32
33include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.