From b92fca3b68e551d2583754c80196d524890e5ee4 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Wed, 30 Aug 2017 13:21:33 +1000 Subject: Pull in updated makefile structure from cqueues --- src/GNUmakefile | 133 +++++++++++++++++++++----------------------------------- 1 file changed, 50 insertions(+), 83 deletions(-) (limited to 'src/GNUmakefile') diff --git a/src/GNUmakefile b/src/GNUmakefile index 8d645ea..4bf5f8d 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -16,66 +16,46 @@ include $(d)/../GNUmakefile # # C O M P I L A T I O N F L A G S # -OS_$(d) = $(shell $(d)/../mk/vendor.os) -CC_$(d) = $(shell env CC="$(CC) "$(d)/../mk/vendor.cc) -LUAPATH_$(d) = $(shell env CC="$(CC)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" $(