Overview
Comment:Removed unnecessary variables PLAT and GCCVERS.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 08d8e1b4db077a37ac6dd141eb4c332c70e276d91f79cbd3fb76a3e15fe97237
User & Date: geraint@users.sourceforge.net on 2002-04-26 16:16:33
Other Links: branch diff | manifest | tags
Context
2002-04-26
17:17:20
Allow variables to be set outside Makefile. check-in: c0886deb6a user: geraint@users.sourceforge.net tags: origin/master, trunk
16:16:33
Removed unnecessary variables PLAT and GCCVERS. check-in: 08d8e1b4db user: geraint@users.sourceforge.net tags: origin/master, trunk
2002-04-25
09:56:27
\% --> % to avoid awk error message check-in: 833d750d78 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/mttrc from [f41c538d71] to [5f2c0006b7].

11
12
13
14
15
16
17





18
19
20
21
22
23
24


###############################################################
## Version control history
###############################################################
## $Id$
## $Log$





## Revision 1.24  2001/10/15 14:28:35  gawthrop
## Now has . at start of components library path $MTT_COMPONENTS
##
## Revision 1.23  2001/07/24 22:32:49  gawthrop
## Use gv, not ghostview
##
## Revision 1.22  2001/04/12 03:08:00  geraint







>
>
>
>
>







11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29


###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.25  2002/04/02 09:16:39  geraint
## Tidied up library search paths, now assumes that system libraries are set up correctly.
## For Debian, this means installing the following: blas-dev, fftw-dev, lapack-dev, libncurses5-dev, libkpathsea-dev, libreadline-dev
## It may also be necessary to run /sbin/ldconfig on the relevant directories (especially Octave's).
##
## Revision 1.24  2001/10/15 14:28:35  gawthrop
## Now has . at start of components library path $MTT_COMPONENTS
##
## Revision 1.23  2001/07/24 22:32:49  gawthrop
## Use gv, not ghostview
##
## Revision 1.22  2001/04/12 03:08:00  geraint
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
  #export MKOCTFILE=$MTT_LIB/octave/mkoctfile # This for no optimisation
    export MKOCTFILE=mkoctfile

  # ode2odes.exe stuff

    # local system

    PLAT="i686-pc-linux-gnu"
    PREFIX="/usr"
    GCCVERS="2.95.2"

    # include paths

    IOCTAVE="-I${PREFIX}/include/octave/ -I${PREFIX}/include/octave/octave"

    # library paths








<

<







181
182
183
184
185
186
187

188

189
190
191
192
193
194
195
  #export MKOCTFILE=$MTT_LIB/octave/mkoctfile # This for no optimisation
    export MKOCTFILE=mkoctfile

  # ode2odes.exe stuff

    # local system


    PREFIX="/usr"


    # include paths

    IOCTAVE="-I${PREFIX}/include/octave/ -I${PREFIX}/include/octave/octave"

    # library paths


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]