# RELEASE - Location of external products # # Note: This file will be scanned to automatically generate # include path definitions etc. # The order of the following declarations will be retained # within those definitions. # # Note that "#!" marks lines that can be uncommented. # # Add your declarations here SUPPORT= -include $(TOP)/../configure/SUPPORT.$(EPICS_HOST_ARCH) # If any motor controller communication mechanism besides the VME backplane is # required, then ASYN must be defined. # Recommended ASYN release: R4-18 ASYN=$(SUPPORT)/asyn/R4-18 # Need the sequencer and the bust record for the MM4005 and XPS trajectory scanning # Recommended SNCSEQ release: R2-1-13 SNCSEQ=$(SUPPORT)/seq/2-1-3 BUSY=$(SUPPORT)/busy/R1-4 # Recommended EPICS release: R3.14.12.1 EPICS_BASE= -include $(TOP)/../configure/EPICS_BASE.$(EPICS_HOST_ARCH) # The following must be defined for the MXmotor device driver. #!MX=$(SUPPORT)/mx/mx # The following support modules are required for the Hytec driver and for the examples in # /motorExApp. To build examples, the top Makefile, # /Makefile must also be edited. # Recommended IPAC release: R2-11 IPAC=$(SUPPORT)/ipac/R2-11 # The following is only needed for the motor examples in iocBoot. #!MOTOR=$(TOP)