1SubDir OBOS_TOP src tests servers app painter ; 2 3UseLibraryHeaders agg ; 4UsePrivateHeaders [ FDirName servers app ] ; 5UseHeaders [ FDirName $(OBOS_TOP) src servers app drawing ] ; 6UseHeaders [ FDirName $(OBOS_TOP) src servers app drawing Painter ] ; 7UseHeaders [ FDirName $(OBOS_TOP) src servers app drawing Painter drawing_modes ] ; 8UseHeaders [ FDirName $(OBOS_TOP) src servers app drawing Painter font_support ] ; 9UseFreeTypeHeaders ; 10 11SimpleTest Painter : 12 BitmapBuffer.cpp 13 BitmapView.cpp 14 main.cpp 15 Painter.cpp 16 ShapeConverter.cpp 17 Transformable.cpp 18 DrawingModeFactory.cpp 19 # already included in libagg.a build 20 #agg_font_freetype.cpp 21 AGGTextRenderer.cpp 22 FontFamily.cpp 23 FontManager.cpp 24 FontServer.cpp 25 TextRenderer.cpp 26 PatternHandler.cpp 27 RGBColor.cpp 28 ServerFont.cpp 29 SystemPalette.cpp 30 ColorUtils.cc 31 : be libagg.a libfreetype.so textencoding ; 32 33SEARCH on [ FGristFiles 34 ColorUtils.cc 35 ] 36 = [ FDirName $(OBOS_TOP) src kits interface ] ; 37 38SEARCH on [ FGristFiles 39 PatternHandler.cpp 40 FontFamily.cpp 41 FontServer.cpp 42 RGBColor.cpp 43 ServerFont.cpp 44 SystemPalette.cpp 45 ] 46 = [ FDirName $(OBOS_TOP) src servers app ] ; 47 48SEARCH on [ FGristFiles 49 BitmapBuffer.cpp 50 PatternHandler.cpp 51 ] 52 = [ FDirName $(OBOS_TOP) src servers app drawing ] ; 53 54SEARCH on [ FGristFiles 55 Painter.cpp 56 ShapeConverter.cpp 57 Transformable.cpp 58 ] 59 = [ FDirName $(OBOS_TOP) src servers app drawing Painter ] ; 60 61SEARCH on [ FGristFiles 62 DrawingModeFactory.cpp 63 ] 64 = [ FDirName $(OBOS_TOP) src servers app drawing Painter drawing_modes ] ; 65 66SEARCH on [ FGristFiles 67# agg_font_freetype.cpp 68 AGGTextRenderer.cpp 69 FontManager.cpp 70 TextRenderer.cpp 71 ] 72 = [ FDirName $(OBOS_TOP) src servers app drawing Painter font_support ] ; 73 74