summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
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 gener...Tor Andersson
2010-06-01Add support for automatically compiling third party libraries if they are pre...Tor Andersson
2010-05-27Add optimized function written in C that depends on integers being exactly 32...Tor Andersson
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
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 depend...Sebastian Rasmussen
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 linking...Sebastian Rasmussen
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
2008-03-28Don't define DEBUG in debug build since it breaks render.cKrzysztof Kowalczyk
2008-03-27Define DEBUG for debug builds and NDEBUG for release builds.Krzysztof Kowalczyk
2008-03-27Fix typo so that debug build builds as -O0 and -O2Krzysztof Kowalczyk
2008-03-26adding a standard MakefileKrzysztof Kowalczyk
2005-01-11fix jamfile & co for win32Tor Andersson
2005-01-09created macpdf appRaph Levien
2004-12-09ugly shade4Tor Andersson
2004-12-08add rule to generate c fontfiles for distTor Andersson