xref: /haiku/src/servers/app/drawing/Painter/Jamfile (revision bb72ccac74632e736977cf91968a8514a0ef7fb0)
10f1414c7SMichael LotzSubDir OBOS_TOP src servers app drawing Painter ;
20f1414c7SMichael Lotz
30f1414c7SMichael LotzUseLibraryHeaders agg ;
40f1414c7SMichael LotzUsePrivateHeaders app interface [ FDirName servers app ] ;
50f1414c7SMichael LotzUseHeaders [ FDirName $(OBOS_TOP) src servers app drawing Painter drawing_modes ] ;
60f1414c7SMichael LotzUseHeaders [ FDirName $(OBOS_TOP) src servers app drawing Painter font_support ] ;
70f1414c7SMichael LotzUseFreeTypeHeaders ;
80f1414c7SMichael Lotz
90f1414c7SMichael LotzStaticLibrary painter :
100f1414c7SMichael Lotz	Painter.cpp
110f1414c7SMichael Lotz	ShapeConverter.cpp
120f1414c7SMichael Lotz	Transformable.cpp
13e2408620SStephan Aßmus
140f1414c7SMichael Lotz	drawing_modes/DrawingModeFactory.cpp
15e2408620SStephan Aßmus
16e2408620SStephan Aßmus	# is contained within libagg.a,
17*bb72ccacSMichael Lotz	# but we need a modified version that
18*bb72ccacSMichael Lotz	# uses the FontServer
19*bb72ccacSMichael Lotz	font_support/agg_font_freetype.cpp
20*bb72ccacSMichael Lotz
210f1414c7SMichael Lotz	font_support/AGGTextRenderer.cpp
220f1414c7SMichael Lotz	font_support/FontManager.cpp
230f1414c7SMichael Lotz	font_support/TextRenderer.cpp
240f1414c7SMichael Lotz;
25