Skip to content
Snippets Groups Projects
Commit 282e4396 authored by mooney's avatar mooney Committed by GitHub
Browse files

Merge pull request #6 from epics-modules/rivers_fixes

Changes to work with newer versions of areaDetector, support new devices, and simplify
parents 45543296 0201cc03
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
This diff is collapsed.
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