11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
###############################################################
#Edit the following line to show the location of mtt
MTTPATH=~/mtt_new/mtt
# The following line sets up the make to use -- gmake is the standard
|
>
>
>
>
|
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
# Revision 1.2 1997/12/04 10:49:16 peterg
# Put under RCS at last
# Added CC variable
#
###############################################################
#Edit the following line to show the location of mtt
MTTPATH=~/mtt_new/mtt
# The following line sets up the make to use -- gmake is the standard
|
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
OCTAVE_PATH=$OCTAVE_PATH:$MATRIX_PATH
export OCTAVE_PATH
RMATRIX=octave
export RMATRIX
#Setup matlab
MATLABPATH=$MATLABPATH:$MATRIX_PATH
export MATLABPATH
# Setup the symbolic stuff
SYMBOLIC='reduce'
export SYMBOLIC
# Setup xfig
FIG='xfig -startfontsize 20 -metric -startgridmode 1'
|
|
|
<
|
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
OCTAVE_PATH=$OCTAVE_PATH:$MATRIX_PATH
export OCTAVE_PATH
RMATRIX=octave
export RMATRIX
#Setup matlab
#MATLABPATH=$MATLABPATH:$MATRIX_PATH
#export MATLABPATH
# Setup the symbolic stuff
SYMBOLIC='reduce'
export SYMBOLIC
# Setup xfig
FIG='xfig -startfontsize 20 -metric -startgridmode 1'
|