Overview
Comment:Initial revision
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 685c3eb12284670c857c1c2313c5b120fcf34b4adaac23ff38a2639f96cda1d0
User & Date: gawthrop@users.sourceforge.net on 2000-12-01 14:28:34
Other Links: branch diff | manifest | tags
Context
2000-12-01
14:51:26
Major changes towards partioning

- generates sub ese, def and struc
- generates indices for conversion of subsystem in/out/state - but not used yet check-in: 70a215f13e user: gawthrop@users.sourceforge.net tags: origin/master, trunk

14:28:34
Initial revision check-in: 685c3eb122 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
14:22:15
*** empty log message *** check-in: 53e7e46e47 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Added mttroot/mtt/bin/trans/mtt_make_substruc version [39e2eb4e04].

































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

# Makes subsystem structure files for partitioning
# Copyright (C) 2000 by Peter J. Gawthrop

sys=$1
rep=$2
lang=$3

echo Creating structure files for subsystems
# Get subsystems
  subsystems=`mtt_get_subsystems -strip ${sys}`;

for subsystem in $subsystems; do
  grep $subsystem < ${sys}_struc.txt > ${sys}_${subsystem}_struc.txt
done


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