summaryrefslogtreecommitdiff
path: root/Makerules
AgeCommit message (Expand)Author
2011-11-15Merge branch 'master' into contextRobin Watts
2011-11-01Update project to Xcode 4.Tor Andersson
2011-11-01Tweak build scripts for iOS viewer.Tor Andersson
2011-11-01Add skeleton iOS viewer project.Tor Andersson
2011-09-14Add Memento build option.Robin Watts
2011-04-25Add libs target, and webos OS settings.Robin Watts
2011-04-25Add 'generate' make target to make font/cmap headers.Robin Watts
2011-04-25Makefile tweaks for cross compiling, plus example cross compile target.Robin Watts
2011-04-07Simplify makefiles by use of $(wildcard) and chained rules.Tor Andersson
2011-04-06Move scripts and config files into "scripts" directory.Tor Andersson
2011-04-04pdf: Rename mupdf directory.Tor Andersson
2011-03-22xps: use fitz runtime and remove ghostscript specific code so it compiles.Tor Andersson
2011-03-09Use CFLAGS from the environment if set.Tor Andersson
2011-02-02Use BINDIR, LIBDIR and INCDIR variables for installation directories instead ...Tor Andersson
2010-07-23Tweaks to compile on FreeBSD.Tor Andersson
2010-07-23Allow some makefile variables to be overridden on the command line to ease cr...Tor Andersson
2010-07-15Tweak makefiles.Tor Andersson
2010-07-14Add 'native' build target using -marchTor Andersson
2010-07-08Remove unmaintained MMX optimized function and runtime detection.Tor Andersson
2010-07-05Use NDEBUG rather than DEBUG to test build at compile time.Tor Andersson
2010-07-02Test if we're on an x86 machine before adding x86 specific compiler flags.Tor Andersson
2010-06-29Allow both 32 and 64-bit builds on Mac OS X by passing archTor Andersson
2010-06-18Allow assembler files in the makefile. Renamed ARCH_SRC to DRAW_ARCH_SRC.Tor Andersson
2010-06-18Add DEBUG and NDEBUG preprocessor defines when building debug and release mod...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-04Add missing -lfreetype for non-thirdparty-package builds on MacOS X.Tor Andersson
2010-06-01Add support for automatically compiling third party libraries if they are pre...Tor Andersson
2010-05-20Only create a single libmupdf library.Tor Andersson
2010-05-20Split configuration options from Makefile into Makerules.Tor Andersson