https://github.com/geodynamics/citcoms
Revision 589853a8c5d986bb54945a78fe91fc2dbfed027e authored by Leif Strand on 13 October 2005, 22:49:34 UTC, committed by Leif Strand on 13 October 2005, 22:49:34 UTC
# autoconf --version
autoconf (GNU Autoconf) 2.59
# automake --version
automake (GNU automake) 1.9.2
# libtoolize --version
libtoolize (GNU libtool) 1.5.6

1 parent d49e5e9
Raw File
Tip revision: 589853a8c5d986bb54945a78fe91fc2dbfed027e authored by Leif Strand on 13 October 2005, 22:49:34 UTC
Created CitcomS v2.0.1 source package.
Tip revision: 589853a
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