mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-02-17 20:30:52 +01:00
-bin-annot
This commit is contained in:
parent
6892653e22
commit
358a1eb6aa
8
Makefile
8
Makefile
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user