TOP=../.. include $(TOP)/configure/CONFIG #---------------------------------------- # ADD MACRO DEFINITIONS AFTER THIS LINE #============================= #============================= # Build the IOC application PROD_IOC = k1cammce # k1cammce.dbd will be created and installed DBD += k1cammce.dbd # k1cammce.dbd will be made up from these files: k1cammce_DBD += base.dbd # Include dbd files from all support applications: #k1cammce_DBD += xxx.dbd # Add all the support libraries needed by this IOC #k1cammce_LIBS += xxx # k1cammce_registerRecordDeviceDriver.cpp derives from k1cammce.dbd k1cammce_SRCS += k1cammce_registerRecordDeviceDriver.cpp # Build the main IOC entry point on workstation OSs. k1cammce_SRCS_DEFAULT += k1cammceMain.cpp k1cammce_SRCS_vxWorks += -nil- # Add support from base/src/vxWorks if needed #k1cammce_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary # Finally link to the EPICS Base libraries k1cammce_LIBS += $(EPICS_BASE_IOC_LIBS) #=========================== include $(TOP)/configure/RULES #---------------------------------------- # ADD RULES AFTER THIS LINE