Skip to content
Snippets Groups Projects
Unverified Commit db317f9e authored by klang's avatar klang Committed by GitHub
Browse files

AreaDetector no longer has the indicated files

parent 8a4b2b83
No related branches found
No related tags found
No related merge requests found
......@@ -31,24 +31,14 @@ SUPPORT=/home/oxygen/MOONEY/epics/synAppsGIT/support
# Specify the standard synApps configuration.
include $(SUPPORT)/configure/RELEASE
#CAPUTLOG=$(SUPPORT)/caPutLog-3-4
# We might need to redefine SUPPORT and EPICS_BASE after including that file
-include $(TOP)/../configure/SUPPORT.$(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
FLY = $(SUPPORT)/../nonSynAppsSupport/fly-0-0
# Include any non-standard support
#TDS3000 = $(SUPPORT)/../nonSynAppsSupport/tds3000-2.4
#FLY = $(SUPPORT)/../nonSynAppsSupport/fly-0-0
# For a local, custom configuration; copy $(SUPPORT)/configure/RELEASE
# to this directory as the file MASTER_RELEASE, edit the file, comment out
......
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