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: 9f2a0a75357be77a1dd0055267c6e1295151d2784960979a4afc2d2be6b952b9
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: c12dee9b4a 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: 9f2a0a7535 user: geraint@users.sourceforge.net tags: origin/master, trunk
17:28:42
include causality.hh to define effort, flow and state. check-in: 93e154c513 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 ]