source: rtems/c/src/lib/libbsp/powerpc/shared/Makefile.in @ fb16fed

4.104.114.84.95
Last change on this file since fb16fed was fb16fed, checked in by Joel Sherrill <joel.sherrill@…>, on 12/21/99 at 15:25:05

Patch rtems-rc-19991203-10.diff from Ralf Corsepius <corsepiu@…>
which fixes a couple of bugs in RTEMS's old style Makefile.ins, which
apparently were introduced by moving the start directories and not
having adapted the Makefile.ins.

To apply:

patch -p1 < rtems-rc-19991203-10.diff

  • Property mode set to 100644
File size: 871 bytes
Line 
1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7top_srcdir = @top_srcdir@
8top_builddir = ../..
9subdir = powerpc/shared
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 =
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 motorola bootloader $(NETWORK)
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.