include Makefile.variables include Makefile.local include Makefile.generic include Makefile.config .PHONY: web ifeq ($(HAVE_OCLOSURE), yes) web: webconfig @ echo 'module Int = IntByInt64' > src/common/intValueConfig.ml @ $(OCAMLBUILD) src/accweb.byte @ js_of_ocaml accweb.byte @ oclosure_req accweb.js @ mv *.js web endif