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

Use same format as RELEASE

parent 7512255c
No related branches found
No related tags found
No related merge requests found
#RELEASE Location of external products # RELEASE - Location of external products
#
# Run "gnumake clean uninstall install" in the application # Run "gnumake clean uninstall install" in the application
# top directory each time this file is changed. # top directory each time this file is changed.
# #
# NOTE: The build does not check dependancies on files # Notes:
# external to this application. Thus you should run #
# "gnumake clean uninstall install" in the top directory # - Architecture dependent declarations should go into RELEASE.<arch>
# each time EPICS_BASE, SNCSEQ, or any other external #
# module defined in the RELEASE file is rebuilt. # - This file will be scanned to automatically generate
# include path definitions etc.
SUPPORT=J:/epics/devel # The order of the following declarations will be retained
ALLEN_BRADLEY=J:/epics/devel/allenBradley/2-1 # within those definitions.
ASYN=J:/epics/devel/asyn/4-4beta #
AUTOSAVE=J:/epics/devel/autosave/4-1-2beta # - The build does not check dependencies on files
CALC=J:/epics/devel/calc/2-6beta # external to this application. Thus you should run
CAMAC=J:/epics/devel/camac/2-4 # "gnumake clean uninstall install" in the top directory
CCD=J:/epics/devel/ccd/1-6beta # each time EPICS_BASE, SNCSEQ, or any other external
DAC128V=J:/epics/devel/dac128V/2-3 # module defined in the RELEASE file is rebuilt.
DXP=J:/epics/devel/dxp/2-4beta #
GENSUB=J:/epics/devel/genSub/1-6 # - "#!" marks lines that can be uncommented.
IP=J:/epics/devel/ip/2-7beta
IP330=J:/epics/devel/ip330/2-3 ##############################################################################
IPUNIDIG=J:/epics/devel/ipUnidig/2-3 # Choose one, and only one, of the following two methods to define SUPPORT.
IPAC=J:/epics/devel/ipac/2-8 #
LOVE=J:/epics/devel/love/3-2beta # The 1st method uses the intermediate variable GATEWAY. GATEWAY is used if
MCA=J:/epics/devel/mca/6-7beta # you are using a shared distribution of synApps among users with different
MOTOR=J:/epics/devel/motor/5-7beta # directory paths (i.e., mount points) to synApps.
OPTICS=J:/epics/devel/optics/2-4-2beta
QUADEM=J:/epics/devel/quadEM/2-2 # The 2nd, defalut, method is for users that have their own copy of synApps.
SNCSEQ=J:/epics/devel/seq/2-0-11beta
SSCAN=J:/epics/devel/sscan/2-5-2beta # 1ST METHOD, for GATEWAY users.
STD=J:/epics/devel/std/2-5 # If you are using the APS gateway to access synApps; define the NFS mount path
VME=J:/epics/devel/vme/2-4-1 # to the gateway here and uncomment the following lines.
VXSTATS=J:/epics/devel/vxStats/1-7-3beta #!GATEWAY=
XXX=J:/epics/devel/xxx/5-1 #!SUPPORT=$(GATEWAY)/epics/synApps_5_2/support
# EPICS_BASE usually appears last so other apps can override stuff:
EPICS_BASE=H:/epics/base-3.14.9beta # 2ND METHOD; define the path to the synApps support directory and uncomment.
SUPPORT=/corvette/home/epics/devel
##############################################################################
# Choice one, and only one, of the following two methods to define the synApps
# configuration.
# For the standard synApps configuration; uncomment the following line.
include $(SUPPORT)/config/WIN32_MASTER_RELEASE
# For a local, custom configuration; copy $(SUPPORT)/config/MASTER_RELEASE
# to this directory, edit the local copy and uncomment the following line.
#!include $(TOP)/configure/MASTER_RELEASE
TEMPLATE_TOP=$(EPICS_BASE)/templates/makeBaseApp/top 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