source: rtems/c/src/lib/libbsp/i960/cvme961/Makefile.in @ 97e2729d

4.104.114.84.95
Last change on this file since 97e2729d was 97e2729d, checked in by Joel Sherrill <joel.sherrill@…>, on 11/23/98 at 17:38:09

Added --disable-multiprocessing flag and modified a lot of files to make
it work.

  • Property mode set to 100644
File size: 535 bytes
Line 
1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7VPATH = @srcdir@
8RTEMS_ROOT = @top_srcdir@
9PROJECT_ROOT = @PROJECT_ROOT@
10
11include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
12include $(RTEMS_ROOT)/make/directory.cfg
13
14# We only build the multiprocessing support if HAS_MP was defined
15MP_SUPPORT_yes_V = shmsupp
16MP_SUPPORT = $(MP_SUPPORT_$(HAS_MP)_V)
17
18# wrapup is the one that actually builds and installs the library
19#  from the individual .rel files built in other directories
20SUB_DIRS=include startup clock console $(MP_SUPPORT) timer wrapup
Note: See TracBrowser for help on using the repository browser.