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=e108abe5c0b4eb841c4ad332229a6c0e57e70079;hp=777614abfc018094f25ddf866ba23748f41eb7cd;hpb=1456c337a60f6677ee742ff7891d43fc382359a9;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