source: rtems/c/src/lib/libbsp/i386/pc386/Makefile.in @ 8dcbc16b

4.104.114.84.95
Last change on this file since 8dcbc16b was c0438add, checked in by Joel Sherrill <joel.sherrill@…>, on 02/18/99 at 21:09:25

Renamed network to wd8003.

  • Property mode set to 100644
File size: 591 bytes
Line 
1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7VPATH = @srcdir@
8RTEMS_ROOT = @top_srcdir@
9PROJECT_ROOT = @PROJECT_ROOT@
10
11INSTALL = @INSTALL@
12
13include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
14include $(RTEMS_ROOT)/make/directory.cfg
15
16# We only build the Network library if HAS_NETWORKING was defined
17NETWORK_yes_V = dec21140 ne2000 wd8003
18NETWORK = $(NETWORK_$(HAS_NETWORKING)_V)
19
20# wrapup is the one that actually builds and installs the library
21#  from the individual .rel files built in other directories
22SUB_DIRS=include tools start startup clock console timer $(NETWORK) \
23          wrapup
Note: See TracBrowser for help on using the repository browser.