TOP=../.. include $(TOP)/configure/CONFIG #---------------------------------------- # ADD MACRO DEFINITIONS AFTER THIS LINE #======================================== #======================================== # Build the IOC application PROD_IOC = CUB # CUB.dbd will be created and installed DBD += CUB.dbd # CUB.dbd will be made up from these files: -include $(EPICS_ROOT)/mk/codac-common.mk # Add all the support libraries needed by this IOC -include $(EPICS_ROOT)/mk/asyn.mk -include $(EPICS_ROOT)/mk/s7PLCAsyn.mk CUB_DBD += $(CODAC_DBD) CUB_LIBS += $(CODAC_LIBS) # # SNCSEQ # _SNCFLAGS += +r -c +d # CUB_DBD += .dbd # CUB_SRCS += .stt # CUB_LIBS += seq pv # CUB_registerRecordDeviceDriver.cpp derives from CUB.dbd CUB_SRCS += CUB_registerRecordDeviceDriver.cpp # Build the main IOC entry point on workstation OSs. CUB_SRCS_DEFAULT += CUBMain.cpp CUB_SRCS_vxWorks += -nil- # Add support from base/src/vxWorks if needed #CUB_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary #============================= # Include SNL program makefile snippets -include ../*.snlprog #============================= # Finally link to the EPICS Base libraries CUB_LIBS += $(EPICS_BASE_IOC_LIBS) #=========================== include $(TOP)/configure/RULES #---------------------------------------- # ADD RULES AFTER THIS LINE #----------------------------------------