Skip to content
Snippets Groups Projects
Commit 0a26cbcd authored by Ron Sluiter's avatar Ron Sluiter
Browse files

Using $(SUPPORT)/config/MASTER_RELEASE.

parent e689ee16
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=/home/oxygen/MOONEY//epics/synApps_T202_E3_14_7_R5_1/support # The order of the following declarations will be retained
ALLEN_BRADLEY=/home/oxygen/MOONEY//epics/synApps_T202_E3_14_7_R5_1/support/allenBradley/2-1 # within those definitions.
ASYN=/home/oxygen/MOONEY//epics/synApps_T202_E3_14_7_R5_1/support/asyn/4-2-1 #
AUTOSAVE=/home/oxygen/MOONEY//epics/synApps_T202_E3_14_7_R5_1/support/autosave/4-1-1 # - The build does not check dependencies on files
CALC=/home/oxygen/MOONEY//epics/synApps_T202_E3_14_7_R5_1/support/calc/2-5 # external to this application. Thus you should run
CAMAC=/home/oxygen/MOONEY//epics/synApps_T202_E3_14_7_R5_1/support/camac/2-4 # "gnumake clean uninstall install" in the top directory
CCD=/home/oxygen/MOONEY//epics/synApps_T202_E3_14_7_R5_1/support/ccd/1-5 # each time EPICS_BASE, SNCSEQ, or any other external
DAC128V=/home/oxygen/MOONEY//epics/synApps_T202_E3_14_7_R5_1/support/dac128V/2-3 # module defined in the RELEASE file is rebuilt.
DXP=/home/oxygen/MOONEY//epics/synApps_T202_E3_14_7_R5_1/support/dxp/2-2 #
GENSUB=/home/oxygen/MOONEY//epics/synApps_T202_E3_14_7_R5_1/support/genSub/1-6 # - "#!" marks lines that can be uncommented.
IP=/home/oxygen/MOONEY//epics/synApps_T202_E3_14_7_R5_1/support/ip/2-5
IP330=/home/oxygen/MOONEY//epics/synApps_T202_E3_14_7_R5_1/support/ip330/2-3 ##############################################################################
IPUNIDIG=/home/oxygen/MOONEY//epics/synApps_T202_E3_14_7_R5_1/support/ipUnidig/2-3 # Choose one, and only one, of the following two methods to define SUPPORT.
IPAC=/home/oxygen/MOONEY//epics/synApps_T202_E3_14_7_R5_1/support/ipac/2-8 #
LOVE=/home/oxygen/MOONEY//epics/synApps_T202_E3_14_7_R5_1/support/love/3-0-1 # The 1st method uses the intermediate variable GATEWAY. GATEWAY is used if
MCA=/home/oxygen/MOONEY//epics/synApps_T202_E3_14_7_R5_1/support/mca/6-5 # you are using a shared distribution of synApps among users with different
MOTOR=/home/oxygen/MOONEY//epics/synApps_T202_E3_14_7_R5_1/support/motor/5-6 # directory paths (i.e., mount points) to synApps.
OPTICS=/home/oxygen/MOONEY//epics/synApps_T202_E3_14_7_R5_1/support/optics/2-4-1
QUADEM=/home/oxygen/MOONEY//epics/synApps_T202_E3_14_7_R5_1/support/quadEM/2-2 # The 2nd, defalut, method is for users that have their own copy of synApps.
SNCSEQ=/home/oxygen/MOONEY//epics/synApps_T202_E3_14_7_R5_1/support/seq/2-0-10
SSCAN=/home/oxygen/MOONEY//epics/synApps_T202_E3_14_7_R5_1/support/sscan/2-5-1 # 1ST METHOD, for GATEWAY users.
STD=/home/oxygen/MOONEY//epics/synApps_T202_E3_14_7_R5_1/support/std/2-5 # If you are using the APS gateway to access synApps; define the NFS mount path
VME=/home/oxygen/MOONEY//epics/synApps_T202_E3_14_7_R5_1/support/vme/2-4-1 # to the gateway here and uncomment the following lines.
VXSTATS=/home/oxygen/MOONEY//epics/synApps_T202_E3_14_7_R5_1/support/vxStats/1-7-2c #!GATEWAY=
# EPICS_BASE usually appears last so other apps can override stuff: #!SUPPORT=$(GATEWAY)/epics/synApps_5_2/support
EPICS_BASE=/home/oxygen/MOONEY//epics/base-3.14.7
# 2ND METHOD; define the path to the synApps support directory and uncomment.
SUPPORT=
##############################################################################
# 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/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