summaryrefslogtreecommitdiff
path: root/Jamfile
blob: 45af4951ac2e1c6220293e0f5ac906bfcdd5ea6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# --------------------------------------------------------------------------
#
# 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
#
# Set environment variable BUILD to one of: debug release profile
#
#   jam -sBUILD=release
#

SubDir TOP ;

InstallFile $(BINDIR) : PUBLIC ;
InstallFile $(BINDIR) : CHANGES ;

SubInclude TOP base ;
SubInclude TOP stream ;
SubInclude TOP world ;
SubInclude TOP raster ;

SubInclude TOP fonts ;
SubInclude TOP mupdf ;
SubInclude TOP samus ;

SubInclude TOP apps ;