source: rtems/c/src/lib/libbsp/c4x/c4xsim/include/Makefile.am @ 6b4a11bf

4.104.114.84.95
Last change on this file since 6b4a11bf was 8eacefcc, checked in by Joel Sherrill <joel.sherrill@…>, on 02/29/00 at 16:35:45

BSP now compiles and links with CAVSL board information. This includes
linkcmds updated, simio references removed, and switch to libchip for
serial ports from simio.

Added a MEMORY_MAP file to capture information about the various
addresses on this board.

In addition, many of the beta patches are now included.

  • Property mode set to 100644
File size: 614 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7H_FILES = bsp.h simio.h
8
9$(PROJECT_INCLUDE):
10        $(mkinstalldirs) $@
11
12$(PROJECT_INCLUDE)/%.h: %.h
13        $(INSTALL_DATA) $< $@
14
15$(PROJECT_INCLUDE)/bspIo.h: $(top_srcdir)/../../shared/include/bspIo.h
16        $(INSTALL_DATA) $< $@
17
18$(PROJECT_INCLUDE)/coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
19        $(INSTALL_DATA) $< $@
20
21PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h) \
22    $(PROJECT_INCLUDE)/bspIo.h $(PROJECT_INCLUDE)/coverhd.h
23
24all-local: $(PREINSTALL_FILES)
25
26EXTRA_DIST = bsp.h
27
28include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.