From: hades Date: Mon, 22 Nov 1999 10:55:02 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=d342780e1af666ccc3a0941fd9861e899519ab38;p=daqdata.git *** empty log message *** --- diff --git a/hadaq/Makefile b/hadaq/Makefile index 97ad6a8..a8d3781 100644 --- a/hadaq/Makefile +++ b/hadaq/Makefile @@ -1,14 +1,5 @@ -LOADLIBES = $(LOCLIB) -lhadesstd -llvme $(ATMLIB) $(NETLIB) $(RTLIB) -INCLUDES = $(LOCINC) $(ATMINC) -DEFINES = -UNDEBUG -DHADESSTD_NEXITSTAT $(CFGDEF) - CFLAGS = -g $(INCLUDES) $(DEFINES) -#HW_OBJS = hwtof.o hwv775.o hwv878.o hwv488.o hwdtu.o hwsis3801.o -#HW_OBJS = hwrich.o hwrace.o rc.o -HW_OBJS = hwsoft.o - - DAQ_XMANAGE_OBJS = tcldaq.o tkAppInit.o \ agent_clnt.o agent_xdr.o worker.o psxshm.o mman.o DAQ_MANAGE_OBJS = tcldaq.o tclAppInit.o \ @@ -86,12 +77,12 @@ daq_anal: $(DAQ_ANAL_OBJS) $(CC) $(CFLAGS) $(LDFLAGS) $(DAQ_ANAL_OBJS) $(LOADLIBES) -o daq_anal clean: - rm -f makefile *.o *.out core tags \ + rm -f *.o *.out core tags \ agent.h agent_clnt.c agent_svc.c agent_xdr.c \ online.h online_clnt.c online_svc.c online_xdr.c latm.o: latm.c latm.h - cc $(CFLAGS) -c latm.c + $(CC) $(CFLAGS) -c latm.c online_clnt.c: online.x $(RPCGEN) -l online.x >online_clnt.c