Overview
Comment: | Fixed [ 647664 ] Namespace clash: LANG Prepended MTT_ to SYS, OPTS and LANG environment variables. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
c084ef208029ec2c397b2e8344ac311f |
User & Date: | geraint@users.sourceforge.net on 2002-12-12 17:18:43.000 |
Other Links: | branch diff | manifest | tags |
Context
2002-12-12
| ||
17:23:27 | Fixed [ 647664 ] Namespace clash: LANG check-in: f79ccba358 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
17:18:43 |
Fixed [ 647664 ] Namespace clash: LANG Prepended MTT_ to SYS, OPTS and LANG environment variables. check-in: c084ef2080 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
16:07:13 |
Fix for [ 547513 ] Re-written to eliminate need for installation. Single C++ file (cxxsim.cc) handles the entire transformation which is automatically compiled on invocation by "mtt sys cxxsim view". check-in: 6c92018268 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt
from [9374ebd6b2]
to [3f0717501a].
︙ | |||
13 14 15 16 17 18 19 20 21 22 23 24 25 26 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | + + + | # Copyright (C) 2001 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.367 2002/12/09 00:14:08 geraint ## Hierarchical dia and mixed dia/fig bond graphs now working. ## ## Revision 1.366 2002/12/06 21:56:21 geraint ## Cosmetic change: removed commented-out lines. ## ## Revision 1.365 2002/12/06 12:45:25 gawthrop ## Simplified rule for sub.sh: both fig and dia go via cmp.txt now. ## ## Revision 1.364 2002/12/03 23:28:44 geraint |
︙ | |||
2205 2206 2207 2208 2209 2210 2211 | 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 | - + - + | filename=$1_$2.$3 fi #if [ -f "$filename" ]; then # echo $filename exists #else if [ -n "$Verbose" ]; then |
︙ |
Modified mttroot/mtt/lib/rep/cxxsim_rep.make
from [6f40ee19ab]
to [e3ace4cec8].
︙ | |||
16 17 18 19 20 21 22 | 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 | - + - - - + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + | CC=g++ INCLUDE=-I. -I${MTT_LIB}/cr/hh OPTIMISE=-O0 WARNINGS=-Wall -ansi -pedantic |
Modified mttroot/mtt/lib/rep/gnuplot_rep.make
from [654748f69a]
to [e302751500].
1 2 3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | - + - + - - - + + + - - + + - - + + | # -*-makefile-*- # create a gnuplot input file |
Modified mttroot/mtt/lib/rep/ident_rep.make
from [a0d4f73f87]
to [7792e45e2b].
1 2 3 4 5 6 7 8 9 10 11 12 | 1 2 3 4 5 6 7 8 9 10 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 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 | - - - + + + - - + + - + - + - + - + - + - - + + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + | # -*-makefile-*- #SUMMARY Identification #DESCRIPTION Partially know system identification using #DESCRIPTION using bond graphs # Makefile for representation ident # File ident_rep.make #Copyright (C) 2000,2001,2002 by Peter J. Gawthrop ## Model targets |
Modified mttroot/mtt/lib/rep/ippp_rep.make
from [aaaaecfa67]
to [093030e2cb].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | 1 2 3 4 5 6 7 8 9 10 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 | + + + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - + + | # -*-makefile-*- # Makefile for representation ippp - ppp system identification # File ippp_rep.make ###################################### ##### Model Transformation Tools ##### ###################################### ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.4 2001/04/23 15:06:21 gawthrop ## Removed stdin bug workaround ## ## Revision 1.3 2001/04/11 07:52:45 gawthrop ## Temporary fix to avoid incorrect _input.cc with stdin ## ## Revision 1.2 2001/04/05 11:49:07 gawthrop ## Fixed a number of bugs to as to work with reports. ## ## Revision 1.1 2001/04/04 10:05:38 gawthrop ## Reresentation for system identification for ppp ## ############################################################### #Copyright (C) 2000 by Peter J. Gawthrop |
Modified mttroot/mtt/lib/rep/nppp_rep.make
from [0545d82e23]
to [53790be183].
1 2 3 4 5 6 7 8 9 10 11 | 1 2 3 4 5 6 7 8 9 10 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 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 | - - - + + + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + | # -*-makefile-*- #SUMMARY Nonlinear pole-placement predictive control (nPPP) #DESCRIPTION # Makefile for representation nppp # File nppp_rep.make #Copyright (C) 2000,2001,2002 by Peter J. Gawthrop ## Model targets |
Modified mttroot/mtt/lib/rep/sfun_rep.make
from [47318c59e0]
to [a81b02cdc5].
1 2 | 1 2 3 4 | - - - + | # -*-makefile-*- |
Modified mttroot/mtt/lib/rep/sfun_rep.sh
from [fe83bc4dd5]
to [4e120748b1].
︙ | |||
1375 1376 1377 1378 1379 1380 1381 | 1375 1376 1377 1378 1379 1380 1381 1382 1383 | - + | ### main program set_debug false check_for_valid_input "$*" |
Modified mttroot/mtt/lib/rep/sfun_rep/Makefile
from [f386a128ec]
to [974e36d4ad].
1 2 | 1 2 3 4 5 6 7 8 9 10 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 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | - + - + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + | #! /usr/bin/make -f |