https://github.com/geodynamics/citcoms
Revision c717581dc637c28e22112a4df2b8b4b00f40e726 authored by Leif Strand on 30 September 2005, 22:39:01 UTC, committed by Leif Strand on 30 September 2005, 22:39:01 UTC
1 parent fb309b7
Raw File
Tip revision: c717581dc637c28e22112a4df2b8b4b00f40e726 authored by Leif Strand on 30 September 2005, 22:39:01 UTC
Ignore files generated by Autoconf/Automake/Libtool.
Tip revision: c717581
citcoms_profile
#!/bin/sh
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
# <LicenseText>
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#


#export GEOFRAMEWORK=
export CITCOMSHOME=$GEOFRAMEWORK/packages/CitcomS
export PATH=$CITCOMSHOME/visual:$PATH

if [ x$DXMACROS = "x" ]; then
	export DXMACROS=""
fi

export DXMACROS=$CITCOMSHOME/visual/OpenDXMacro:$DXMACROS


# version
# $Id: citcoms_profile,v 1.1 2004/06/02 21:49:37 tan2 Exp $

# End of file
back to top