Linux 11 lines (7 with data), 212 Bytes
include $(depth)/mk/commondefs include $(depth)/mk/localdefs ALL_CXXFLAGS = $(CXXFLAGS) $(COMMONCXXFLAGS) $(LOCALCXXFLAGS) \ -D_GNU_SOURCE \ -DHAVE_VASPRINTF=1 \ -DHAVE_MKDTEMP=1 LIBSYS = -lpthread -ldl
include $(depth)/mk/commondefs include $(depth)/mk/localdefs ALL_CXXFLAGS = $(CXXFLAGS) $(COMMONCXXFLAGS) $(LOCALCXXFLAGS) \ -D_GNU_SOURCE \ -DHAVE_VASPRINTF=1 \ -DHAVE_MKDTEMP=1 LIBSYS = -lpthread -ldl