9 lines
169 B
Plaintext
9 lines
169 B
Plaintext
|
|
include $(depth)/mk/commondefs
|
|
include $(depth)/mk/localdefs
|
|
|
|
ALL_CXXFLAGS = $(CXXFLAGS) $(COMMONCXXFLAGS) $(LOCALCXXFLAGS) \
|
|
-D_GNU_SOURCE
|
|
|
|
LIBSYS = -lpthread -ldl
|