From c8b248ef6e429c0669a926fa8351b9630a53d9e2 Mon Sep 17 00:00:00 2001 From: hades Date: Thu, 25 Nov 1999 09:48:44 +0000 Subject: [PATCH] *** empty log message *** --- hadaq/Makefile | 13 +++++++++++++ hadaq/makeenv | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/hadaq/Makefile b/hadaq/Makefile index 16e802c..f2efc22 100644 --- a/hadaq/Makefile +++ b/hadaq/Makefile @@ -1,3 +1,16 @@ +# Before you can use this Makefile, you have to set several +# environment variables by executing the makeenv script in this dir +# .e.g: +# $ . makeenv LYNXOS RICH +# +# Check in the script for possible values, common are the following +# combinations: +# +# $ . makeenv LYNXOS RICH +# $ . makeenv LYNXOS MDC +# $ . makeenv LYNXOS TOF +# $ . makeenv UNIX SOFT + CFLAGS = -g $(INCLUDES) $(DEFINES) DAQ_XMANAGE_OBJS = tcldaq.o tkAppInit.o \ diff --git a/hadaq/makeenv b/hadaq/makeenv index 9f7e5cb..edece92 100644 --- a/hadaq/makeenv +++ b/hadaq/makeenv @@ -41,7 +41,7 @@ fi if test $HW_CONF = "SOFT" then export HW_OBJS="hwsoft.o" -elif test $HW_CONF = "SEB" +elif test $HW_CONF = "TOF" then export HW_OBJS="hwtof.o hwv775.o hwv878.o hwv488.o hwdtu.o hwsis3801.o" elif test $HW_CONF = "RICH" -- 2.43.0