8 lines
151 B
Plaintext
8 lines
151 B
Plaintext
include $(depth)/mk/commondefs
|
|
include $(depth)/mk/localdefs
|
|
|
|
ALL_CXXFLAGS = $(CXXFLAGS) $(COMMONCXXFLAGS) $(LOCALCXXFLAGS)
|
|
|
|
RANLIB = ranlib
|
|
LIBSYS =
|