Plasma GitLab Archive
Projects Blog Knowledge

USE_OCAMLFIND = true
BYTE_ENABLED = true
OCAMLDEP_MODULES_ENABLED = false

FILES = webdav_http webdav_xml webdav_client_methods webdav_client \
	webdav_client_ha \
	webdav_netfs

OCAMLPACKS = pcre,pxp,netstring,netclient,pxp-pp
OCAMLFLAGS = -dtypes
OCAMLFINDFLAGS += -syntax camlp4o

.DEFAULT: webdav.cma webdav.cmxa

.PHONY: clean

clean:
        rm -f *.o *.a *.cm* *~ *.annot *.run *.opt 

OCamlLibrary(webdav, $(FILES))
#OCamlProgram(test_robots, $(FILES) test_robots)

This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml