From fa3ae3d950564f2b4ce81cb4cf606b6ec18b4514 Mon Sep 17 00:00:00 2001 From: hades Date: Wed, 4 Oct 2000 12:38:14 +0000 Subject: [PATCH] *** empty log message *** --- allParam/test/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.43.0