Overview
Comment: | abg.m requires lbl.txt to allow units to be checked. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
8b7e94d63eb60ad3027b588b2b5f8c82 |
User & Date: | geraint@users.sourceforge.net on 2004-08-02 20:25:47 |
Other Links: | branch diff | manifest | tags |
Context
2004-08-03
| ||
06:17:20 | Writes ports before components. check-in: 9aa24ddf0b user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2004-08-02
| ||
20:25:47 | abg.m requires lbl.txt to allow units to be checked. check-in: 8b7e94d63e user: geraint@users.sourceforge.net tags: origin/master, trunk | |
09:33:25 | Script to convert lbl.txt to cmp.m check-in: e1d377992c user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [2a6481188c] to [dbbe566c77].
︙ | |||
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.384 2004/08/01 20:13:30 geraint ## ibg2abg transformation does not require lbl.txt (directly) ## ## Revision 1.383 2004/08/01 19:50:07 geraint ## Moved rules for ibg.m and abg.m so that -ibg can be used with dia models. ## Need to create cmp.m files before this combination will work. ## ## Revision 1.382 2003/09/23 20:53:49 geraint ## Updated version number (5.0). ## |
︙ | |||
2824 2825 2826 2827 2828 2829 2830 | 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 | - + - + | ifneq ($start_at_abg,yes) ifneq ($use_ibg,yes) %_abg.m: %_abg.dia %_lbl.txt %_alias.m abg_dia2m \$* (sh \$*_sub.sh "mtt $mtt_switches -q -u -l $level+1 " ' abg m null || exit 1') || exit 1 |
︙ |