Newer
Older
LUSTREV6_PATH=$(PWD)
all:build
build: setup.data src/lv6version.ml
include ./Makefile.version
setup.ml:_oasis
oasis setup
PROF=--enable-profile
PROF=--disable-profile
setup.data:setup.ml
ocaml setup.ml -configure $(PROF) --prefix $(LUSTREV6_PATH) --exec-prefix $(LUSTREV6_PATH)/$(HOSTTYPE)
install:
ocaml setup.ml -install
uninstall:
ocaml setup.ml -uninstall
reinstall:
ocaml setup.ml -reinstall
clean:
ocaml setup.ml -clean
rm src/lv6version.ml
distclean:
ocaml setup.ml -distclean
###############################
# for developpers
include ./Makefile.dev
# not gitted stuff
-include ./Makefile.local