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

Put real RELEASE file here, trick of including SUPPORT/configure/RELEASE does...

Put real RELEASE file here, trick of including SUPPORT/configure/RELEASE does not work with new system
parent 12b4c183
No related branches found
No related tags found
No related merge requests found
#RELEASE Location of external products
#
# IF YOU MAKE ANY CHANGES to this file you MUST at least run
# "gnumake" in this directory afterwards; you usually need
# to run "gnumake rebuild" in the application's top level
# directory each time this file is changed.
#
# NOTE: The build does not check dependencies against files
# that are outside this application, thus you should run
# "gnumake distclean install" in the top directory each time
# EPICS_BASE, SNCSEQ, or any other external module defined
# in the RELEASE file is rebuilt.
#
# Host/target specific settings can be specified in files named
# RELEASE.$(EPICS_HOST_ARCH).Common
# RELEASE.Common.$(T_A)
# RELEASE.$(EPICS_HOST_ARCH).$(T_A)
#FILENAME: RELEASE
#USAGE: Specify directory paths to synApps support modules
#Version: $Revision$
#Modified By: $Author$
#Last Modified: $Date$
#HeadURL: $URL$
##############################################################################
# Status: working toward synApps 5.5
# Define the path to the synApps support directory and uncomment.
SUPPORT=/corvette/home/epics/devel
#NOTES
# - To remove modules from the build, delete or comment out the
# module name.
# Specify the standard synApps configuration.
include $(SUPPORT)/configure/RELEASE
SUPPORT=/corvette/home/epics/devel
-include $(TOP)/../configure/SUPPORT.$(EPICS_HOST_ARCH)
# For a local, custom configuration; copy $(SUPPORT)/configure/RELEASE
# to this directory as the file MASTER_RELEASE, edit the file, comment out
# the above include, and uncomment the following line.
#!include $(TOP)/configure/MASTER_RELEASE
#/usr/local/iocapps/cvsroot/modules/bus/allenBradley
ALLEN_BRADLEY=$(SUPPORT)/allenBradley-2-2
AREA_DETECTOR=$(SUPPORT)/areaDetector-1-7beta1
#https://svn.aps.anl.gov/epics/asyn/
ASYN=$(SUPPORT)/asyn-4-17
AUTOSAVE=$(SUPPORT)/autosave-4-7
BUSY=$(SUPPORT)/busy-1-3
CALC=$(SUPPORT)/calc-2-8
CAMAC=$(SUPPORT)/camac-2-6
DAC128V=$(SUPPORT)/dac128V-2-6
DELAYGEN=$(SUPPORT)/delaygen-1-0-5
DXP=$(SUPPORT)/dxp-3-0
EBRICK=$(SUPPORT)/ebrick
IP=$(SUPPORT)/ip-2-10
IP330=$(SUPPORT)/ip330-2-6
#https://svn.aps.anl.gov/epics/ipac/
IPAC=$(SUPPORT)/ipac-2-11
IPUNIDIG=$(SUPPORT)/ipUnidig-2-7
LOVE=$(SUPPORT)/love-3-2-4
MCA=$(SUPPORT)/mca-6-12-4
MODBUS=$(SUPPORT)/modbus-2-1
MOTOR=$(SUPPORT)/motor-6-5-2
OPTICS=$(SUPPORT)/optics-2-7
QUADEM=$(SUPPORT)/quadEM-2-4-1
#http://epics.web.psi.ch/software/sequencer/
SNCSEQ=$(SUPPORT)/seq-2-0-12
SOFTGLUE=$(SUPPORT)/softGlue-2-1
SSCAN=$(SUPPORT)/sscan-2-6-6
STD=$(SUPPORT)/std-2-9
STREAM=$(SUPPORT)/stream-2-4-1
VAC=$(SUPPORT)/vac-1-3
VME=$(SUPPORT)/vme-2-7
VXSTATS=$(SUPPORT)/vxStats-1-7-2h
XXX=$(SUPPORT)/xxx-5-5
CARS=$(SUPPORT)/CARS
EPICS_BASE=/corvette/usr/local/epics/base-3.14.12.1
-include $(TOP)/../configure/EPICS_BASE.$(EPICS_HOST_ARCH)
TEMPLATE_TOP=$(EPICS_BASE)/templates/makeBaseApp/top
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