cdev-1.7.2n
This commit is contained in:
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Symlink
+1
@@ -0,0 +1 @@
|
||||
../1.7.2
|
||||
Executable
BIN
Binary file not shown.
Binary file not shown.
Executable
BIN
Binary file not shown.
Binary file not shown.
Executable
BIN
Binary file not shown.
Binary file not shown.
Executable
BIN
Binary file not shown.
Binary file not shown.
Executable
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
+17
@@ -0,0 +1,17 @@
|
||||
#
|
||||
# source this file (source /usr/local/cdev/cdev.csh) in csh,tcsh to set
|
||||
# up paths for CDEV.
|
||||
#
|
||||
setenv CDEV /usr/local/i386-glibc22-linux/cdev-1.7.2n
|
||||
setenv CDEVINCLUDE $CDEV/include
|
||||
setenv CDEVSHOBJ $CDEV/lib/$SYSNAME
|
||||
setenv CDEVLIB $CDEVSHOBJ
|
||||
if ( $?CDEVDDL ) setenv CDEVDDLOLD $CDEVDDL
|
||||
if ( -f $SLSBDBASE/config/ddl/BdMaster.bdd ) then
|
||||
setenv CDEVDDL $SLSBDBASE/config/ddl/BdMaster.bdd
|
||||
else
|
||||
if ( -f /work/bd/config/ddl/BdMaster.bdd ) setenv CDEVDDL /work/bd/config/ddl/BdMaster.bdd
|
||||
endif
|
||||
setenv CDEV_NAME_SERVER "`/bin/hostname -f`"
|
||||
setenv CDEV_VERSION 1.7.2
|
||||
setenv LD_LIBRARY_PATH "${CDEVSHOBJ}:$LD_LIBRARY_PATH"
|
||||
Executable
+23
@@ -0,0 +1,23 @@
|
||||
#
|
||||
# source this file (. /usr/local/cdev/cdev.sh) in sh,ksh,zsh,bash to set
|
||||
# up paths for CDEV.
|
||||
#
|
||||
if [ -z "$SYSNAME" ] ;then
|
||||
SYSNAME="`/bin/uname`"; export SYSNAME
|
||||
fi
|
||||
CDEV=/usr/local/i386-glibc22-linux/cdev-1.7.2n
|
||||
CDEVINCLUDE=$CDEV/include
|
||||
CDEVSHOBJ=$CDEV/lib/$SYSNAME
|
||||
CDEVLIB=$CDEVSHOBJ
|
||||
if [ -n "$CDEVDDL" ] ;then
|
||||
CDEVDDLOLD=$CDEVDDL
|
||||
fi
|
||||
if [ -f $SLSBDBASE/config/ddl/BdMaster.bdd ] ;then
|
||||
CDEVDDL=$SLSBDBASE/config/ddl/BdMaster.bdd
|
||||
elif [ -f /work/bd/config/ddl/BdMaster.bdd ] ;then
|
||||
CDEVDDL=/work/bd/config/ddl/BdMaster.bdd
|
||||
fi
|
||||
CDEV_NAME_SERVER="`/bin/hostname -f`"
|
||||
CDEV_VERSION=1.7.2
|
||||
LD_LIBRARY_PATH="$CDEVSHOBJ:$LD_LIBRARY_PATH"
|
||||
export CDEV CDEVINCLUDE CDEVSHOBJ CDEVLIB CDEVDDL CDEVDDLOLD CDEV_NAME_SERVER CDEV_VERSION LD_LIBRARY_PATH
|
||||
Reference in New Issue
Block a user