X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fgdome_xslt%2Focaml%2Ftest%2FMakefile;fp=helm%2FDEVEL%2Fgdome_xslt%2Focaml%2Ftest%2FMakefile;h=0000000000000000000000000000000000000000;hb=bb2953675ebb08267186029b18bc3fdca9c137df;hp=777614abfc018094f25ddf866ba23748f41eb7cd;hpb=1cfcea66d7394a785ec439cd6b03497b276918c4;p=helm.git diff --git a/helm/DEVEL/gdome_xslt/ocaml/test/Makefile b/helm/DEVEL/gdome_xslt/ocaml/test/Makefile deleted file mode 100644 index 777614abf..000000000 --- a/helm/DEVEL/gdome_xslt/ocaml/test/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -REQUIRES = gdome2-xslt -PREDICATES = -OCAMLOPTIONS = -package "$(REQUIRES)" -predicates "$(PREDICATES)" -OCAMLC = ocamlfind ocamlc $(OCAMLOPTIONS) -OCAMLOPT = ocamlfind ocamlopt $(OCAMLOPTIONS) - -all: test -opt: test.opt - -test: test.ml - $(OCAMLC) -linkpkg -o $@ $< - -test.opt: test.ml - $(OCAMLOPT) -linkpkg -o $@ $< - -clean: - rm -f test test.opt test.cmi test.cmo text.cmx