Init
This commit is contained in:
12
packages/Antlr34.3.4.19004.1/tools/Tool/Templates/depend.stg
vendored
Normal file
12
packages/Antlr34.3.4.19004.1/tools/Tool/Templates/depend.stg
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/** templates used to generate make-compatible dependencies */
|
||||
group depend;
|
||||
|
||||
/** Generate "f : x, y, z" dependencies for input
|
||||
* dependencies and generated files. in and out
|
||||
* are File objects. For example, you can say
|
||||
* <f.canonicalPath>
|
||||
*/
|
||||
dependencies(grammarFileName,in,out) ::= <<
|
||||
<if(in)><grammarFileName>: <in; separator=", "><endif>
|
||||
<out:{f | <f> : <grammarFileName>}; separator="\n">
|
||||
>>
|
||||
Reference in New Issue
Block a user