TOP=../.. include $(TOP)/configure/CONFIG #---------------------------------------- # ADD MACRO DEFINITIONS AFTER THIS LINE #============================= USR_CFLAGS_Linux += -DLinux_vme -DGEFANUC USR_CFLAGS_vxWorks += -DVXWORKS vme_DIR += /usr/lib/gef jvme_DIR += /gluex/coda/3.03/linuxvme/lib/ #============================= # Build the IOC application PROD_IOC_Linux = moControl # moControl.dbd will be created and installed DBD += moControl.dbd # moControl.dbd will be made up from these files: # moControl_DBD += base.dbd # Include dbd files from all support applications: # moControl_DBD += moControlSupport.dbd # Add all the support libraries needed by this IOC moControl_LIBS += masterOscillatorSupport moControl_LIBS += std moControl_LIBS += busy moControl_LIBS += calc autosave moControl_LIBS += sscan moControl_LIBS += asyn moControl_LIBS += seq pv moControl_LIBS += devIocStats moControl_LIBS += vme moControl_LIBS += jvme # moControl_registerRecordDeviceDriver.cpp derives from moControl.dbd moControl_SRCS += moControl_registerRecordDeviceDriver.cpp # Build the main IOC entry point on workstation OSs. moControl_SRCS_DEFAULT += moControlMain.cpp moControl_SRCS_vxWorks += -nil- # Finally link to the EPICS Base libraries moControl_LIBS += $(EPICS_BASE_IOC_LIBS) #=========================== include $(TOP)/configure/RULES #---------------------------------------- # ADD RULES AFTER THIS LINE