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

4.104.114.84.95
Last change on this file since ebf3adc was ebf3adc, checked in by Joel Sherrill <joel.sherrill@…>, on 06/14/01 at 12:43:18

2001-05-26 Ralf Corsepius <corsepiu@…>

  • configure.in: Add bspopts.h.
  • include/.cvsignore: Add bspopts.h*, stamp-h*.
  • include/Makefile.am: Use *_HEADERS instead of *H_FILES.
  • include/bsp.h: Include bspopts.h.
  • Property mode set to 100644
File size: 461 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.