-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add a .depend.menhir file for menhir parser dependencies
We do not write to .depend during the common 'depend' target, because computing dependencies requires Menhir installed.
- Loading branch information
Showing
2 changed files
with
20 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
parsing/parser.cmo : parsing/syntaxerr.cmi parsing/parsetree.cmi \ | ||
parsing/longident.cmi parsing/location.cmi parsing/docstrings.cmi \ | ||
utils/clflags.cmi parsing/asttypes.cmi parsing/ast_helper.cmi \ | ||
parsing/parser.cmi | ||
parsing/parser.cmx : parsing/syntaxerr.cmx parsing/parsetree.cmi \ | ||
parsing/longident.cmx parsing/location.cmx parsing/docstrings.cmx \ | ||
utils/clflags.cmx parsing/asttypes.cmi parsing/ast_helper.cmx \ | ||
parsing/parser.cmi | ||
parsing/parser.cmi : parsing/parsetree.cmi parsing/location.cmi \ | ||
parsing/docstrings.cmi | ||
parsing/parser.ml parsing/parser.mli: parsing/ast_helper.cmi parsing/asttypes.cmi utils/clflags.cmi parsing/docstrings.cmi parsing/location.cmi parsing/longident.cmi parsing/parsetree.cmi parsing/syntaxerr.cmi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters