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

4.104.114.84.95
Last change on this file since d1b210cd was d1b210cd, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/03 at 10:39:05

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

  • Makefile.am: Merge-in include/Makefile.am. Reflect changes to bsp.am.
  • include/Makefile.am: Remove.
  • configure.ac: Reflect changes above.
  • 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$(PROJECT_RELEASE)/BootImgs:
15        $(mkinstalldirs) $@
16
17TMPINSTALL_FILES = $(PROJECT_RELEASE)/BootImgs
18
19# This driver needs to be reworked for the BSD stack.
20# We only install wd80x3.h if HAS_NETWORKING was defined
21if HAS_NETWORKING
22include_HEADERS += include/wd80x3.h
23endif
24
25include_HEADERS += include/crt.h
26nodist_include_HEADERS += $(top_srcdir)/../../shared/include/coverhd.h
27
28all-local: $(PREINSTALL_FILES)
29
30EXTRA_DIST = HOWTO README.dec21140 STATUS times_i486dx times_p5
31
32if HAS_NETWORKING
33$(PROJECT_INCLUDE)/wd80x3.h: include/wd80x3.h
34        $(INSTALL_DATA) $< $@
35PREINSTALL_FILES += $(PROJECT_INCLUDE)/wd80x3.h
36endif
37
38$(PROJECT_INCLUDE)/crt.h: include/crt.h
39        $(INSTALL_DATA) $< $@
40PREINSTALL_FILES += $(PROJECT_INCLUDE)/crt.h
41
42$(PROJECT_INCLUDE)/coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
43        $(INSTALL_DATA) $< $@
44PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
45
46include $(top_srcdir)/../../../../automake/subdirs.am
47include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.