-bin-annot

This commit is contained in:
John Whitington 2019-09-14 17:29:20 +01:00
parent 6892653e22
commit 358a1eb6aa

View File

@ -7,18 +7,18 @@ RESULT = cpdf
ANNOTATE = true ANNOTATE = true
PACKS = camlpdf PACKS = camlpdf
OCAMLNCFLAGS = -g -safe-string -w -3 -annot OCAMLNCFLAGS = -g -bin-annot -safe-string -w -3 -annot
OCAMLBCFLAGS = -g -safe-string -w -3 -annot OCAMLBCFLAGS = -g -bin-annot -safe-string -w -3 -annot
OCAMLLDFLAGS = -g OCAMLLDFLAGS = -g
all : native-code native-code-library byte-code-library top htdoc all : native-code native-code-library byte-code-library top htdoc
clean :: clean ::
rm -rf doc foo foo2 out.pdf out2.pdf rm -rf doc foo foo2 out.pdf out2.pdf *.cmt
LIBINSTALL_FILES = cpdf.a cpdf.cma cpdf.cmxa \ LIBINSTALL_FILES = cpdf.a cpdf.cma cpdf.cmxa \
$(foreach x,$(MODS),$x.mli) $(foreach x,$(MODS),$x.cmi) \ $(foreach x,$(MODS),$x.mli) $(foreach x,$(MODS),$x.cmi) \
$(foreach x,$(MODS),$x.cmx) $(foreach x,$(MODS),$x.cmx) $(foreach x,$(MODS),$x.cmt)
install : libinstall install : libinstall