TOP=../.. include $(TOP)/configure/CONFIG #---------------------------------------- # ADD MACRO DEFINITIONS AFTER THIS LINE #============================= # Build the IOC application PROD_IOC = activeCollimator # activeCollimator.dbd will be created and installed DBD += activeCollimator.dbd # activeCollimator.dbd will be made up from these files: activeCollimator_DBD += base.dbd activeCollimator_DBD += calcSupport.dbd activeCollimator_DBD += busySupport.dbd activeCollimator_DBD += sscanSupport.dbd activeCollimator_DBD += asSupport.dbd activeCollimator_DBD += devSequencer.dbd activeCollimator_DBD += asyn.dbd activeCollimator_DBD += std.dbd activeCollimator_DBD += devIocStats.dbd # activeCollimator_registerRecordDeviceDriver.cpp derives from activeCollimator.dbd activeCollimator_SRCS += activeCollimator_registerRecordDeviceDriver.cpp # Build the main IOC entry point on workstation OSs. activeCollimator_SRCS_DEFAULT += activeCollimatorMain.cpp activeCollimator_SRCS_vxWorks += -nil- # Add support from base/src/vxWorks if needed #activeCollimator_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary # Link in the code from the support library activeCollimator_LIBS += calc activeCollimator_LIBS += busy activeCollimator_LIBS += sscan activeCollimator_LIBS += autosave activeCollimator_LIBS += std activeCollimator_LIBS += seqDev seq pv activeCollimator_LIBS += asyn activeCollimator_LIBS += devIocStats # Finally link to the EPICS Base libraries activeCollimator_LIBS += $(EPICS_BASE_IOC_LIBS) #============================= include $(TOP)/configure/RULES #---------------------------------------- # ADD RULES AFTER THIS LINE