From: hades Date: Wed, 31 May 2000 14:15:57 +0000 (+0000) Subject: Made compiler options controllable from the command line X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=04cddd77cdfc286965c548e4c4624eff2f57386e;p=daqdata.git Made compiler options controllable from the command line --- diff --git a/hadaq/Makefile b/hadaq/Makefile index f78f172..fc0d518 100644 --- a/hadaq/Makefile +++ b/hadaq/Makefile @@ -11,7 +11,8 @@ # $ . makeenv LYNXOS TOF # $ . makeenv UNIX SOFT -CFLAGS = -g $(INCLUDES) $(DEFINES) +COPTS = -g +CFLAGS = $(COPTS) $(INCLUDES) $(DEFINES) DAQ_XMANAGE_OBJS = tcldaq.o tkAppInit.o \ agent_clnt.o agent_xdr.o worker.o psxshm.o mman.o