source: rtems/c/src/lib/libbsp/powerpc/psim/Makefile.in @ d2a05e7

4.104.114.84.95
Last change on this file since d2a05e7 was d2a05e7, checked in by Joel Sherrill <joel.sherrill@…>, on 11/19/99 at 16:40:40

Renaming all BSP specific startXXX directories to use the same name (start).

  • Property mode set to 100644
File size: 895 bytes
Line 
1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7top_srcdir = @top_srcdir@
8top_builddir = ../..
9subdir = powerpc/psim
10
11RTEMS_ROOT = @RTEMS_ROOT@
12PROJECT_ROOT = @PROJECT_ROOT@
13
14VPATH = @srcdir@
15
16include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
17include $(RTEMS_ROOT)/make/directory.cfg
18
19INSTALL_CHANGE = @INSTALL_CHANGE@
20
21SRCS = README
22
23all: $(SRCS)
24
25# shmsupp augments shmdr -- the portable shared memory MPCI layer
26# We only build it if HAS_MP was defined
27MP_DRIVERS_yes_V = shmsupp
28MP_DRIVERS = $(MP_DRIVERS_$(HAS_MP)_V)
29
30# wrapup is the one that actually builds and installs the library
31#  from the individual .rel files built in other directories
32SUB_DIRS = include start clock console startup $(MP_DRIVERS) timer \
33    vectors wrapup tools
34
35Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
36        cd $(top_builddir) \
37         && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
Note: See TracBrowser for help on using the repository browser.