TOP=../.. include $(TOP)/configure/CONFIG #---------------------------------------- # ADD MACRO DEFINITIONS AFTER THIS LINE #============================= #============================= # Build the IOC application PROD_IOC = hallprobe # hallprobe.dbd will be created and installed DBD += hallprobe.dbd # hallprobe.dbd will be made up from these files: hallprobe_DBD += base.dbd hallprobe_DBD += drvAsynIPPort.dbd hallprobe_DBD += sCalcoutRecord.dbd hallprobe_DBD += stream.dbd hallprobe_DBD += asSupport.dbd hallprobe_DBD += devIocStats.dbd hallprobe_DBD += asyn.dbd # Add all the support libraries needed by this IOC hallprobe_LIBS += autosave hallprobe_LIBS += devIocStats hallprobe_LIBS += calc hallprobe_LIBS += stream hallprobe_LIBS += asyn # hallprobe_registerRecordDeviceDriver.cpp derives from hallprobe.dbd hallprobe_SRCS += hallprobe_registerRecordDeviceDriver.cpp # Build the main IOC entry point on workstation OSs. hallprobe_SRCS_DEFAULT += hallprobeMain.cpp hallprobe_SRCS_vxWorks += -nil- # Add support from base/src/vxWorks if needed #hallprobe_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary # Finally link to the EPICS Base libraries hallprobe_LIBS += $(EPICS_BASE_IOC_LIBS) #============================= include $(TOP)/configure/RULES #---------------------------------------- # ADD RULES AFTER THIS LINE