Artifact 39e2eb4e04908fc625ef4e2e21b7b198652cc0e63590886e1335aafeab097188:
- Executable file mtt/bin/trans/mtt_make_substruc — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 347) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/bin/trans/mtt_make_substruc — part of check-in [31be576630] at 2000-12-01 14:28:34 on branch origin/master — Initial revision (user: gawthrop@users.sourceforge.net, size: 347) [annotate] [blame] [check-ins using]
#!/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