TOP=../.. include $(TOP)/configure/CONFIG #---------------------------------------- # ADD MACRO DEFINITIONS AFTER THIS LINE #============================= #============================= # Build the IOC application PROD_IOC = omegaDP470 # omegaDP470.dbd will be created and installed DBD += omegaDP470.dbd omegaDP470_DBD += base.dbd # omegaDP470.dbd will be made up from these files: omegaDP470_DBD += base.dbd omegaDP470_DBD += drvAsynIPPort.dbd omegaDP470_DBD += drvVxi11.dbd omegaDP470_DBD += stream.dbd omegaDP470_DBD += devOmegaDP470.dbd omegaDP470_LIBS += asyn omegaDP470_LIBS += stream # Include dbd files from all support applications: #omegaDP470_DBD += xxx.dbd # Add all the support libraries needed by this IOC #omegaDP470_LIBS += xxx # omegaDP470_registerRecordDeviceDriver.cpp derives from omegaDP470.dbd omegaDP470_SRCS += omegaDP470_registerRecordDeviceDriver.cpp # Build the main IOC entry point on workstation OSs. omegaDP470_SRCS_DEFAULT += omegaDP470Main.cpp omegaDP470_SRCS_vxWorks += -nil- # Add support from base/src/vxWorks if needed #omegaDP470_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary # Finally link to the EPICS Base libraries omegaDP470_LIBS += $(EPICS_BASE_IOC_LIBS) #=========================== include $(TOP)/configure/RULES #---------------------------------------- # ADD RULES AFTER THIS LINE