Removed SUPPORT, not needed
git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@8443 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
This commit is contained in:
+39
-41
@@ -1,41 +1,39 @@
|
||||
#RELEASE Location of external products
|
||||
# Run "gnumake clean uninstall install" in the application
|
||||
# top directory each time this file is changed.
|
||||
|
||||
TEMPLATE_TOP=$(EPICS_BASE)/templates/makeBaseApp/top
|
||||
|
||||
# If you don't want to install into $(TOP) then
|
||||
# define INSTALL_LOCATION_APP here
|
||||
#INSTALL_LOCATION_APP=<fullpathname>
|
||||
|
||||
SUPPORT=/home/mooney/epics/synApps/support
|
||||
|
||||
#If using the sequencer, point SNCSEQ at its top directory:
|
||||
#SNCSEQ=/corvette/home/epics/devel/seq/2-0-11
|
||||
|
||||
# ASYN is needed for sockets and for smartControl
|
||||
ASYN=/home/mooney/epics/synApps/support/asyn/4-10
|
||||
|
||||
# CALC is needed for scalcout record that SSCAN uses
|
||||
CALC=/home/mooney/epics/synApps/support/calc
|
||||
|
||||
# BUSY is needed for busy record
|
||||
BUSY=/home/mooney/epics/synApps/support/busy
|
||||
|
||||
# SSCAN is needed for scanning threshold on Pilatus
|
||||
SSCAN=/home/mooney/epics/synApps/support/sscan
|
||||
|
||||
# MCA is needed for fast accumulation of ROI counts
|
||||
MCA=/home/mooney/epics/synApps/support/mca
|
||||
|
||||
#AUTOSAVE is needed for save_restore
|
||||
AUTOSAVE=/home/mooney/epics/synApps/support/autosave
|
||||
|
||||
AREA_DETECTOR=/home/mooney/epics/synApps/support/areaDetector
|
||||
|
||||
# EPICS_BASE usually appears last so other apps can override stuff:
|
||||
EPICS_BASE=/home/mooney/epics/base-3.14.10
|
||||
|
||||
#Capfast users may need the following definitions
|
||||
#CAPFAST_TEMPLATES=
|
||||
#SCH2EDIF_PATH=
|
||||
#RELEASE Location of external products
|
||||
# Run "gnumake clean uninstall install" in the application
|
||||
# top directory each time this file is changed.
|
||||
|
||||
TEMPLATE_TOP=$(EPICS_BASE)/templates/makeBaseApp/top
|
||||
|
||||
# If you don't want to install into $(TOP) then
|
||||
# define INSTALL_LOCATION_APP here
|
||||
#INSTALL_LOCATION_APP=<fullpathname>
|
||||
|
||||
#If using the sequencer, point SNCSEQ at its top directory:
|
||||
#SNCSEQ=/corvette/home/epics/devel/seq/2-0-11
|
||||
|
||||
# ASYN is needed for sockets and for smartControl
|
||||
ASYN=/corvette/home/epics/devel/asyn/4-10
|
||||
|
||||
# CALC is needed for scalcout record that SSCAN uses
|
||||
CALC=/corvette/home/epics/devel/calc/2-7
|
||||
|
||||
# BUSY is needed for busy record
|
||||
BUSY=/corvette/home/epics/devel/busy/1-1
|
||||
|
||||
# SSCAN is needed for scanning threshold on Pilatus
|
||||
SSCAN=/corvette/home/epics/devel/sscan/2-6-3
|
||||
|
||||
# MCA is needed for fast accumulation of ROI counts
|
||||
MCA=/corvette/home/epics/devel/mca/6-11
|
||||
|
||||
#AUTOSAVE is needed for save_restore
|
||||
AUTOSAVE=/corvette/home/epics/devel/autosave/4-5
|
||||
|
||||
AREA_DETECTOR=/corvette/home/epics/devel/areaDetector/1-4
|
||||
|
||||
# EPICS_BASE usually appears last so other apps can override stuff:
|
||||
EPICS_BASE=/corvette/usr/local/epics/base-3.14.10
|
||||
|
||||
#Capfast users may need the following definitions
|
||||
#CAPFAST_TEMPLATES=
|
||||
#SCH2EDIF_PATH=
|
||||
|
||||
@@ -9,7 +9,7 @@ TEMPLATE_TOP=$(EPICS_BASE)/templates/makeBaseApp/top
|
||||
#INSTALL_LOCATION_APP=<fullpathname>
|
||||
|
||||
#If using the sequencer, point SNCSEQ at its top directory:
|
||||
#SNCSEQ=J:/epics/devel/seq/2-0-11
|
||||
#SNCSEQ=/corvette/home/epics/devel/seq/2-0-11
|
||||
|
||||
# ASYN is needed for sockets and for smartControl
|
||||
ASYN=J:/epics/devel/asyn/4-10
|
||||
@@ -24,7 +24,7 @@ BUSY=J:/epics/devel/busy/1-1
|
||||
SSCAN=J:/epics/devel/sscan/2-6-3
|
||||
|
||||
# MCA is needed for fast accumulation of ROI counts
|
||||
MCA=J:/epics/devel/mca/6-10
|
||||
MCA=J:/epics/devel/mca/6-11
|
||||
|
||||
#AUTOSAVE is needed for save_restore
|
||||
AUTOSAVE=J:/epics/devel/autosave/4-5
|
||||
|
||||
Reference in New Issue
Block a user