Skip to content
Snippets Groups Projects
Commit e2828dc3 authored by rivers's avatar rivers
Browse files

Added lines to work with areaDetector

parent f4599433
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
############################################################################## ##############################################################################
# Define the path to the synApps support directory and uncomment. # Define the path to the synApps support directory and uncomment.
SUPPORT=/home/oxygen/MOONEY/epics/synAppsGIT/support SUPPORT=/corvette/home/epics/devel
-include $(TOP)/../configure/SUPPORT.$(EPICS_HOST_ARCH) -include $(TOP)/../configure/SUPPORT.$(EPICS_HOST_ARCH)
# Specify the standard synApps configuration. # Specify the standard synApps configuration.
...@@ -36,6 +36,17 @@ include $(SUPPORT)/configure/RELEASE ...@@ -36,6 +36,17 @@ include $(SUPPORT)/configure/RELEASE
-include $(TOP)/../configure/SUPPORT.$(EPICS_HOST_ARCH) -include $(TOP)/../configure/SUPPORT.$(EPICS_HOST_ARCH)
-include $(TOP)/../configure/EPICS_BASE.$(EPICS_HOST_ARCH) -include $(TOP)/../configure/EPICS_BASE.$(EPICS_HOST_ARCH)
AREA_DETECTOR=$(SUPPORT)/areaDetector-3-1
-include $(AREA_DETECTOR)/configure/RELEASE_PATHS.local
# Unfortunately RELEASE_PATHS.local above redefines SUPPORT and AREA_DETECTOR
# and this messes things up on Windows building on a Linux host.
# Need to redefine them as above.
-include $(TOP)/../configure/SUPPORT.$(EPICS_HOST_ARCH)
AREA_DETECTOR=$(SUPPORT)/areaDetector-3-1
-include $(AREA_DETECTOR)/configure/RELEASE_PATHS.local.$(EPICS_HOST_ARCH)
-include $(AREA_DETECTOR)/configure/RELEASE_PRODS.local
TDS3000 = $(SUPPORT)/../nonSynAppsSupport/tds3000-2.4 TDS3000 = $(SUPPORT)/../nonSynAppsSupport/tds3000-2.4
FLY = $(SUPPORT)/../nonSynAppsSupport/fly-0-0 FLY = $(SUPPORT)/../nonSynAppsSupport/fly-0-0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment