cpdf-source/Makefile

23 lines
459 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
SOURCES = $(foreach x,$(MODS),$(x).ml $(x).mli) cpdfcommandrun.ml
2013-08-20 16:32:57 +02:00
RESULT = cpdf
PACKS = camlpdf
OCAMLNCFLAGS = -g
OCAMLBCFLAGS = -g
OCAMLLDFLAGS = -g
all : native-code native-code-library byte-code-library top htdoc
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