forked from MDSplus/mdsplus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvsyms.in
More file actions
36 lines (36 loc) · 696 Bytes
/
envsyms.in
File metadata and controls
36 lines (36 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# envsyms - Defines MDSplus development environment variables
# used by setup.csh and setup.sh
# Format:
#
# varname value [(>|<)delimiter]
#
# If third parameter is >; then if varname is already defined
# append a semicolon and the value to the end of the definition.
#
MDSPLUS `pwd`
#
# TDI Functions
#
MDS_PATH ${MDSPLUS}/tdi >;
#
# Test trees
#
main_path ${MDSPLUS}/trees >;
subtree_path ${main_path}/subtree >;
#
# UID path
#
XAPPLRESDIR ${MDSPLUS} <:
#
# IDL path
#
IDL_PATH \+${MDSPLUS}/idl <:
#
# MDSIP_CONNECT_TIMEOUT - default timeout for MDSIP connects
#
MDSIP_CONNECT_TIMEOUT 1
#
# LIBRARY path
#
@LIBPATH@ ${MDSPLUS}/lib <:
@LIBPATH@ /usr/X11R6/lib <: