TOP=../.. include $(TOP)/configure/CONFIG #---------------------------------------- # ADD MACRO DEFINITIONS AFTER THIS LINE #============================= #============================= # Build the IOC application PROD_IOC = k1cammco # k1cammco.dbd will be created and installed DBD += k1cammco.dbd # k1cammco.dbd will be made up from these files: k1cammco_DBD += base.dbd # Include dbd files from all support applications: #k1cammco_DBD += xxx.dbd # Add all the support libraries needed by this IOC #k1cammco_LIBS += xxx # k1cammco_registerRecordDeviceDriver.cpp derives from k1cammco.dbd k1cammco_SRCS += k1cammco_registerRecordDeviceDriver.cpp # Build the main IOC entry point on workstation OSs. k1cammco_SRCS_DEFAULT += k1cammcoMain.cpp k1cammco_SRCS_vxWorks += -nil- # Add support from base/src/vxWorks if needed #k1cammco_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary # Finally link to the EPICS Base libraries k1cammco_LIBS += $(EPICS_BASE_IOC_LIBS) #=========================== include $(TOP)/configure/RULES #---------------------------------------- # ADD RULES AFTER THIS LINE