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

4.104.114.84.95
Last change on this file since 1858070 was 1858070, checked in by Joel Sherrill <joel.sherrill@…>, on 09/27/01 at 19:31:53

2001-09-27 Ralf Corsepius <corsepiu@…>

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