2013-08-20 16:32:57 +02:00
|
|
|
# Build the cpdf command line tools and top level
|
2013-08-20 22:00:17 +02:00
|
|
|
MODS = cpdfstrftime cpdf cpdfcommand
|
|
|
|
|
2013-11-11 17:39:45 +01:00
|
|
|
SOURCES = cst2constr.h cst2constr.c unixsupport.h unixsupport.c gmtime.c gettimeofday.c cpdfunix.ml cpdfunix.mli $(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
|
2013-08-20 16:32:57 +02:00
|
|
|
PACKS = camlpdf
|
|
|
|
|
|
|
|
OCAMLNCFLAGS = -g
|
|
|
|
OCAMLBCFLAGS = -g
|
|
|
|
OCAMLLDFLAGS = -g
|
|
|
|
|
2013-08-20 22:00:17 +02:00
|
|
|
all : native-code native-code-library byte-code-library top htdoc
|
|
|
|
|
2013-11-12 20:28:39 +01:00
|
|
|
LIBINSTALL_FILES = cpdf.a cpdf.cma cpdf.cmxa libcpdf_stubs.a \
|
|
|
|
dllcpdf_stubs.* $(foreach x,$(MODS),$x.mli) $(foreach x,$(MODS),$x.cmi)
|
2013-08-20 22:00:17 +02:00
|
|
|
|
|
|
|
install : libinstall
|
2013-08-20 16:32:57 +02:00
|
|
|
|
|
|
|
-include OCamlMakefile
|
|
|
|
|