]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
*** empty log message ***
authorhades <hades>
Thu, 25 Nov 1999 09:48:44 +0000 (09:48 +0000)
committerhades <hades>
Thu, 25 Nov 1999 09:48:44 +0000 (09:48 +0000)
hadaq/Makefile
hadaq/makeenv

index 16e802c5058a72827c79a172146dd913f7645936..f2efc227e4ce5b054449b4cd01864408d000e7c5 100644 (file)
@@ -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 \
index 9f7e5cbe9e11e4de628dc05782a38e4437175a22..edece9201286c3ad7e7ee662b09ae4529f85f85e 100644 (file)
@@ -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"