]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/extlib/Makefile
removed the need of REQUIRES in libraries Makefile, they are now queried from the...
[helm.git] / helm / ocaml / extlib / Makefile
1 PACKAGE = extlib
2 PREDICATES =
3
4 INTERFACE_FILES = \
5         hExtlib.mli 
6 IMPLEMENTATION_FILES = \
7         $(INTERFACE_FILES:%.mli=%.ml)
8 EXTRA_OBJECTS_TO_INSTALL =
9 EXTRA_OBJECTS_TO_CLEAN =
10
11 include ../Makefile.common