From: Jan Pospíšil Date: Fri, 6 Oct 2006 12:17:00 +0000 (+0000) Subject: added DEBUG on demand X-Git-Tag: mergeto_glite-lb-client_branch_2_3_0_0243_generic_23Nov06~26 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=9e643b68359c774224d247046efafd025062aabe;p=jra1mw.git added DEBUG on demand --- diff --git a/org.glite.lb.client/Makefile b/org.glite.lb.client/Makefile index 69601b2..63b749c 100644 --- a/org.glite.lb.client/Makefile +++ b/org.glite.lb.client/Makefile @@ -60,12 +60,15 @@ l_SRC = \ sh_PROGS = $(l_SRC:.l=.sh) - -DEBUG:=-g -O0 -Wall - GLOBUSINC:= -I${globus_prefix}/include/${nothrflavour} GLOBUSTHRINC:= -I${globus_prefix}/include/${thrflavour} +ifdef DEBUG + DEBUG:=-g -O0 -Wall -DEDG_WLL_LOG_STUB +else + DEBUG:=-g -O0 -Wall +endif + ifdef LB_STANDALONE LB_STANDALONE_FLAGS:=-DLB_STANDALONE endif