]> matita.cs.unibo.it Git - helm.git/blobdiff - components/binaries/tptp2grafite/Makefile
default constants are now the matita standard library ones and not the one from Coq.
[helm.git] / components / binaries / tptp2grafite / Makefile
index d79c2661dbcdea785e51ae4af7f599e5a8cb090e..071bf8ddb8874215000070cfbe2a4fc28942dd5d 100644 (file)
@@ -1,5 +1,5 @@
 OCAMLC = OCAMLPATH=../../METAS ocamlfind ocamlc -package helm-grafite_parser
-TPTPDIR=/home/tassi/helm/trunk/TPTP-v3.1.1/
+TPTPDIR=/home/$(USER)/TPTP-v3.1.1/
 
 opt all: tptp2grafite
        echo -n
@@ -27,13 +27,13 @@ testall: tptp2grafite
 
 generate:
        for X in `cat unit_equality_problems`; do\
-               ./tptp2grafite -tptppath /home/tassi/TPTP-v3.1.1/ $$X \
+               ./tptp2grafite -tptppath $(TPTPDIR) $$X \
                > ../../../matita/tests/TPTP/$$X.ma || echo Failed: $$X; \
        done
 
 parse:
        for X in `cat unit_equality_problems`; do\
          echo "Parsing $$X"; \
-               ./tptp2grafite -tptppath /home/tassi/TPTP-v3.1.1/ $$X \
+               ./tptp2grafite -tptppath $(TPTPDIR) $$X \
                > /dev/null || echo Failed: $$X; \
        done