X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_library%2FMakefile;h=20157a09ea8f506f89d563e5bfe854881358ee74;hb=f31020f1ae14e28c246b6cd9cf91b5864f4f536a;hp=e5cd7fb1f349ca60a50196e10a82e6d8e887aec9;hpb=2c01ff6094173915e7023076ea48b5804dca7778;p=helm.git diff --git a/matita/components/ng_library/Makefile b/matita/components/ng_library/Makefile index e5cd7fb1f..20157a09e 100644 --- a/matita/components/ng_library/Makefile +++ b/matita/components/ng_library/Makefile @@ -2,22 +2,17 @@ PACKAGE = ng_library PREDICATES = INTERFACE_FILES = \ - nCic2OCic.mli \ - oCic2NCic.mli \ nCicLibrary.mli IMPLEMENTATION_FILES = \ $(INTERFACE_FILES:%.mli=%.ml) EXTRA_OBJECTS_TO_INSTALL = EXTRA_OBJECTS_TO_CLEAN = -%.cmo: OCAMLOPTIONS += -w Ae -%.cmi: OCAMLOPTIONS += -w Ae -%.cmx: OCAMLOPTIONS += -w Ae -all: rt check +all: %: %.ml $(PACKAGE).cma $(OCAMLC) -package helm-$(PACKAGE) -linkpkg -o $@ $< -all.opt opt: rt.opt check.opt +all.opt opt: %.opt: %.ml $(PACKAGE).cmxa $(OCAMLOPT) -package helm-$(PACKAGE) -linkpkg -o $@ $<