9 lines
192 B
Plaintext
9 lines
192 B
Plaintext
include $(depth)/mk/commondefs
|
|
include $(depth)/mk/localdefs
|
|
|
|
ALL_CXXFLAGS = $(CXXFLAGS) $(COMMONCXXFLAGS) $(LOCALCXXFLAGS) \
|
|
-pthread \
|
|
-DHAVE_VASPRINTF=1 \
|
|
-DHAVE_MKDTEMP=1
|
|
LIBSYS =
|