]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
*** empty log message ***
authorhades <hades>
Wed, 4 Oct 2000 12:38:14 +0000 (12:38 +0000)
committerhades <hades>
Wed, 4 Oct 2000 12:38:14 +0000 (12:38 +0000)
allParam/test/Makefile

index 5c9f2b575c5ba8f9553b803d2c6242cc8a54dad1..dd06f41c2f675c27222e0a7ee0c9c4e4cf1982c5 100644 (file)
@@ -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