index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makerules
Age
Commit message (
Collapse
)
Author
2010-07-23
Tweaks to compile on FreeBSD.
Tor Andersson
2010-07-23
Allow some makefile variables to be overridden on the command line to ease ↵
Tor Andersson
cross compilation.
2010-07-15
Tweak makefiles.
Tor Andersson
2010-07-14
Add 'native' build target using -march
Tor Andersson
2010-07-08
Remove unmaintained MMX optimized function and runtime detection.
Tor Andersson
2010-07-05
Use NDEBUG rather than DEBUG to test build at compile time.
Tor Andersson
2010-07-02
Test if we're on an x86 machine before adding x86 specific compiler flags.
Tor Andersson
2010-06-29
Allow both 32 and 64-bit builds on Mac OS X by passing arch
Tor Andersson
2010-06-18
Allow assembler files in the makefile. Renamed ARCH_SRC to DRAW_ARCH_SRC.
Tor Andersson
2010-06-18
Add DEBUG and NDEBUG preprocessor defines when building debug and release ↵
Tor Andersson
modes, respectively.
2010-06-15
Rearrange in Makerules and Makethird to remove cyclical dependencies.
Tor Andersson
2010-06-15
Add THIRD_INCS to CFLAGS after it has been set, not before.
Tor Andersson
2010-06-04
Add missing -lfreetype for non-thirdparty-package builds on MacOS X.
Tor Andersson
2010-06-01
Add support for automatically compiling third party libraries if they are ↵
Tor Andersson
present in a thirdparty directory.
2010-05-20
Only create a single libmupdf library.
Tor Andersson
2010-05-20
Split 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.