TOP=../.. include $(TOP)/configure/CONFIG #---------------------------------------- # ADD MACRO DEFINITIONS AFTER THIS LINE #============================= #============================= # Build the IOC application PROD_IOC_Linux = casSetup # asSetup.dbd will be created and installed DBD += casSetup.dbd # asSetup.dbd will be made up from these files: casSetup_DBD += base.dbd # Include dbd files from all support applications: casSetup_DBD += devIocStats.dbd casSetup_DBD += asSupport.dbd # Add all the support libraries needed by this IOC casSetup_LIBS += devIocStats casSetup_LIBS += autosave # asSetup_registerRecordDeviceDriver.cpp derives from casSetup.dbd casSetup_SRCS += casSetup_registerRecordDeviceDriver.cpp # Build the main IOC entry point on workstation OSs. casSetup_SRCS_DEFAULT += casSetupMain.cpp casSetup_SRCS_vxWorks += -nil- # Finally link to the EPICS Base libraries casSetup_LIBS += $(EPICS_BASE_IOC_LIBS) #=========================== include $(TOP)/configure/RULES #---------------------------------------- # ADD RULES AFTER THIS LINE