mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
Add .cmti files
This commit is contained in:
9
Makefile
9
Makefile
@@ -7,18 +7,19 @@ RESULT = cpdf
|
|||||||
ANNOTATE = true
|
ANNOTATE = true
|
||||||
PACKS = camlpdf
|
PACKS = camlpdf
|
||||||
|
|
||||||
OCAMLNCFLAGS = -g -bin-annot -safe-string -w -3 -annot
|
OCAMLFLAGS = -bin-annot
|
||||||
OCAMLBCFLAGS = -g -bin-annot -safe-string -w -3 -annot
|
OCAMLNCFLAGS = -g -safe-string -w -3
|
||||||
|
OCAMLBCFLAGS = -g -safe-string -w -3
|
||||||
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 *.cmt
|
rm -rf doc foo foo2 out.pdf out2.pdf *.cmt *.cmti
|
||||||
|
|
||||||
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.cmt)
|
$(foreach x,$(MODS),$x.cmx) $(foreach x,$(MODS),$x.cmti)
|
||||||
|
|
||||||
install : libinstall
|
install : libinstall
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user