From: hades Date: Wed, 4 Oct 2000 12:38:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=fa3ae3d950564f2b4ce81cb4cf606b6ec18b4514;p=daqdata.git *** empty log message *** --- diff --git a/allParam/test/Makefile b/allParam/test/Makefile index 5c9f2b5..dd06f41 100644 --- a/allParam/test/Makefile +++ b/allParam/test/Makefile @@ -2,9 +2,16 @@ TIME = time MV = ./mv.sh # Channel Access test +# Linux +HOST_ARCH = Linux EPICS_BASE = $(EPICS_HOME)/base CACFLAGS = -g -ansi -Wall -I../ca LOADCALIBES = -L../ca -L$(EPICS_BASE)/lib/$(HOST_ARCH) -lcaParam -lca -lCom +# LynxOS +#HOST_ARCH = LynxOS +#EPICS_BASE = $(EPICS_HOME)/base +#CACFLAGS = -g -ansi -Wall -I../ca +#LOADCALIBES = -L../ca -L$(EPICS_BASE)/lib/$(HOST_ARCH) -lcaParam -lca -lCom -lnetinet # File test FILECFLAGS = -g -ansi -Wall -I../file