Skip to content
Snippets Groups Projects
Commit f906573a authored by benjamin.franksen's avatar benjamin.franksen
Browse files

examples: simplified demo Makefile

parent d633c159
No related branches found
No related tags found
No related merge requests found
...@@ -19,12 +19,10 @@ demo_SRCS_vxWorks += -nil- ...@@ -19,12 +19,10 @@ demo_SRCS_vxWorks += -nil-
#The following adds support from base/src/vxWorks #The following adds support from base/src/vxWorks
demo_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary demo_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary
LIBRARY_IOC += demoSupport demo_LIBS += seq pv
demoSupport_LIBS += seq pv demo_LIBS += $(EPICS_BASE_IOC_LIBS)
demoSupport_LIBS += $(EPICS_BASE_IOC_LIBS) demo_SRCS += demo.st
demoSupport_SRCS += demo.st
demo_LIBS += demoSupport seq pv
demo_LIBS += $(EPICS_BASE_IOC_LIBS) demo_LIBS += $(EPICS_BASE_IOC_LIBS)
include $(TOP)/configure/RULES include $(TOP)/configure/RULES
......
# CAKE configuration file corresponding to demo.db (relevant to KTL only)
demo-light in ""
LIGHT demo:light demo:light BOO BOO b 1
demo-light-on in ""
LIGHTON demo:lightOn demo:lightOn DBL DBL d 1
demo-light-off in ""
LIGHTOFF demo:lightOff demo:lightOff DBL DBL d 1
demo-voltage in ""
VOLTAGE demo:voltage demo:voltage DBL DBL d 1
demo-voltage-2 in ""
VOLTAGE2 demo:voltage demo:voltage DBL DBL d 1
demo-low-limit in ""
LOLIMIT demo:loLimit demo:loLimit DBL DBL d 1
demo-high-limit in ""
HILIMIT demo:hiLimit demo:hiLimit DBL DBL d 1
apple in ""
APPLE apple apple DBL DBL da:100 1
orange in ""
ORANGE orange orange DBL DBL da:100 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment