mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
more
This commit is contained in:
19
compressor/Makefile
Normal file
19
compressor/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
SOURCES = compressor.ml
|
||||
|
||||
RESULT = compressor
|
||||
|
||||
PACKS = camlpdf
|
||||
|
||||
TARGETS := native-code
|
||||
|
||||
OCAMLFLAGS = -bin-annot
|
||||
OCAMLNCFLAGS = -g -safe-string -w -3
|
||||
OCAMLBCFLAGS = -g -safe-string -w -3
|
||||
OCAMLLDFLAGS = -g
|
||||
|
||||
all : $(TARGETS)
|
||||
|
||||
clean ::
|
||||
rm -rf doc foo foo2 out.pdf out2.pdf *.cmt *.cmti *.zlib
|
||||
|
||||
-include OCamlMakefile
|
Reference in New Issue
Block a user