summaryrefslogtreecommitdiff
path: root/ocamltest/.depend
diff options
context:
space:
mode:
authorNick Barnes <nick@tarides.com>2023-05-02 21:16:12 +0100
committerNick Barnes <nick@tarides.com>2023-05-02 21:16:12 +0100
commitd3a5c923939a1fc03cc14c005d61210d8c3bd546 (patch)
tree5459de2b7b6cbaa1167d18224f1ea5d256e2f3f7 /ocamltest/.depend
parentad111da274b58d82249f92b8c79ee252bf25525b (diff)
parent23dab79a4e42856aa33816b9c79c3d4d79959cb9 (diff)
downloadocaml-d3a5c923939a1fc03cc14c005d61210d8c3bd546.tar.gz
Merge branch 'trunk' into nick-get-copy
Diffstat (limited to 'ocamltest/.depend')
-rw-r--r--ocamltest/.depend20
1 files changed, 19 insertions, 1 deletions
diff --git a/ocamltest/.depend b/ocamltest/.depend
index dac34bc788..81085ddc3a 100644
--- a/ocamltest/.depend
+++ b/ocamltest/.depend
@@ -94,6 +94,7 @@ main.cmo : \
tsl_semantics.cmi \
tsl_parser.cmi \
tsl_lexer.cmi \
+ translate.cmi \
tests.cmi \
result.cmi \
options.cmi \
@@ -107,6 +108,7 @@ main.cmx : \
tsl_semantics.cmx \
tsl_parser.cmx \
tsl_lexer.cmx \
+ translate.cmx \
tests.cmx \
result.cmx \
options.cmx \
@@ -364,15 +366,18 @@ ocamltest_unix.cmx : \
ocamltest_unix.cmi :
options.cmo : \
variables.cmi \
+ translate.cmi \
tests.cmi \
actions.cmi \
options.cmi
options.cmx : \
variables.cmx \
+ translate.cmx \
tests.cmx \
actions.cmx \
options.cmi
-options.cmi :
+options.cmi : \
+ translate.cmi
result.cmo : \
result.cmi
result.cmx : \
@@ -405,6 +410,19 @@ tests.cmi : \
result.cmi \
environments.cmi \
actions.cmi
+translate.cmo : \
+ tsl_semantics.cmi \
+ tsl_parser.cmi \
+ tsl_lexer.cmi \
+ tsl_ast.cmi \
+ translate.cmi
+translate.cmx : \
+ tsl_semantics.cmx \
+ tsl_parser.cmx \
+ tsl_lexer.cmx \
+ tsl_ast.cmx \
+ translate.cmi
+translate.cmi :
tsl_ast.cmo : \
tsl_ast.cmi
tsl_ast.cmx : \