X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=diskzip%2FMakefile.in;h=a976aceb1b3bc61554c8b28e951658545c68bde6;hb=2eb0c784e8fc71576e28e00aa1e253dfe222c527;hp=39ef864e5173110e1c486a377f6e8b37f701019c;hpb=11e0989400d8eb8be4c013ba478d8f0b6937fb4d;p=virt-df.git diff --git a/diskzip/Makefile.in b/diskzip/Makefile.in index 39ef864..a976ace 100644 --- a/diskzip/Makefile.in +++ b/diskzip/Makefile.in @@ -35,10 +35,10 @@ ifneq ($(pkg_gettext),no) OCAMLCPACKAGES += -package gettext-stub endif -OBJS := diskzip_gettext.cmo diskzip_bitmap.cmo diskzip.cmo +OBJS := diskzip_gettext.cmo diskzip.cmo XOBJS := $(OBJS:.cmo=.cmx) -SYNTAX := -pp "camlp4o -I`ocamlc -where`/bitmatch pa_bitmatch.cmo" +SYNTAX := -pp "camlp4o -I`ocamlc -where`/bitmatch bitmatch.cma pa_bitmatch.cmo" OCAMLCFLAGS := @OCAMLCFLAGS@ $(SYNTAX) #OCAMLCLIBS := -linkpkg diskimage.cma @@ -51,6 +51,9 @@ OCAMLOPTLIBS := -linkpkg bitmatch.cmxa diskimage.cmxa OCAMLDEPFLAGS := $(SYNTAX) +OCAMLDOCFLAGS := $(SYNTAX) -I +extlib -I +bitmatch -I ../lib +OCAMLDOCFILES := diskzip.ml + BYTE_TARGETS := diskzip OPT_TARGETS := diskzip.opt