From 6085b22c18cad4a73a3104e9b73e4d927eab3c0b Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Tue, 3 Jul 2018 11:13:14 +0200 Subject: [PATCH] - removed epics support (do not like to fix library paths) --- makefile_rhel7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile_rhel7 b/makefile_rhel7 index 9bf99c0f..fd6bff90 100644 --- a/makefile_rhel7 +++ b/makefile_rhel7 @@ -13,9 +13,9 @@ SINQDIR=/afs/psi.ch/project/sinq #NILIB=$(SINQDIR)/rhel7/lib/cib.o EXTRAROOT=/afs/psi.ch/project/sinq/rhel7 -EPICSDIR=$(SINQDIR)/rhel7/lib/linux-x86_64-debug +#EPICSDIR=$(SINQDIR)/rhel7/lib/linux-x86_64-debug #EPICSLIBS=$(EPICSDIR)/libezca.a $(EPICSDIR)/libca.a $(EPICSDIR)/libCom.a -lreadline -lhistory -EPICSLIBS=-L$(EPICSDIR) -lezca -lca -lCom +#EPICSLIBS=-L$(EPICSDIR) -lezca -lca -lCom include sllinux_def