cpdf-source/Makefile

23 lines
484 B
Makefile
Raw Normal View History

2013-08-20 16:32:57 +02:00
# Build the cpdf command line tools and top level
MODS = cpdfstrftime cpdf cpdfcommand
2013-11-22 15:42:18 +01:00
SOURCES = $(foreach x,$(MODS),$(x).ml $(x).mli) cpdfcommandrun.ml
2013-08-20 16:32:57 +02:00
RESULT = cpdf
2013-09-16 14:17:40 +02:00
ANNOTATE = true
2014-09-08 18:55:14 +02:00
PACKS = camlpdf xml-light
2013-08-20 16:32:57 +02:00
OCAMLNCFLAGS = -g
OCAMLBCFLAGS = -g
OCAMLLDFLAGS = -g
all : native-code native-code-library byte-code-library top htdoc
2013-11-22 15:42:18 +01:00
LIBINSTALL_FILES = cpdf.a cpdf.cma cpdf.cmxa \
$(foreach x,$(MODS),$x.mli) $(foreach x,$(MODS),$x.cmi)
install : libinstall
2013-08-20 16:32:57 +02:00
-include OCamlMakefile