]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
*** empty log message ***
authorhades <hades>
Mon, 22 Nov 1999 10:55:02 +0000 (10:55 +0000)
committerhades <hades>
Mon, 22 Nov 1999 10:55:02 +0000 (10:55 +0000)
hadaq/Makefile

index 97ad6a8a1da60f6b54414a027a72d3bf92d012c1..a8d3781851885c75fb545e1b05514b9c717f66b9 100644 (file)
@@ -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