aboutsummaryrefslogtreecommitdiffstats
path: root/src/versions/standard/Makefile.local
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-05-28 19:26:41 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-05-28 19:26:41 +0200
commite3eb667a3715cc39dfd1bc313c3078cac484e414 (patch)
tree8652d25095291e57b3ed9875362a115b4db1a655 /src/versions/standard/Makefile.local
parent1a8548f8ac3773bc7179d286262373a6433687ea (diff)
parentbe486d634803e7bdfd455e58dbe3ed0968798eda (diff)
downloadsmtcoq-e3eb667a3715cc39dfd1bc313c3078cac484e414.tar.gz
smtcoq-e3eb667a3715cc39dfd1bc313c3078cac484e414.zip
Merge branch 'coq-8.11' of github.com:smtcoq/smtcoq into coq-8.12
Diffstat (limited to 'src/versions/standard/Makefile.local')
-rw-r--r--src/versions/standard/Makefile.local40
1 files changed, 0 insertions, 40 deletions
diff --git a/src/versions/standard/Makefile.local b/src/versions/standard/Makefile.local
deleted file mode 100644
index c57842a..0000000
--- a/src/versions/standard/Makefile.local
+++ /dev/null
@@ -1,40 +0,0 @@
-########################################################################
-## This file is intended to developers: please do not use it ##
-## directly, rather use the "configure.sh" script. ##
-########################################################################
-
-
-test :
- cd ../unit-tests; make cleanvo; make
-
-ztest :
- cd ../unit-tests; make cleanvo; make zchaff
-
-vtest :
- cd ../unit-tests; make cleanvo; make verit
-
-lfsctest :
- cd ../unit-tests; make cleanvo; make lfsc
-
-paralleltest :
- cd ../unit-tests; make parallel
-
-clean::
- cd ../unit-tests; make clean
-
-
-CAMLLEX = $(CAMLBIN)ocamllex
-CAMLYACC = $(CAMLBIN)ocamlyacc
-CAMLPKGS += -package num
-
-merlin-hook::
- $(HIDE)echo 'PKG num' >> .merlin
-
-%.ml : %.mll
- $(CAMLLEX) $<
-
-%.ml %.mli : %.mly
- $(CAMLYACC) $<
-
-.PHONY: smtcoq_plugin.mlpack.d
-smtcoq_plugin.mlpack.d : verit/veritParser.ml verit/veritLexer.ml ../3rdparty/alt-ergo/smtlib2_parse.ml ../3rdparty/alt-ergo/smtlib2_lex.ml smtlib2/sExprParser.ml smtlib2/sExprLexer.ml lfsc/lfscParser.ml lfsc/lfscLexer.ml