mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
-bin-annot
This commit is contained in:
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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user