From: Martin Mares Date: Mon, 10 Sep 2007 15:14:24 +0000 (+0200) Subject: Added CEXTRA and LEXTRA, which can be used to add new compilation/linking X-Git-Tag: holmes-import~506^2~13^2~32 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=aa9468593b4d7a2aa2bc98c6c25fd7a8ed29fcb1;p=libucw.git Added CEXTRA and LEXTRA, which can be used to add new compilation/linking flags without removing the original ones. --- diff --git a/build/Maketop b/build/Maketop index 33ee0ce9..1ac82d98 100644 --- a/build/Maketop +++ b/build/Maketop @@ -7,8 +7,8 @@ V=0 # Disable all built-in rules and variables. Speeds up make and simplifies debugging. MAKEFLAGS+=-rR -CFLAGS=$(CLANG) $(COPT) $(CDEBUG) $(CWARNS) -I. -I$(o) -I$(s) -LDFLAGS=$(LOPT) +CFLAGS=$(CLANG) $(COPT) $(CDEBUG) $(CWARNS) $(CEXTRA) -I. -I$(o) -I$(s) +LDFLAGS=$(LOPT) $(LEXTRA) DIRS= PROGS=