# -------------------------------------------------------------------------- # # This is the Jamfile used for building Fitz and MuPDF. # Put compiler options and other tweaks in Jamrules, not here. # # http://public.perforce.com/public/jam/src/Jam.html # SubDir TOP ; Main hexdump : hexdump.c ; SubInclude TOP base ; SubInclude TOP stream ; SubInclude TOP world ; SubInclude TOP raster ; SubInclude TOP fonts ; SubInclude TOP mupdf ; SubInclude TOP apps ;