From 51317eb585b96d87c581bde1b6fb124b87913842 Mon Sep 17 00:00:00 2001 From: hades Date: Sun, 5 Sep 1999 11:13:44 +0000 Subject: [PATCH] *** empty log message *** --- hadaq/Makefile | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/hadaq/Makefile b/hadaq/Makefile index bb39334..cfb202e 100644 --- a/hadaq/Makefile +++ b/hadaq/Makefile @@ -6,11 +6,11 @@ #DEFINES = -UNDEBUG -DHADESSTD_NEXITSTAT -DHADESSTD_NGETOPT # UNIX w/o ATM -CC = c89 -RPCGEN = rpcgen -LOADLIBES = -L/usr/local/lib/ -lhadesstd -llvme -lrt -ltk -lX11 -ltcl -lm -INCLUDES = -I/usr/local/include -I/usr/fore/include -DEFINES = -UNDEBUG -DHADESSTD_NEXITSTAT -DHADESSTD_NGETOPT -DNOATM +#CC = c89 +#RPCGEN = rpcgen +#LOADLIBES = -L/usr/local/lib/ -lhadesstd -llvme -lrt -ltk -lX11 -ltcl -lm +#INCLUDES = -I/usr/local/include -I/usr/fore/include +#DEFINES = -UNDEBUG -DHADESSTD_NEXITSTAT -DHADESSTD_NGETOPT -DNOATM # Linux #CC = gcc @@ -26,9 +26,16 @@ DEFINES = -UNDEBUG -DHADESSTD_NEXITSTAT -DHADESSTD_NGETOPT -DNOATM #INCLUDES = -I/usr/local/include -I$(HOME)/include #DEFINES = -UNDEBUG -DHADESSTD_NEXITSTAT -DNOATM +# LynxOS +CC = gcc +RPCGEN = rpcgen +LOADLIBES = -L/usr/local/lib -L$(HOME)/lib/$(SYSTYPE) -lhadesstd -llvme -ltcl -lm -lrpc -lnetinet ../*.o +INCLUDES = -I/usr/local/include -I$(HOME)/include +DEFINES = -UNDEBUG -DHADESSTD_NEXITSTAT -DNOATM + CFLAGS = -g $(INCLUDES) $(DEFINES) -HW_OBJS = hwtof.o hwv775.o hwv878.o +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 -- 2.43.0