source: rtems/c/src/lib/libbsp/m68k/gen68360/Makefile.in @ 75f2b0b

4.104.114.84.95
Last change on this file since 75f2b0b 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: 886 bytes
RevLine 
[254b4450]1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
[d8ff793]7top_srcdir = @top_srcdir@
[e1d8abb]8top_builddir = ../..
9subdir = m68k/gen68360
[254b4450]10
[6693a68]11RTEMS_ROOT = @RTEMS_ROOT@
[d8ff793]12PROJECT_ROOT = @PROJECT_ROOT@
13
14VPATH = @srcdir@
15
[6693a68]16include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[cb5bfe4]17include $(RTEMS_ROOT)/make/directory.cfg
[254b4450]18
[6693a68]19INSTALL_CHANGE = @INSTALL_CHANGE@
20
21SRCS = README
[254b4450]22
[0280cb6]23# We only build the networking device driver if HAS_NETWORKING was defined
24NETWORKING_DRIVER_yes_V = network
25NETWORKING_DRIVER = $(NETWORKING_DRIVER_$(HAS_NETWORKING)_V)
26
[254b4450]27all: $(SRCS)
28
29# wrapup is the one that actually builds and installs the library
30#  from the individual .rel files built in other directories
[d2a05e7]31SUB_DIRS = include start startup clock console timer $(NETWORKING_DRIVER) \
[6693a68]32    wrapup
[d8ff793]33
[08b5f55]34Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
[d8ff793]35        cd $(top_builddir) \
36         && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
Note: See TracBrowser for help on using the repository browser.