4.104.114.84.95
Last change
on this file since 478b86fa was
478b86fa,
checked in by Joel Sherrill <joel.sherrill@…>, on 12/03/98 at 21:53:42
|
Don't build libchip if we are targetting UNIX.
|
-
Property mode set to
100644
|
File size:
918 bytes
|
Line | |
---|
1 | # |
---|
2 | # $Id$ |
---|
3 | # |
---|
4 | |
---|
5 | @SET_MAKE@ |
---|
6 | srcdir = @srcdir@ |
---|
7 | VPATH = @srcdir@ |
---|
8 | RTEMS_ROOT = @top_srcdir@ |
---|
9 | PROJECT_ROOT = @PROJECT_ROOT@ |
---|
10 | |
---|
11 | include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg |
---|
12 | include $(RTEMS_ROOT)/make/directory.cfg |
---|
13 | |
---|
14 | # We only build the networking library if HAS_NETWORKING was defined |
---|
15 | LIBNETWORKING_yes_V = libnetworking |
---|
16 | LIBNETWORKING = $(LIBNETWORKING_$(HAS_NETWORKING)_V) |
---|
17 | NETWORKING_INCLUDE_yes_V = libnetworking/include |
---|
18 | NETWORKING_INCLUDE = $(NETWORKING_INCLUDE_$(HAS_NETWORKING)_V) |
---|
19 | |
---|
20 | # We only build the rtems++ library if HAS_CPLUSPLUS was defined |
---|
21 | LIBRTEMSCPLUSPLUS_yes_V = librtems++ |
---|
22 | LIBRTEMSCPLUSPLUS = $(LIBRTEMSCPLUSPLUS_$(HAS_CPLUSPLUS)_V) |
---|
23 | |
---|
24 | # General Hardware API library |
---|
25 | LIBHWAPI=$(wildcard libhwapi) |
---|
26 | |
---|
27 | |
---|
28 | ifneq ($(RTEMS_CPU),unix) |
---|
29 | LIBCHIP=libchip |
---|
30 | endif |
---|
31 | |
---|
32 | SUB_DIRS=start include $(NETWORKING_INCLUDE) libmisc \ |
---|
33 | libc $(LIBCHIP) libcpu libbsp $(LIBNETWORKING) \ |
---|
34 | $(LIBHWAPI) $(LIBRTEMSCPLUSPLUS) wrapup |
---|
Note: See
TracBrowser
for help on using the repository browser.