Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xxx-R6-1
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
synApps_6_1_Working
xxx-R6-1
Commits
0a26cbcd
Commit
0a26cbcd
authored
18 years ago
by
Ron Sluiter
Browse files
Options
Downloads
Patches
Plain Diff
Using $(SUPPORT)/config/MASTER_RELEASE.
parent
e689ee16
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure/RELEASE
+47
-33
47 additions, 33 deletions
configure/RELEASE
with
47 additions
and
33 deletions
configure/RELEASE
+
47
−
33
View file @
0a26cbcd
#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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment