Artifact 39e2eb4e04908fc625ef4e2e21b7b198652cc0e63590886e1335aafeab097188:


#!/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 ]