X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Fbinaries%2Ftptp2grafite%2FMakefile;h=071bf8ddb8874215000070cfbe2a4fc28942dd5d;hb=43a618149e49298eee810029141e2c19762a76dd;hp=d79c2661dbcdea785e51ae4af7f599e5a8cb090e;hpb=5d8d504eb46d181d7a915b2be154022ea83da4df;p=helm.git diff --git a/components/binaries/tptp2grafite/Makefile b/components/binaries/tptp2grafite/Makefile index d79c2661d..071bf8ddb 100644 --- a/components/binaries/tptp2grafite/Makefile +++ b/components/binaries/tptp2grafite/Makefile @@ -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