TOP=../.. include $(TOP)/configure/CONFIG #---------------------------------------- # ADD MACRO DEFINITIONS AFTER THIS LINE #============================= #============================= # Build the IOC application PROD_IOC = k1cammci # k1cammci.dbd will be created and installed DBD += k1cammci.dbd # k1cammci.dbd will be made up from these files: k1cammci_DBD += base.dbd # Include dbd files from all support applications: #k1cammci_DBD += xxx.dbd # Add all the support libraries needed by this IOC #k1cammci_LIBS += xxx # k1cammci_registerRecordDeviceDriver.cpp derives from k1cammci.dbd k1cammci_SRCS += k1cammci_registerRecordDeviceDriver.cpp # Build the main IOC entry point on workstation OSs. k1cammci_SRCS_DEFAULT += k1cammciMain.cpp k1cammci_SRCS_vxWorks += -nil- # Add support from base/src/vxWorks if needed #k1cammci_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary # Finally link to the EPICS Base libraries k1cammci_LIBS += $(EPICS_BASE_IOC_LIBS) #=========================== include $(TOP)/configure/RULES #---------------------------------------- # ADD RULES AFTER THIS LINE