10 lines
188 B
Plaintext
10 lines
188 B
Plaintext
include $(depth)/mk/commondefs
|
|
include $(depth)/mk/localdefs
|
|
|
|
ALL_CXXFLAGS = $(CXXFLAGS) $(COMMONCXXFLAGS) $(LOCALCXXFLAGS)
|
|
|
|
LIBRECOLL = -L$(depth)/lib -lrecoll
|
|
|
|
RANLIB = ranlib
|
|
LIBSYS =
|