X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic%2FMakefile;h=fd810f3f70ab374c47a0144b6ec2a19f631e73aa;hb=0742463cef7f17755fa9b28cbd435b4e730b7935;hp=36e718dc67d348de7d293e998cad89173aeb54bb;hpb=5a92117eeff70048d29e91ba24e113155d956e1b;p=helm.git diff --git a/helm/ocaml/cic/Makefile b/helm/ocaml/cic/Makefile index 36e718dc6..fd810f3f7 100644 --- a/helm/ocaml/cic/Makefile +++ b/helm/ocaml/cic/Makefile @@ -1,37 +1,10 @@ -BIN_DIR = /usr/local/bin +PACKAGE = cic REQUIRES = helm-urimanager helm-pxp PREDICATES = -OCAMLOPTIONS = -package "$(REQUIRES)" -predicates "$(PREDICATES)" -OCAMLC = ocamlfind ocamlc $(OCAMLOPTIONS) -OCAMLOPT = ocamlfind ocamlopt $(OCAMLOPTIONS) -OCAMLDEP = ocamldep - -all: cic.cmo deannotate.cmo cicParser3.cmo cicParser2.cmo cicParser.cmo -opt: cic.cmx deannotate.cmx cicParser3.cmx cicParser2.cmx cicParser.cmx DEPOBJS = cic.ml deannotate.mli deannotate.ml cicParser3.mli cicParser3.ml \ cicParser2.mli cicParser2.ml cicParser.mli cicParser.ml -depend: - $(OCAMLDEP) $(DEPOBJS) > .depend - -.SUFFIXES: .ml .mli .cmo .cmi .cmx -.ml.cmo: - $(OCAMLC) -c $< -.mli.cmi: - $(OCAMLC) -c $< -.ml.cmx: - $(OCAMLOPT) -c $< - -clean: - rm -f *.cm[iox] - -install: - #cp - -uninstall: - #rm -f - -.PHONY: install uninstall clean +OBJECTS = cic.cmo deannotate.cmo cicParser3.cmo cicParser2.cmo cicParser.cmo -include .depend +include ../Makefile.common