|
a/src/mk/commondefs |
|
b/src/mk/commondefs |
|
... |
|
... |
10 |
-I$(depth)/rcldb \
|
10 |
-I$(depth)/rcldb \
|
11 |
-I$(depth)/unac \
|
11 |
-I$(depth)/unac \
|
12 |
-I$(depth)/utils
|
12 |
-I$(depth)/utils
|
13 |
|
13 |
|
14 |
# We happen to be using gcc on all platforms for now. Can be overridden in
|
14 |
# We happen to be using gcc on all platforms for now. Can be overridden in
|
15 |
# sys file anyway
|
15 |
# the sys file or localdefs
|
16 |
PIC_CXXFLAGS = -fPIC -DPIC
|
16 |
SYSPICFLAGS = -fPIC -DPIC
|
17 |
|
17 |
|
18 |
BIGLIB = $(depth)/lib/librcl.a
|
18 |
BIGLIB = $(depth)/lib/librcl.a
|
19 |
|
19 |
|
20 |
RANLIB = test -f
|
20 |
RANLIB = test -f
|
21 |
|
21 |
|