Skip to content

Commit

Permalink
First successful compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwhitington committed May 12, 2014
1 parent 69339d5 commit bcccf08
Show file tree
Hide file tree
Showing 74 changed files with 52,148 additions and 1 deletion.
20 changes: 20 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Build the camlpdf library as byte code and native code
PDFMODS = pdfutil pdfio pdftransform pdfunits pdfpaper pdf \
pdfcrypt pdfcodec pdfwrite pdfgenlex pdfread pdfjpeg pdfops pdfdest \
pdfmarks pdfpagelabels pdfpage pdfannot pdffun pdfspace pdfimage pdfafm \
pdfafmdata pdfglyphlist pdftext pdfstandard14 pdfgraphics pdfshapes pdfdate \
pdfocg pdfcff pdftype1 pdftruetype pdftype0 pdfmerge

SOURCES = $(foreach x,$(PDFMODS),$(x).ml $(x).mli) pdfex.ml

PACKS = js_of_ocaml js_of_ocaml.syntax bigarray

RESULT = pdfex

OCAMLBCFLAGS = -g
OCAMLLDFLAGS = -g

all : byte-code-library byte-code

-include OCamlMakefile

Loading

0 comments on commit bcccf08

Please sign in to comment.