Switch to unified view

a/src/mk/commondefs b/src/mk/commondefs
...
...
15
# We happen to be using gcc on all platforms for now. Can be overridden in
15
# We happen to be using gcc on all platforms for now. Can be overridden in
16
# sys file anyway
16
# sys file anyway
17
PIC_CXXFLAGS = -fPIC -DPIC
17
PIC_CXXFLAGS = -fPIC -DPIC
18
18
19
BIGLIB = $(depth)/lib/librcl.a
19
BIGLIB = $(depth)/lib/librcl.a
20
MIMELIB = $(depth)/bincimapmime/libmime.a
21
20
22
RANLIB = test -f
21
RANLIB = test -f
23
22
24
AR=ar
23
AR=ar