X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fmetadata%2Fcreate2%2Ftouch%2FMakefile;fp=helm%2Fmetadata%2Fcreate2%2Ftouch%2FMakefile;h=5296fa723a0643c9d313c35b3635bc2485920d5f;hb=025b60975434f3923071c60618bd1d92794816bf;hp=2d7ef5a8a3e17b63762cd56eea3a38bf6088922f;hpb=e97039cc9e0a8e4f992c712a1ccf47c801e1abcc;p=helm.git diff --git a/helm/metadata/create2/touch/Makefile b/helm/metadata/create2/touch/Makefile index 2d7ef5a8a..5296fa723 100644 --- a/helm/metadata/create2/touch/Makefile +++ b/helm/metadata/create2/touch/Makefile @@ -1,5 +1,6 @@ -OCAMLOPTIONS = -package netstring -package netclient -package pxp - +REQUIRES = helm-getter helm-cic str +PREDICATES = +OCAMLOPTIONS = -package "$(REQUIRES)" -predicates "$(PREDICATES)" OCAMLDEP = ocamldep OCAMLFIND = ocamlfind OCAMLC = $(OCAMLFIND) ocamlc $(OCAMLOPTIONS) @@ -8,18 +9,9 @@ OCAMLOPT = $(OCAMLFIND) ocamlopt $(OCAMLOPTIONS) all: touch opt: touch.opt -DEPOBJS = csc_pxp_reader.ml configuration.ml \ - clientHTTP.ml clientHTTP.mli cic.ml deannotate.ml \ - uriManager.ml uriManager.mli getter.ml getter.mli \ - pxpUriResolver.ml cicParser3.ml cicParser3.mli \ - cicParser2.ml cicParser2.mli cicParser.ml \ - cicParser.mli touch.ml - -TOUCHOBJS = csc_pxp_reader.cmo configuration.cmo \ - clientHTTP.cmo cic.cmo deannotate.cmo \ - uriManager.cmo getter.cmo pxpUriResolver.ml \ - cicParser3.cmo cicParser2.cmo cicParser.cmo \ - touch.cmo +DEPOBJS = touch.ml + +TOUCHOBJS = touch.cmo depend: $(OCAMLDEP) $(DEPOBJS) > .depend