-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'R6-2' from multiple repositories
Repositories: support utils documentation configure
- Loading branch information
Showing
114 changed files
with
30,697 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#Which files need CRLF handling | ||
* text=auto | ||
*.sh eol=lf | ||
*.bat eol=crlf | ||
*.cmd -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
*~ | ||
O.* | ||
*.swp | ||
*BAK.adl | ||
bin/ | ||
db/ | ||
dbd/ | ||
html/ | ||
include/ | ||
lib/ | ||
templates/ | ||
cdCommands | ||
envPaths | ||
dllPath.bat | ||
auto_settings.sav* | ||
auto_positions.sav* | ||
EPICS_BASE* | ||
SUPPORT* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# CONFIG - Load build configuration data | ||
# | ||
# Do not make changes to this file! | ||
|
||
# Allow user to override where the build rules come from | ||
RULES = $(EPICS_BASE) | ||
|
||
# RELEASE files point to other application tops | ||
include $(TOP)/configure/RELEASE | ||
-include $(TOP)/configure/RELEASE.$(EPICS_HOST_ARCH) | ||
-include $(TOP)/configure/RELEASE.$(EPICS_HOST_ARCH).Common | ||
ifdef T_A | ||
-include $(TOP)/configure/RELEASE.Common.$(T_A) | ||
-include $(TOP)/configure/RELEASE.$(EPICS_HOST_ARCH).$(T_A) | ||
endif | ||
|
||
CONFIG = $(RULES)/configure | ||
include $(CONFIG)/CONFIG | ||
|
||
# Override the Base definition: | ||
INSTALL_LOCATION = $(TOP) | ||
|
||
# CONFIG_SITE files contain other build configuration settings | ||
include $(TOP)/configure/CONFIG_SITE | ||
-include $(TOP)/configure/CONFIG_SITE.$(EPICS_HOST_ARCH) | ||
-include $(TOP)/configure/CONFIG_SITE.$(EPICS_HOST_ARCH).Common | ||
ifdef T_A | ||
-include $(TOP)/configure/CONFIG_SITE.Common.$(T_A) | ||
-include $(TOP)/configure/CONFIG_SITE.$(EPICS_HOST_ARCH).$(T_A) | ||
endif | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
FILE_TYPE += IOCSH | ||
INSTALL_IOCSH = $(INSTALL_LOCATION)/iocsh | ||
|
||
IOCSH += $(patsubst ../%, %, $(wildcard ../*.iocsh)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
FILE_TYPE += REQ | ||
INSTALL_REQ = $(INSTALL_LOCATION)/db | ||
|
||
REQ += $(patsubst ../%, %, $(wildcard ../*.req)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# CONFIG_SITE | ||
|
||
# Make any application-specific changes to the EPICS build | ||
# configuration variables in this file. Do this before building. | ||
# If you change it after building, the safest course is to do a complete | ||
# rebuild. | ||
# | ||
# Host/target specific settings can be specified in files named | ||
# CONFIG_SITE.$(EPICS_HOST_ARCH).Common | ||
# CONFIG_SITE.Common.$(T_A) | ||
# CONFIG_SITE.$(EPICS_HOST_ARCH).$(T_A) | ||
|
||
# Set this when you only want to compile this application | ||
# for a subset of the cross-compiled target architectures | ||
# that Base is built for. | ||
#CROSS_COMPILER_TARGET_ARCHS = vxWorks-68040 | ||
|
||
#Set the following variable to YES if libusb has been installled | ||
#on the host Linux system for the DXP support module, | ||
#otherwise, set to NO. | ||
LINUX_USB_INSTALLED = YES | ||
export LINUX_USB_INSTALLED | ||
|
||
#Set the following variable to YES if libnet has been installled | ||
#on the host Linux system for the MCA support module, otherwise, | ||
#set to NO. | ||
LINUX_NET_INSTALLED = YES | ||
export LINUX_NET_INSTALLED | ||
|
||
# Set this when your IOC and the host use different paths | ||
# to access the application. This will be needed to boot | ||
# from a Microsoft FTP server or with some NFS mounts. | ||
# You must rebuild in the iocBoot directory for this to | ||
# take effect. | ||
#IOCS_APPL_TOP = <path to application top as seen by IOC> | ||
|
||
# If you don't want to install into $(TOP) then | ||
# define INSTALL_LOCATION here | ||
#INSTALL_LOCATION=<fullpathname> | ||
-include $(SUPPORT)/configure/CONFIG_SITE.$(EPICS_HOST_ARCH) | ||
-include $(SUPPORT)/configure/CONFIG_SITE.$(EPICS_HOST_ARCH).$(T_A) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# These are needed only to convert adl files to ui, edl, opi, and bob | ||
# Uncomment these definitions if you want to run make in the op/ directories. | ||
# Define these as the full paths to the executables if they are not in the PATH | ||
#ADL2UI = adl2ui | ||
#ADL2EDL = adl2edl | ||
#CSS = css -nosplash -application org.csstudio.opibuilder.adl2boy.application | ||
#PHOEBUS = phoebus -main org.csstudio.display.converter.medm.Converter | ||
|
||
LINUX_NET_INSTALLED = NO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
LINUX_UXB_INSTALLED = NO | ||
LINUX_USB-1.0_INSTALLED = NO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
|
||
Copyright (c) 2004 University of Chicago and the Regents of the University of | ||
California. All rights reserved. | ||
|
||
synApps is distributed subject to the following license conditions: | ||
SOFTWARE LICENSE AGREEMENT | ||
Software: synApps | ||
Versions: Release 4-5 and higher. | ||
|
||
1. The "Software", below, refers to synApps (in either source code, or | ||
binary form and accompanying documentation). Each licensee is addressed | ||
as "you" or "Licensee." | ||
|
||
2. The copyright holders shown above and their third-party licensors hereby | ||
grant Licensee a royalty-free nonexclusive license, subject to the | ||
limitations stated herein and U.S. Government license rights. | ||
|
||
3. You may modify and make a copy or copies of the Software for use within | ||
your organization, if you meet the following conditions: | ||
1. Copies in source code must include the copyright notice and this | ||
Software License Agreement. | ||
2. Copies in binary form must include the copyright notice and this | ||
Software License Agreement in the documentation and/or other | ||
materials provided with the copy. | ||
|
||
4. You may modify a copy or copies of the Software or any portion of it, thus | ||
forming a work based on the Software, and distribute copies of such work | ||
outside your organization, if you meet all of the following conditions: | ||
1. Copies in source code must include the copyright notice and this | ||
Software License Agreement; | ||
2. Copies in binary form must include the copyright notice and this | ||
Software License Agreement in the documentation and/or other | ||
materials provided with the copy; | ||
3. Modified copies and works based on the Software must carry | ||
prominent notices stating that you changed specified portions of | ||
the Software. | ||
|
||
5. Portions of the Software resulted from work developed under a | ||
U.S. Government contract and are subject to the following license: | ||
the Government is granted for itself and others acting on its behalf a | ||
paid-up, nonexclusive, irrevocable worldwide license in this computer | ||
software to reproduce, prepare derivative works, and perform publicly and | ||
display publicly. | ||
|
||
6. WARRANTY DISCLAIMER. THE SOFTWARE IS SUPPLIED "AS IS" WITHOUT WARRANTY OF | ||
ANY KIND. THE COPYRIGHT HOLDERS, THEIR THIRD PARTY LICENSORS, THE UNITED | ||
STATES, THE UNITED STATES DEPARTMENT OF ENERGY, AND THEIR EMPLOYEES: (1) | ||
DISCLAIM ANY WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO | ||
ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR | ||
PURPOSE, TITLE OR NON-INFRINGEMENT, (2) DO NOT ASSUME ANY LEGAL LIABILITY | ||
OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR USEFULNESS OF THE | ||
SOFTWARE, (3) DO NOT REPRESENT THAT USE OF THE SOFTWARE WOULD NOT | ||
INFRINGE PRIVATELY OWNED RIGHTS, (4) DO NOT WARRANT THAT THE SOFTWARE WILL | ||
FUNCTION UNINTERRUPTED, THAT IT IS ERROR-FREE OR THAT ANY ERRORS WILL BE | ||
CORRECTED. | ||
|
||
7. LIMITATION OF LIABILITY. IN NO EVENT WILL THE COPYRIGHT HOLDERS, THEIR | ||
THIRD PARTY LICENSORS, THE UNITED STATES, THE UNITED STATES DEPARTMENT OF | ||
ENERGY, OR THEIR EMPLOYEES: BE LIABLE FOR ANY INDIRECT, INCIDENTAL, | ||
CONSEQUENTIAL, SPECIAL OR PUNITIVE DAMAGES OF ANY KIND OR NATURE, | ||
INCLUDING BUT NOT LIMITED TO LOSS OF PROFITS OR LOSS OF DATA, FOR ANY | ||
REASON WHATSOEVER, WHETHER SUCH LIABILITY IS ASSERTED ON THE BASIS OF | ||
CONTRACT, TORT (INCLUDING NEGLIGENCE OR STRICT LIABILITY), OR OTHERWISE, | ||
EVEN IF ANY OF SAID PARTIES HAS BEEN WARNED OF THE POSSIBILITY OF SUCH | ||
LOSS OR DAMAGES. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
TOP=.. | ||
|
||
# Allow user to override where the build rules come from | ||
RULES = $(EPICS_BASE) | ||
|
||
# RELEASE files point to other application tops | ||
include $(TOP)/configure/RELEASE | ||
-include $(TOP)/configure/RELEASE.$(EPICS_HOST_ARCH) | ||
-include $(TOP)/configure/RELEASE.$(EPICS_HOST_ARCH).Common | ||
ifdef T_A | ||
-include $(TOP)/configure/RELEASE.Common.$(T_A) | ||
-include $(TOP)/configure/RELEASE.$(EPICS_HOST_ARCH).$(T_A) | ||
endif | ||
|
||
override undefine SUPPORT | ||
|
||
CONFIG = $(RULES)/configure | ||
include $(CONFIG)/CONFIG | ||
|
||
# Override the Base definition: | ||
INSTALL_LOCATION = $(TOP) | ||
|
||
# CONFIG_SITE files contain other build configuration settings | ||
include $(TOP)/configure/CONFIG_SITE | ||
-include $(TOP)/configure/CONFIG_SITE.$(EPICS_HOST_ARCH) | ||
-include $(TOP)/configure/CONFIG_SITE.$(EPICS_HOST_ARCH).Common | ||
ifdef T_A | ||
-include $(TOP)/configure/CONFIG_SITE.Common.$(T_A) | ||
-include $(TOP)/configure/CONFIG_SITE.$(EPICS_HOST_ARCH).$(T_A) | ||
endif | ||
|
||
CFG += CONFIG_REQ | ||
CFG += CONFIG_IOCSH | ||
|
||
include $(TOP)/configure/RULES | ||
|
||
distclean: realclean cvsclean realuninstall | ||
|
||
CVSCLEAN = $(call FIND_TOOL,cvsclean.pl) | ||
cvsclean: | ||
$(PERL) $(CVSCLEAN) | ||
|
||
realuninstall: uninstallDirs | ||
$(RMDIR) $(INSTALL_LOCATION_BIN) | ||
$(RMDIR) $(INSTALL_LOCATION_LIB) | ||
|
||
UNINSTALL_DIRS += $(INSTALL_DBD) $(INSTALL_INCLUDE) $(INSTALL_DOC) \ | ||
$(INSTALL_HTML) $(INSTALL_TEMPLATES) $(INSTALL_DB) $(DIRECTORY_TARGETS) | ||
uninstallDirs: | ||
$(RMDIR) $(UNINSTALL_DIRS) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# configure | ||
APS BCDA synApps module: configure | ||
|
||
For more information, see | ||
http://www.aps.anl.gov/bcda/synApps | ||
|
||
converted from APS SVN repository: Fri Nov 6 12:17:01 CST 2015 | ||
|
||
Regarding the license of tagged versions prior to synApps 4-5, | ||
refer to http://www.aps.anl.gov/bcda/synApps/license.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
#FILENAME: RELEASE | ||
#USAGE: Specify directory paths to synApps support modules | ||
|
||
#NOTES | ||
# - To remove modules from the build, delete or comment out the | ||
# module name. | ||
# - Refer to the "MODULE_LIST" in <synApps>/configure/Makefile | ||
# for the inter-dependencies of the different modules. | ||
|
||
SUPPORT=/home/oxygen/MOONEY/epics/synApps/support | ||
#EPICS_BASE=/home/oxygen/MOONEY/epics/bazaar/base-3.14 | ||
#EPICS_BASE=/home/oxygen/MOONEY/epics/bazaar/base-3.15 | ||
#EPICS_BASE=/APSshare/epics/base-3.14.12.4 | ||
EPICS_BASE=/home/oxygen/MOONEY/epics/base-3.15.5 | ||
|
||
#/usr/local/iocapps/cvsroot/modules/bus/allenBradley | ||
ALIVE=$(SUPPORT)/alive-R1-3-1 | ||
# http://www.aps.anl.gov/epics/modules/bus/allenBradley | ||
ALLEN_BRADLEY=$(SUPPORT)/allenBradley-2-3 | ||
AREA_DETECTOR=$(SUPPORT)/areaDetector-R3-10 | ||
ADCORE=$(AREA_DETECTOR)/ADCore | ||
ADSUPPORT=$(AREA_DETECTOR)/ADSupport | ||
ASYN=$(SUPPORT)/asyn-R4-41 | ||
AUTOSAVE=$(SUPPORT)/autosave-R5-10-2 | ||
BUSY=$(SUPPORT)/busy-R1-7-3 | ||
CALC=$(SUPPORT)/calc-R3-7-4 | ||
CAMAC=$(SUPPORT)/camac-R2-7-3 | ||
CAPUTRECORDER=$(SUPPORT)/caputRecorder-R1-7-3 | ||
DAC128V=$(SUPPORT)/dac128V-R2-10-1 | ||
DELAYGEN=$(SUPPORT)/delaygen-R1-2-2 | ||
DEVIOCSTATS=$(SUPPORT)/devIocStats-3-1-16 | ||
DXP=$(SUPPORT)/dxp-R6-0 | ||
ETHERIP=$(SUPPORT)/ether_ip-ether_ip-3-2 | ||
GALIL=$(SUPPORT/Galil-3-0-V3-6 | ||
IP=$(SUPPORT)/ip-R2-21 | ||
IP330=$(SUPPORT)/ip330-2-10 | ||
IPAC=$(SUPPORT)/ipac-2-16 | ||
IPUNIDIG=$(SUPPORT)/ipUnidig-R2-12 | ||
LOVE=$(SUPPORT)/love-R3-2-8 | ||
LUA=$(SUPPORT)/lua-R3-0-1 | ||
MCA=$(SUPPORT)/mca-R7-9 | ||
MEASCOMP=$(SUPPORT)/measComp-R2-5-1 | ||
MODBUS=$(SUPPORT)/modbus-R3-2 | ||
MOTOR=$(SUPPORT)/motor-R7-2-1 | ||
OPTICS=$(SUPPORT)/optics-R2-13-5 | ||
QUADEM=$(SUPPORT)/quadEM-R9-4 | ||
#http://www-csr.bessy.de/control/SoftDist/sequencer | ||
SNCSEQ=$(SUPPORT)/seq-2-2-8 | ||
SOFTGLUE=$(SUPPORT)/softGlue-R2-8-3 | ||
SOFTGLUEZYNQ=($(SUPPORT)/softGlueZynq-R2-0-3 | ||
SSCAN=$(SUPPORT)/sscan-R2-11-4 | ||
STD=$(SUPPORT)/std-R3-6-2 | ||
#http://epics.web.psi.ch/software/streamdevice/ | ||
STREAM=$(SUPPORT)/stream-2-8-16 | ||
VAC=$(SUPPORT)/vac-R1-9-1 | ||
VME=$(SUPPORT)/vme-R2-9-3 | ||
XSPRESS3=$(SUPPORT)/xspress3-2-5 | ||
YOKOGAWA_DAS=$(SUPPORT)/Yokogawa_DAS-R2-0-1 | ||
XXX=$(SUPPORT)/xxx-R6-2 | ||
|
||
# These lines allow developers to override these RELEASE settings | ||
# without having to modify this file directly. | ||
-include $(TOP)/RELEASE.local | ||
-include $(TOP)/RELEASE.$(EPICS_HOST_ARCH).local | ||
-include $(TOP)/configure/RELEASE.local |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# RULES | ||
|
||
include $(CONFIG)/RULES | ||
|
||
# Library should be rebuilt because LIBOBJS may have changed. | ||
$(LIBNAME): ../Makefile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#RULES.ioc | ||
include $(CONFIG)/RULES.ioc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#RULES_DIRS | ||
include $(CONFIG)/RULES_DIRS |
Oops, something went wrong.