X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_library%2FMakefile;h=861f19acd39869418801606bf6b55aa4739e4da6;hb=df0dc72bccac82b3dd69108b5996d7008d007601;hp=e5cd7fb1f349ca60a50196e10a82e6d8e887aec9;hpb=2c01ff6094173915e7023076ea48b5804dca7778;p=helm.git diff --git a/matita/components/ng_library/Makefile b/matita/components/ng_library/Makefile index e5cd7fb1f..861f19acd 100644 --- a/matita/components/ng_library/Makefile +++ b/matita/components/ng_library/Makefile @@ -2,8 +2,6 @@ PACKAGE = ng_library PREDICATES = INTERFACE_FILES = \ - nCic2OCic.mli \ - oCic2NCic.mli \ nCicLibrary.mli IMPLEMENTATION_FILES = \ @@ -14,10 +12,10 @@ EXTRA_OBJECTS_TO_CLEAN = %.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 $@ $<