+# 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 \
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"