-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #531 from FissoreD/master-tc-30-10
Master TC 3
- Loading branch information
Showing
52 changed files
with
1,462 additions
and
1,063 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
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
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 |
---|---|---|
@@ -1,19 +1,3 @@ | ||
CAMLPKGS+= -package coq-elpi.elpi | ||
OCAMLPATH:=../../src/:$(OCAMLPATH) | ||
export OCAMLPATH | ||
|
||
# detection of elpi | ||
ifeq "$(ELPIDIR)" "" | ||
ELPIDIR=$(shell ocamlfind query elpi 2>/dev/null) | ||
endif | ||
ifeq "$(ELPIDIR)" "" | ||
$(error Elpi not found, make sure it is installed in your PATH or set ELPIDIR) | ||
endif | ||
export ELPIDIR | ||
|
||
merlin-hook:: | ||
echo "S $(abspath $(ELPIDIR))" >> .merlin | ||
echo "B $(abspath $(ELPIDIR))" >> .merlin | ||
if [ "$(ELPIDIR)" != "elpi/findlib/elpi" ]; then\ | ||
echo "PKG elpi" >> .merlin;\ | ||
fi | ||
export OCAMLPATH |
Oops, something went wrong.