TOP=../.. include $(TOP)/configure/CONFIG #---------------------------------------- # ADD MACRO DEFINITIONS AFTER THIS LINE #============================= #============================= # Build the IOC application PROD_IOC = k1cammcetrans # k1cammcetrans.dbd will be created and installed DBD += k1cammcetrans.dbd # k1cammcetrans.dbd will be made up from these files: k1cammcetrans_DBD += base.dbd # Include dbd files from all support applications: #k1cammcetrans_DBD += xxx.dbd # Add all the support libraries needed by this IOC #k1cammcetrans_LIBS += xxx # k1cammcetrans_registerRecordDeviceDriver.cpp derives from k1cammcetrans.dbd k1cammcetrans_SRCS += k1cammcetrans_registerRecordDeviceDriver.cpp # Build the main IOC entry point on workstation OSs. k1cammcetrans_SRCS_DEFAULT += k1cammcetransMain.cpp k1cammcetrans_SRCS_vxWorks += -nil- # Add support from base/src/vxWorks if needed #k1cammcetrans_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary # Finally link to the EPICS Base libraries k1cammcetrans_LIBS += $(EPICS_BASE_IOC_LIBS) #=========================== include $(TOP)/configure/RULES #---------------------------------------- # ADD RULES AFTER THIS LINE