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