Overview
Comment:Reads each CR name input and writes a directive to #include an equivalent
CR.hh from $MTT_LIB/cr/hh.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: d1532638b5e2dc1ed3a9e21b16a1aa804f1081c1bb5bf6beee7e3bc9bf4682de
User & Date: geraint@users.sourceforge.net on 2004-08-29 18:01:46
Other Links: branch diff | manifest | tags
Context
2004-08-30
23:07:58
Uses pattern matching to apply any CRs (in perl format) specified on its
command line to the text on standard input.
check-in: 62a01863b3 user: geraint@users.sourceforge.net tags: origin/master, trunk
2004-08-29
18:01:46
Reads each CR name input and writes a directive to #include an equivalent
CR.hh from $MTT_LIB/cr/hh.
check-in: d1532638b5 user: geraint@users.sourceforge.net tags: origin/master, trunk
17:28:42
include causality.hh to define effort, flow and state. check-in: ef84c3718b user: geraint@users.sourceforge.net tags: origin/master, trunk
Changes

Added mttroot/mtt/bin/trans/cr_txt2h version [88b30d44c1].











>
>
>
>
>
1
2
3
4
5
#! /bin/sh

gawk '{
 printf ("#include \"%s/cr/hh/%s.hh\"\n", mttlib, $0)
 }' mttlib=${MTT_LIB}


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