SubDir HAIKU_TOP src servers app ;UseLibraryHeaders agg ;UsePrivateHeaders app graphics input interface kernel shared storage support ;UseHeaders [ FDirName $(HAIKU_TOP) src servers app drawing ] ;UseHeaders [ FDirName $(HAIKU_TOP) src servers app drawing Painter ] ;UseHeaders [ FDirName $(HAIKU_TOP) src servers app drawing Painter drawing_modes ] ;UseHeaders [ FDirName $(HAIKU_TOP) src servers app drawing interface local ] ;UseHeaders [ FDirName $(HAIKU_TOP) src servers app drawing interface remote ] ;UseHeaders [ FDirName $(HAIKU_TOP) src servers app stackandtile ] ;UseHeaders [ FDirName $(HAIKU_TOP) src servers app decorator ] ;local decorator_src =DecorManager.cppDecorator.cppDefaultDecorator.cppDefaultWindowBehaviour.cppMagneticBorder.cppTabDecorator.cppWindowBehaviour.cpp;UseHeaders [ FDirName $(HAIKU_TOP) src servers app font ] ;local font_src =FontCache.cppFontCacheEntry.cppFontEngine.cppFontFamily.cppFontManager.cppFontStyle.cppGlobalFontManager.cppAppFontManager.cpp;UseBuildFeatureHeaders freetype ;if [ FIsBuildFeatureEnabled fontconfig ] {SubDirC++Flags -DFONTCONFIG_ENABLED ;UseBuildFeatureHeaders fontconfig ;Includes [ FGristFiles AppServer.cpp BitmapManager.cpp Canvas.cppClientMemoryAllocator.cpp Desktop.cpp DesktopSettings.cppDrawState.cpp DrawingEngine.cpp Layer.cpp PictureBoundingBoxPlayer.cppServerApp.cpp ServerBitmap.cpp ServerCursor.cpp ServerFont.cppServerPicture.cpp ServerWindow.cpp View.cpp Window.cpp WorkspacesView.cpp$(decorator_src) $(font_src) ]: [ BuildFeatureAttribute freetype : headers ][ BuildFeatureAttribute fontconfig : headers ] ;} else {Includes [ FGristFiles AppServer.cpp BitmapManager.cpp Canvas.cppClientMemoryAllocator.cpp Desktop.cpp DesktopSettings.cppDrawState.cpp DrawingEngine.cpp Layer.cpp PictureBoundingBoxPlayer.cppServerApp.cpp ServerBitmap.cpp ServerCursor.cpp ServerFont.cppServerPicture.cpp ServerWindow.cpp View.cpp Window.cpp WorkspacesView.cpp$(decorator_src) $(font_src) ]: [ BuildFeatureAttribute freetype : headers ] ;}Application app_server :Angle.cppAppServer.cpp#BitfieldRegion.cppBitmapManager.cppCanvas.cppClientMemoryAllocator.cppCursorManager.cppCursorSet.cppDelayedMessage.cppDesktop.cppDesktopListener.cppDesktopSettings.cppDirectWindowInfo.cppDrawState.cppEventDispatcher.cppEventStream.cppInputManager.cppIntPoint.cppIntRect.cppLayer.cppMessageLooper.cppMultiLocker.cppOffscreenServerWindow.cppOffscreenWindow.cppPictureBoundingBoxPlayer.cppProfileMessageSupport.cppRGBColor.cppRegionPool.cppScreen.cppScreenConfigurations.cppScreenManager.cppServerApp.cppServerBitmap.cppServerCursor.cppServerFont.cppServerPicture.cppServerWindow.cppSystemPalette.cppView.cppVirtualScreen.cppWindow.cppWindowList.cppWorkspace.cppWorkspacesView.cpp$(decorator_src)$(font_src)# libraries:libtranslation.so libbe.so libbnetapi.solibaslocal.a libasremote.alibasdrawing.a libpainter.a libagg.a[ BuildFeatureAttribute freetype : library ][ BuildFeatureAttribute fontconfig : library ]libstackandtile.a liblinprog.a libtextencoding.so shared[ TargetLibstdc++ ]: app_server.rdef;SEARCH on [ FGristFiles $(decorator_src) ] = [ FDirName $(HAIKU_TOP) src servers app decorator ] ;SEARCH on [ FGristFiles $(font_src) ] = [ FDirName $(HAIKU_TOP) src servers app font ] ;SubInclude HAIKU_TOP src servers app drawing ;SubInclude HAIKU_TOP src servers app stackandtile ;