Initial version.

This commit is contained in:
Janet B. Anderson
2000-09-27 16:06:58 +00:00
parent 80b4c40a9d
commit fc492297b8
21 changed files with 710 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
TOP=../..
include $(TOP)/configure/CONFIG
PROD_HOST = caExample
caExample_SRCS += caExample.cc
#caExample_CFLAGS +=
#caExample_LDFLAGS +=
caExample_LIBS += ca Com
ca_LIB=$(EPICS_BASE_LIB)
Com_LIB=$(EPICS_BASE_LIB)
include $(TOP)/configure/RULES