source: rtems/c/src/lib/libbsp/powerpc/mvme2307/Makefile.in @ 7e642ba

4.104.114.84.95
Last change on this file since 7e642ba was 7e642ba, checked in by Joel Sherrill <joel.sherrill@…>, on 11/22/99 at 19:27:13

Patch rtems-rc-19991117-9.diff from Ralf Corsepius <corsepiu@…>
to convert the libc directory to automake and "dozens of
small fixes for Makefile.ins/configure.ins below c/src/lib."

  • Property mode set to 100644
File size: 848 bytes
Line 
1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7top_srcdir = @top_srcdir@
8top_builddir = ../..
9subdir = powerpc/mvme2307
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 = network
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 = include clock console startup boot nvram timer pci $(NETWORK) \
32    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.