Switch to unified view

a/src/mk/commondefs b/src/mk/commondefs
...
...
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
# the sys file or localdefs
15
# the sys file or localdefs
16
SYSPICFLAGS = -fPIC -DPIC
16
SYSPICFLAGS = -fPIC -DPIC
17
17
18
BIGLIB = $(depth)/lib/librcl.a
18
LIBRECOLL = -L $(depth)/lib -lrecoll -Wl,-rpath=$(libdir)
19
19
20
RANLIB = test -f
20
RANLIB = test -f
21
22
AR=ar
21
AR=ar