source: rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/Makefile.in @ acc25ee

4.104.114.84.95
Last change on this file since acc25ee was acc25ee, checked in by Joel Sherrill <joel.sherrill@…>, on 12/02/99 at 14:31:19

Merged of mcp750 and mvme2307 BSP by Eric Valette <valette@…>.
As part of this effort, the mpc750 libcpu code is now shared with the
ppc6xx.

  • Property mode set to 100644
File size: 885 bytes
Line 
1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7top_srcdir = @top_srcdir@
8top_builddir = ../..
9subdir = powerpc/mcp750
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# We only build the Network library if HAS_NETWORKING was defined
26NETWORK_yes_V = dec21140
27NETWORK = $(NETWORK_$(HAS_NETWORKING)_V)
28
29# wrapup is the one that actually builds and installs the library
30#  from the individual .rel files built in other directories
31SUBDIRS = clock console include pci residual openpic irq vectors start \
32    startup bootloader $(NETWORK) motorola wrapup
33
34Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
35        cd $(top_builddir) \
36         && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
Note: See TracBrowser for help on using the repository browser.