Overview
Comment: | reduce --> reduce 64 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
191262b23a34db1cc5e172ffbcc8ac18 |
User & Date: | gawthrop@users.sourceforge.net on 1998-03-13 11:53:29 |
Other Links: | branch diff | manifest | tags |
Context
1998-03-14
| ||
10:44:26 | Initial revision check-in: 2cc4d5a3b8 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1998-03-13
| ||
11:53:29 | reduce --> reduce 64 check-in: 191262b23a user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1998-03-11
| ||
10:45:19 | Added rclean - recursive clean check-in: f0b0f0fc46 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mttrc from [e46fb046c2] to [9337849b8f].
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.4 1998/01/06 09:14:51 peterg ## Added latex2html to setup ## # Revision 1.3 1998/01/06 09:11:26 peterg # Removed matlab from the setup # # 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 | > > > | < | < | < < | | < < | < < | < | | < > | | < < < | | < < | | < < | | < < | < | < | | < | 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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.5 1998/01/16 08:55:01 peterg ## MAKE=make ## ## Revision 1.4 1998/01/06 09:14:51 peterg ## Added latex2html to setup ## # Revision 1.3 1998/01/06 09:11:26 peterg # Removed matlab from the setup # # 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 export MTTPATH=~peterg/mtt_new/mtt # The following line sets up the make to use -- gmake is the standard # but you may wish to use lsmake for parallelism export MAKE='make' # The following sets up the c compiler export CC='gcc' # Setup the paths export PATH=$PATH\:$MTTPATH\:$MTTPATH/trans export MATRIX_PATH=$MTTPATH/trans/m\:$MTTPATH/lib/comp/simple export MTT_COMPONENTS=$MTTPATH/lib/comp export MTT_CRS=$MTTPATH/lib/cr export MTT_EXAMPLES=$MTTPATH/lib/examples export MTT_LIB=$MTTPATH/lib #Ask octave to tell me its path #export OCTAVE_LOAD_PATH=`mtt_octave_path` OCTAVE_LOAD_PATH=$OCTAVE_PATH #Setup octave export OCTAVE_LOAD_PATH=$OCTAVE_LOAD_PATH\:$MATRIX_PATH export MATRIX="octave --path $OCTAVE_LOAD_PATH" #Setup matlab #MATLABPATH $MATLABPATH\:$MATRIX_PATH #export MATLABPATH= # Setup the symbolic stuff export SYMBOLIC='reduce' # Setup xfig export FIG='xfig -startfontsize 20 -metric -startgridmode 1' # Setup ps viewer export PSVIEW='ghostview' # Setup html viewer export HTMLVIEW='netscape' # Setup dvi viewer export DVIVIEW='xdvi' # Setup latex2html export LATEX2HTML='latex2html -contents_in_navigation' |