source: rtems/c/src/lib/libbsp/powerpc/score603e/Makefile.in @ 32163db

4.104.114.84.95
Last change on this file since 32163db was 9c448e1, checked in by Joel Sherrill <joel.sherrill@…>, on 02/19/99 at 00:22:33

BSP for Vista Score603e added.

  • Property mode set to 100644
File size: 463 bytes
Line 
1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7VPATH = @srcdir@
8RTEMS_ROOT = @top_srcdir@
9PROJECT_ROOT = @PROJECT_ROOT@
10
11INSTALL = @INSTALL@
12
13include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
14include $(RTEMS_ROOT)/make/directory.cfg
15
16SRCS=README
17
18all: $(SRCS)
19
20# wrapup is the one that actually builds and installs the library
21#  from the individual .rel files built in other directories
22SUB_DIRS=include clock console startup start timer tod PCI_bus vectors wrapup
Note: See TracBrowser for help on using the repository browser.