081cb42dc8
Added caServerApp - copied from src/cas/example/simple Made simpleApp significantly more useful Made exampleApp use the _APPNAME_ macro instead of example in various places
25 lines
527 B
Makefile
25 lines
527 B
Makefile
TOP=..
|
|
|
|
include $(TOP)/configure/CONFIG
|
|
#----------------------------------------
|
|
# ADD MACRO DEFINITIONS AFTER THIS LINE
|
|
#=============================
|
|
|
|
PROD_HOST += caExample
|
|
caExample_SRCS += caExample.c
|
|
caExample_LIBS += ca
|
|
caExample_LIBS += Com
|
|
|
|
PROD_HOST += caMonitor
|
|
caMonitor_SRCS += caMonitor.c
|
|
caMonitor_LIBS += ca
|
|
caMonitor_LIBS += Com
|
|
|
|
ca_DIR = $(EPICS_BASE_LIB)
|
|
Com_DIR = $(EPICS_BASE_LIB)
|
|
|
|
include $(TOP)/configure/RULES
|
|
#----------------------------------------
|
|
# ADD RULES AFTER THIS LINE
|
|
|