Newer
Older
Erwan Jahier
committed
all:build
Erwan Jahier
committed
-include ./Makefile.version
build: setup.data
Erwan Jahier
committed
ocaml setup.ml -build
setup.ml:_oasis
Erwan Jahier
committed
Erwan Jahier
committed
setup.data:configure
configure: setup.ml
ocaml setup.ml -configure --prefix $(BINPATH) --exec-prefix $(BINPATH)
Erwan Jahier
committed
install:
ocaml setup.ml -install
uninstall:
ocaml setup.ml -uninstall
reinstall:
ocaml setup.ml -reinstall
clean:
ocaml setup.ml -clean
Erwan Jahier
committed
distclean:
ocaml setup.ml -distclean
rm -rf _build/src
###############################
Erwan Jahier
committed
# for developpers
include ./Makefile.dev
Erwan Jahier
committed
# not gitted stuff
Erwan Jahier
committed
-include ./Makefile.local