4.104.114.84.95
Last change
on this file since 0280cb6 was
0280cb6,
checked in by Joel Sherrill <joel.sherrill@…>, on 08/20/98 at 14:39:09
|
FreeBSD stack compiles for the first time (except libc/strsep.c)
|
-
Property mode set to
100644
|
File size:
974 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 KA9Q library if HAS_KA9Q was defined |
---|
15 | LIBKA9Q_yes_V = libka9q |
---|
16 | LIBKA9Q = $(LIBKA9Q_$(HAS_KA9Q)_V) |
---|
17 | |
---|
18 | # We only build the networking library if HAS_NETWORKING was defined |
---|
19 | LIBNETWORKING_yes_V = libnetworking |
---|
20 | LIBNETWORKING = $(LIBNETWORKING_$(HAS_NETWORKING)_V) |
---|
21 | NETWORKING_INCLUDE_yes_V = libnetworking/include |
---|
22 | NETWORKING_INCLUDE = $(NETWORKING_INCLUDE_$(HAS_NETWORKING)_V) |
---|
23 | |
---|
24 | # We only build the rtems++ library if HAS_CPLUSPLUS was defined |
---|
25 | LIBRTEMSCPLUSPLUS_yes_V = librtems++ |
---|
26 | LIBRTEMSCPLUSPLUS = $(LIBRTEMSCPLUSPLUS_$(HAS_CPLUSPLUS)_V) |
---|
27 | |
---|
28 | # General Hardware API library |
---|
29 | LIBHWAPI=$(wildcard libhwapi) |
---|
30 | |
---|
31 | SUB_DIRS=start include $(NETWORKING_INCLUDE) libmisc libc libcpu libbsp \ |
---|
32 | $(LIBKA9Q) $(LIBNETWORKING) $(LIBHWAPI) $(LIBRTEMSCPLUSPLUS) wrapup |
---|
Note: See
TracBrowser
for help on using the repository browser.