7 lines
163 B
Plaintext
7 lines
163 B
Plaintext
include $(depth)/mk/commondefs
|
|
include $(depth)/mk/localdefs
|
|
|
|
ALL_CXXFLAGS = $(CXXFLAGS) $(COMMONCXXFLAGS) $(LOCALCXXFLAGS) \
|
|
-pthread -I/usr/include
|
|
LIBSYS =
|