]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - Makefile
Package description and copyright added.
[pkg-cerco/acc.git] / Makefile
1 include Makefile.variables
2 include Makefile.local
3 include Makefile.generic
4 include Makefile.config
5
6 .PHONY: web
7
8 ifeq ($(HAVE_OCLOSURE), yes)
9 web: webconfig
10         @ echo 'module Int = IntByInt64' > src/common/intValueConfig.ml
11         @ $(OCAMLBUILD) src/accweb.byte
12         @ js_of_ocaml accweb.byte
13         @ oclosure_req accweb.js
14         @ mv *.js web
15 endif