git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@15761 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
43 lines
1.3 KiB
Plaintext
43 lines
1.3 KiB
Plaintext
#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>
|
|
|
|
# To include GraphicsMagick support set the following to YES
|
|
# To not use it comment out the line or set it to NO
|
|
# GraphicsMagick is required for NDFileMagick and the URL driver.
|
|
USE_GRAPHICSMAGICK=YES
|
|
|
|
SUPPORT=/corvette/home/epics/devel
|
|
-include $(TOP)/../configure/SUPPORT.$(EPICS_HOST_ARCH)
|
|
|
|
# ASYN is needed for base classes
|
|
ASYN=$(SUPPORT)/asyn-4-21
|
|
|
|
# CALC is needed for scalcout record that SSCAN uses
|
|
CALC=$(SUPPORT)/calc-3-0
|
|
|
|
# BUSY is needed for busy record
|
|
BUSY=$(SUPPORT)/busy-1-4
|
|
|
|
# SSCAN is needed for scanning threshold on Pilatus and general scanning
|
|
SSCAN=$(SUPPORT)/sscan-2-8-1
|
|
|
|
#AUTOSAVE is needed for save_restore
|
|
AUTOSAVE=$(SUPPORT)/autosave-5-0
|
|
|
|
AREA_DETECTOR=$(SUPPORT)/areaDetector-1-9
|
|
|
|
# EPICS_BASE usually appears last so other apps can override stuff:
|
|
EPICS_BASE=/corvette/usr/local/epics/base-3.14.12.2
|
|
-include $(TOP)/../configure/EPICS_BASE.$(EPICS_HOST_ARCH)
|
|
|
|
#Capfast users may need the following definitions
|
|
#CAPFAST_TEMPLATES=
|
|
#SCH2EDIF_PATH=
|