]> matita.cs.unibo.it Git - helm.git/blob - ocaml/urimanager/Makefile
made executable again
[helm.git] / ocaml / urimanager / Makefile
1 PACKAGE = urimanager
2 REQUIRES = str
3 PREDICATES =
4
5 INTERFACE_FILES = uriManager.mli
6 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
7 EXTRA_OBJECTS_TO_INSTALL =
8 EXTRA_OBJECTS_TO_CLEAN =
9
10 include ../Makefile.common