1 persistgen.o: persistgen.cc ir.h basics.h ast.h datagen.h codegen.h \
2 labelgen.h hashtab.h type.h options.h datatype.h classdef.h
3 gcgen.o: gcgen.cc ir.h basics.h datatype.h classdef.h codegen.h ast.h \
5 printgen.o: printgen.cc ir.h basics.h ast.h datatype.h classdef.h \
6 codegen.h hashtab.h type.h matchcom.h patenv.h labelgen.h list.h
7 matchcom.o: matchcom.cc ir.h basics.h ast.h matchcom.h patenv.h \
8 hashtab.h labelgen.h codegen.h config.h type.h options.h list.h
9 matchgen.o: matchgen.cc ir.h basics.h ast.h matchcom.h patenv.h \
10 hashtab.h labelgen.h codegen.h type.h config.h options.h list.h
11 infgen.o: infgen.cc ir.h basics.h ast.h type.h hashtab.h config.h \
12 infgen.h rwgen.h matchcom.h patenv.h labelgen.h codegen.h classdef.h \
13 datagen.h datatype.h list.h
14 type.o: type.cc hashtab.h ir.h basics.h ast.h collection.h type.h \
15 datatype.h classdef.h codegen.h list.h options.h
16 printing.o: printing.cc ir.h basics.h ast.h matchcom.h patenv.h \
17 hashtab.h labelgen.h codegen.h type.h options.h list.h graphtype.h \
19 datagen.o: datagen.cc ir.h basics.h ast.h type.h hashtab.h datagen.h \
20 codegen.h labelgen.h options.h datatype.h classdef.h list.h
21 codegen.o: codegen.cc codegen.h basics.h ir.h ast.h type.h hashtab.h \
22 matchcom.h patenv.h labelgen.h options.h
23 compiler.o: compiler.cc ir.h basics.h ast.h type.h hashtab.h \
24 compiler.h matchcom.h patenv.h labelgen.h codegen.h rwgen.h \
25 classdef.h datagen.h infgen.h parsegen.h setlgen.h setl-ast.h env.h \
26 metasyntax.h grsgen.h aggen.h rwmix.h textbuf.h options.h
27 indexing.o: indexing.cc ir.h basics.h ast.h matchcom.h patenv.h \
28 hashtab.h labelgen.h codegen.h
29 ast.o: ast.cc basics.h ast.h ir.h
30 constr.o: constr.cc ir.h basics.h ast.h matchcom.h patenv.h hashtab.h \
32 parsegen.o: parsegen.cc ir.h basics.h ast.h parsegen.h codegen.h \
33 classdef.h hashtab.h datagen.h labelgen.h type.h list.h options.h
34 lexeme.o: lexeme.cc ir.h basics.h ast.h hashtab.h type.h matchcom.h \
35 patenv.h labelgen.h codegen.h
36 lexer.o: lexer.cc basics.h keywords.h parser.h ir.h ast.h patenv.h \
37 textbuf.h type.h hashtab.h
38 trs.o: trs.cc trs.h basics.h ir.h ast.h type.h hashtab.h list.h \
39 matchcom.h patenv.h labelgen.h codegen.h datagen.h rwgen.h classdef.h \
40 funmap.h functortab.h setlgen.h setl-ast.h env.h
41 trs2.o: trs2.cc trs.h basics.h ir.h ast.h type.h hashtab.h list.h \
42 matchcom.h patenv.h labelgen.h codegen.h funmap.h functortab.h \
44 trs3.o: trs3.cc trs.h basics.h ir.h ast.h type.h hashtab.h
45 rwgen.o: rwgen.cc funmap.h ir.h basics.h ast.h type.h hashtab.h \
46 functortab.h matchcom.h patenv.h labelgen.h codegen.h datagen.h \
47 config.h rwgen.h classdef.h options.h trs.h
48 rwgen2.o: rwgen2.cc ir.h basics.h ast.h type.h hashtab.h rwgen.h \
49 matchcom.h patenv.h labelgen.h codegen.h classdef.h options.h
50 rwgen3.o: rwgen3.cc funmap.h ir.h basics.h ast.h type.h hashtab.h \
51 functortab.h matchcom.h patenv.h labelgen.h codegen.h rwgen.h \
52 classdef.h list.h options.h
53 rwgen4.o: rwgen4.cc funmap.h ir.h basics.h ast.h type.h hashtab.h \
54 functortab.h matchcom.h patenv.h labelgen.h codegen.h list.h rwgen.h \
56 rwgen5.o: rwgen5.cc basics.h hashtab.h rwgen.h matchcom.h ir.h ast.h \
57 patenv.h labelgen.h codegen.h classdef.h funmap.h type.h functortab.h \
59 lawgen.o: lawgen.cc ir.h basics.h ast.h datagen.h codegen.h labelgen.h \
60 hashtab.h type.h list.h
61 parser-util.o: parser-util.cc ir.h basics.h ast.h parser.h patenv.h \
62 textbuf.h type.h hashtab.h matchcom.h labelgen.h codegen.h keywords.h \
63 config.h list.h compiler.h rwgen.h classdef.h datagen.h infgen.h \
64 parsegen.h setlgen.h setl-ast.h env.h metasyntax.h grsgen.h aggen.h \
66 parser.o: parser.cc options.h basics.h ir.h ast.h parser.h patenv.h \
67 textbuf.h parsegen.h codegen.h classdef.h hashtab.h setl-ast.h \
68 keywords.h timespace.h type.h compiler.h matchcom.h labelgen.h \
69 rwgen.h datagen.h infgen.h setlgen.h env.h metasyntax.h grsgen.h \
70 aggen.h rwmix.h list.h graphtype.h graphedges.h
71 setl-ast.o: setl-ast.cc ir.h basics.h ast.h setl-ast.h
72 documentation.o: documentation.cc parser.h ir.h basics.h ast.h \
74 collection.o: collection.cc collection.h basics.h type.h ir.h ast.h \
76 setlgen.o: setlgen.cc ir.h basics.h ast.h setl-ast.h setlgen.h \
77 matchcom.h patenv.h hashtab.h labelgen.h codegen.h env.h type.h
78 setltype.o: setltype.cc ir.h basics.h ast.h setl-ast.h setlgen.h \
79 matchcom.h patenv.h hashtab.h labelgen.h codegen.h env.h type.h
80 timespace.o: timespace.cc basics.h timespace.h
81 env.o: env.cc env.h basics.h ir.h hashtab.h
82 funmap.o: funmap.cc funmap.h ir.h basics.h ast.h type.h hashtab.h \
83 functortab.h matchcom.h patenv.h labelgen.h codegen.h datagen.h \
84 config.h rwgen.h classdef.h options.h list.h
85 metasyntax.o: metasyntax.cc metasyntax.h parsegen.h basics.h ir.h \
86 codegen.h classdef.h ast.h hashtab.h options.h
87 pat.o: pat.cc ir.h basics.h matchcom.h ast.h patenv.h hashtab.h \
88 labelgen.h codegen.h pat.h
89 grsgen.o: grsgen.cc ir.h basics.h ast.h type.h hashtab.h grsgen.h \
90 codegen.h matchcom.h patenv.h labelgen.h
91 selector.o: selector.cc ir.h basics.h ast.h matchcom.h patenv.h \
92 hashtab.h labelgen.h codegen.h type.h options.h
93 graphtype.o: graphtype.cc ast.h basics.h ir.h graphtype.h codegen.h \
94 classdef.h hashtab.h type.h
95 graphrep.o: graphrep.cc graphedges.h graphtype.h basics.h ir.h ast.h \
96 codegen.h classdef.h hashtab.h
97 graphops.o: graphops.cc graphtype.h basics.h ir.h ast.h codegen.h \
98 classdef.h hashtab.h graphedges.h
99 graphreport.o: graphreport.cc graphtype.h basics.h ir.h ast.h \
100 codegen.h classdef.h hashtab.h graphedges.h
101 classdef.o: classdef.cc ir.h basics.h ast.h classdef.h codegen.h \
102 hashtab.h type.h list.h datatype.h
103 prop-main.o: prop-main.cc basics.h config.h author.h options.h
104 aggen.o: aggen.cc basics.h ir.h codegen.h classdef.h ast.h hashtab.h \
106 datatype.o: datatype.cc datatype.h classdef.h codegen.h basics.h ir.h \
107 ast.h hashtab.h type.h options.h list.h datagen.h labelgen.h
108 instance.o: instance.cc datatype.h classdef.h codegen.h basics.h ir.h \
109 ast.h hashtab.h type.h datagen.h labelgen.h options.h
110 list.o: list.cc basics.h listimpl.h ast.h ir.h parsegen.h codegen.h \
112 visualize.o: visualize.cc options.h compiler.h matchcom.h ir.h \
113 basics.h ast.h patenv.h hashtab.h labelgen.h codegen.h rwgen.h \
114 classdef.h datagen.h infgen.h parsegen.h setlgen.h setl-ast.h env.h \
115 metasyntax.h grsgen.h aggen.h rwmix.h textbuf.h visualize.h
116 visual2.o: visual2.cc ir.h basics.h type.h ast.h hashtab.h classdef.h \
117 codegen.h datatype.h visualize.h
118 rwmix.o: rwmix.cc ast.h basics.h ir.h rwmix.h rwgen.h matchcom.h \
119 patenv.h hashtab.h labelgen.h codegen.h classdef.h type.h funmap.h \
120 functortab.h options.h trs.h
121 automake.o: automake.cc basics.h
122 frontend.o: frontend.cc basics.h parser.h ir.h ast.h patenv.h \
124 functortab.o: functortab.cc functortab.h hashtab.h
125 hashtab.o: hashtab.cc hashtab.h
126 labelgen.o: labelgen.cc labelgen.h
127 options.o: options.cc basics.h config.h options.h
128 patchlev.o: patchlev.cc
129 patenv.o: patenv.cc patenv.h ir.h basics.h ast.h type.h hashtab.h \
131 process.o: process.cc config.h compiler.h matchcom.h ir.h basics.h \
132 ast.h patenv.h hashtab.h labelgen.h codegen.h rwgen.h classdef.h \
133 datagen.h infgen.h parsegen.h setlgen.h setl-ast.h env.h metasyntax.h \
134 grsgen.h aggen.h rwmix.h textbuf.h type.h author.h options.h
135 textbuf.o: textbuf.cc textbuf.h