-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.depend
30 lines (30 loc) · 1.41 KB
/
.depend
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
src/grammar.cmo: src/expr.cmo src/grammar.cmi
src/grammar.cmx: src/expr.cmx src/grammar.cmi
src/grammar.cmi: src/expr.cmo
src/lambda.cmo: src/expr.cmo src/lambda.cmi
src/lambda.cmx: src/expr.cmx src/lambda.cmi
src/lambda.cmi: src/expr.cmo
src/main.cmo: src/syntax.cmo src/parser.cmo src/lambda.cmi src/expr.cmo
src/main.cmx: src/syntax.cmx src/parser.cmx src/lambda.cmx src/expr.cmx
src/parser.cmo: src/syntax.cmo src/grammar.cmi
src/parser.cmx: src/syntax.cmx src/grammar.cmx
src/syntax.cmo: src/grammar.cmi
src/syntax.cmx: src/grammar.cmx
tests/suite.cmo: tests/test_substitute.cmo tests/test_reduce.cmo \
tests/test_parser.cmo tests/test_occurs_free.cmo \
tests/test_equivalent.cmo
tests/suite.cmx: tests/test_substitute.cmx tests/test_reduce.cmx \
tests/test_parser.cmx tests/test_occurs_free.cmx \
tests/test_equivalent.cmx
tests/test_equivalent.cmo: tests/testCase.cmo
tests/test_equivalent.cmx: tests/testCase.cmx
tests/test_occurs_free.cmo: tests/testCase.cmo
tests/test_occurs_free.cmx: tests/testCase.cmx
tests/test_parser.cmo: tests/testCase.cmo
tests/test_parser.cmx: tests/testCase.cmx
tests/test_reduce.cmo: tests/testCase.cmo
tests/test_reduce.cmx: tests/testCase.cmx
tests/test_substitute.cmo: tests/testCase.cmo
tests/test_substitute.cmx: tests/testCase.cmx
tests/testCase.cmo: src/parser.cmo src/lambda.cmi src/expr.cmo
tests/testCase.cmx: src/parser.cmx src/lambda.cmx src/expr.cmx