source: rtems/c/src/lib/libbsp/i386/ts_386ex/include/Makefile.am @ 3299388d

4.104.114.84.95
Last change on this file since 3299388d was 88daa3d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:56:51

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

Makefile.am: Reflect having moved automake.
clock/Makefile.am: Reflect having moved automake.
console/Makefile.am: Reflect having moved automake.
include/Makefile.am: Reflect having moved automake.
network/Makefile.am: Reflect having moved automake.
start/Makefile.am: Reflect having moved automake.
startup/Makefile.am: Reflect having moved automake.
timer/Makefile.am: Reflect having moved automake.
wrapup/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 423 bytes
Line 
1##
2## $Id$
3##
4
5
6if HAS_NETWORKING
7NETWORK_H_FILES = wd80x3.h
8endif
9
10include_HEADERS = bsp.h coverhd.h wd80x3.h $(NETWORK_H_FILES) bspopts.h
11
12$(PROJECT_INCLUDE):
13        $(mkinstalldirs) $@
14
15$(PROJECT_INCLUDE)/%.h: %.h
16        $(INSTALL_DATA) $< $@
17
18PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
19
20all-local: $(PREINSTALL_FILES)
21
22EXTRA_DIST = wd80x3.h
23
24include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.