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