source: rtems/c/src/lib/libbsp/i386/pc386/Makefile.am @ 6e94600

4.104.114.84.95
Last change on this file since 6e94600 was 50b3fcf, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/09/03 at 14:13:13

2003-12-09 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Misc cleanups and fixes.
  • start/Makefile.am: Misc cleanups and fixes.
  • startup/Makefile.am: Misc cleanups and fixes.
  • wrapup/Makefile.am: Misc cleanups and fixes.
  • Property mode set to 100644
File size: 1.3 KB
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../aclocal
6
7# wrapup is the one that actually builds and installs the library
8# from the individual .rel files built in other directories
9SUBDIRS = . tools start startup clock console timer ne2000 wd8003 3c509 ide \
10    wrapup
11
12include $(top_srcdir)/../../bsp.am
13
14# This driver needs to be reworked for the BSD stack.
15# We only install wd80x3.h if HAS_NETWORKING was defined
16if HAS_NETWORKING
17include_HEADERS += include/wd80x3.h
18endif
19
20include_HEADERS += include/crt.h
21nodist_include_HEADERS += $(top_srcdir)/../../shared/include/coverhd.h
22
23all-local: $(PREINSTALL_FILES)
24
25EXTRA_DIST = HOWTO README.dec21140 STATUS times_i486dx times_p5
26
27if HAS_NETWORKING
28$(PROJECT_INCLUDE)/wd80x3.h: include/wd80x3.h $(PROJECT_INCLUDE)/$(dirstamp)
29        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/wd80x3.h
30PREINSTALL_FILES += $(PROJECT_INCLUDE)/wd80x3.h
31endif
32
33$(PROJECT_INCLUDE)/crt.h: include/crt.h $(PROJECT_INCLUDE)/$(dirstamp)
34        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/crt.h
35PREINSTALL_FILES += $(PROJECT_INCLUDE)/crt.h
36
37$(PROJECT_INCLUDE)/coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h $(PROJECT_INCLUDE)/$(dirstamp)
38        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/coverhd.h
39PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
40
41include $(top_srcdir)/../../../../automake/subdirs.am
42include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.