Initial version.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user