summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2010-07-23Allow some makefile variables to be overridden on the command line to ease ↵Tor Andersson
cross compilation.
2010-07-22Delete library archives before running ar to prevent build skew when files ↵Tor Andersson
have been moved around.
2010-07-21Add Robin Watts' smooth image scaling code.Tor Andersson
2010-07-15Refactored xref opening functions, command line tools, and rewrote pdfdraw ↵Tor Andersson
to be more illustrative.
2010-07-15Tweak makefiles.Tor Andersson
2010-07-09Rearrange and merge some files in the fitz directory.Tor Andersson
2010-07-08Remove unmaintained MMX optimized function and runtime detection.Tor Andersson
2010-06-18Allow assembler files in the makefile. Renamed ARCH_SRC to DRAW_ARCH_SRC.Tor Andersson
2010-06-15Rearrange in Makerules and Makethird to remove cyclical dependencies.Tor Andersson
2010-06-15Add THIRD_INCS to CFLAGS after it has been set, not before.Tor Andersson
2010-06-14Include Makerules and Makethird in the correct order.Tor Andersson
2010-06-04Add missing -lfreetype for non-thirdparty-package builds on MacOS X.Tor Andersson
2010-06-02Use make install rule to copy binaries to the debian/tmp hierarchy when ↵Tor Andersson
generating package.
2010-06-01Add support for automatically compiling third party libraries if they are ↵Tor Andersson
present in a thirdparty directory.
2010-05-27Add optimized function written in C that depends on integers being exactly ↵Tor Andersson
32-bit.
2010-05-25Merge fitz_res.h and fitz_draw.hTor Andersson
2010-05-21Recover Encryption dictionary when repairing broken PDF files.Tor Andersson
2010-05-20Only create a single libmupdf library.Tor Andersson
2010-05-20Split configuration options from Makefile into Makerules.Tor Andersson
This is done in preparation for both a configure script and a separate thirdparty package Makefile which will also source the Makerules file.
2010-05-20Add a pregenTor Andersson
2010-05-01Enable optimizations for Linux release version.Sebastian Rasmussen
2010-05-11Add a bbox extraction device.Tor Andersson
2010-04-20Add -lm to the link command.Tor Andersson
2010-04-16Resurrect pdfinfo tool.Sebastian Rasmussen
2010-04-15Add dependencies on headers specific for viewer applications and tools.Sebastian Rasmussen
2010-04-15Turn off all optimizations in debug build target.Tor Andersson
2010-04-14Combined all colorspace and all shading code into two files instead of five.Sebastian Rasmussen
2010-04-12Enable archx86 optimized code in the default build on MacOS X.Tor Andersson
2010-04-12Remove unused CRC32 code.Sebastian Rasmussen
2010-04-11Remove unused functions in obj_parse.cTor Andersson
2010-04-11Adapted pdfextract to new data structures and included it in the default build.Sebastian Rasmussen
2010-04-08Move fz_pixmap from draw directory to fitz.Tor Andersson
2010-04-08Add display list device.Tor Andersson
2010-04-08Rename the old path and text node files.Tor Andersson
2010-03-24Add debug and release modes to the Makefile.Tor Andersson
2010-03-24Fix Makefile for MSYS build.Tor Andersson
2010-03-24Add pdfclean target.Tor Andersson
2010-03-15Remove complete build directory when nuking build, instead of just its contents.Sebastian Rasmussen
2010-03-15Include generic PDF viewer executable in distribution tarball.Sebastian Rasmussen
2010-03-15Make building depend on generic PDF viewer executable that is resolved ↵Sebastian Rasmussen
depending on OS.
2010-03-15Rename fitzdraw directory to draw.Tor Andersson
2010-03-14Use the system libfreetype on Mac OS X.Tor Andersson
2010-03-11Fix library order bug in makefile causing undefined references during ↵Sebastian Rasmussen
linking of pdfdraw and mupdf.
2010-03-09Add a GNU Makefile.Tor Andersson
2009-02-27Remove unmaintained windows makefile.Tor Andersson
2008-12-09strlcat() has been moved from util_strlcat.c to util_strlcpy.c.Sebastian Rasmussen
2008-04-20add blendmodes.c to plain MakefileKrzysztof Kowalczyk
2008-03-31fixes for native windows build with Visual StudioKrzysztof Kowalczyk
2008-03-28properly define NEED_STRLCPY on LinuxKrzysztof Kowalczyk
2008-03-28add ability to compile with jasperKrzysztof Kowalczyk