source: rtems/c/src/lib/libbsp/m68k/mvme136/Makefile.in @ d2a05e7

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

Moved start code from lib/start to libbsp.

  • Property mode set to 100644
File size: 805 bytes
RevLine 
[254b4450]1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
[d8ff793]7top_srcdir = @top_srcdir@
[e1d8abb]8top_builddir = ../..
9subdir = m68k/mvme136
[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
[97e2729d]21# We only build the multiprocessing support if HAS_MP was defined
22MP_SUPPORT_yes_V = shmsupp
23MP_SUPPORT = $(MP_SUPPORT_$(HAS_MP)_V)
24
[254b4450]25# wrapup is the one that actually builds and installs the library
26#  from the individual .rel files built in other directories
[ac656f2d]27SUB_DIRS = include start startup clock console $(MP_SUPPORT) timer wrapup
[d8ff793]28
[08b5f55]29Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
[d8ff793]30        cd $(top_builddir) \
31         && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
Note: See TracBrowser for help on using the repository browser.