1SubDir HAIKU_TOP src servers app ; 2 3UseLibraryHeaders png zlib ; 4UsePrivateHeaders app graphics input interface kernel shared storage ; 5 6UseHeaders [ FDirName $(HAIKU_TOP) src servers app drawing ] ; 7UseHeaders [ FDirName $(HAIKU_TOP) src servers app drawing Painter ] ; 8UseFreeTypeHeaders ; 9 10 11Server app_server : 12 Angle.cpp 13 AppServer.cpp 14 #BitfieldRegion.cpp 15 BitmapManager.cpp 16 ClientMemoryAllocator.cpp 17 CursorData.cpp 18 CursorManager.cpp 19 CursorSet.cpp 20 DebugInfoManager.cpp 21 DecorManager.cpp 22 Decorator.cpp 23 DefaultDecorator.cpp 24 Desktop.cpp 25 DesktopSettings.cpp 26 DrawState.cpp 27 EventDispatcher.cpp 28 EventStream.cpp 29 FontFamily.cpp 30 FontManager.cpp 31 FontStyle.cpp 32 HashTable.cpp 33 InputManager.cpp 34 IntPoint.cpp 35 IntRect.cpp 36 MessageLooper.cpp 37 MultiLocker.cpp 38 OffscreenServerWindow.cpp 39 OffscreenWindowLayer.cpp 40 PNGDump.cpp 41 ProfileMessageSupport.cpp 42 RAMLinkMsgReader.cpp 43 RGBColor.cpp 44 RegionPool.cpp 45 ScreenManager.cpp 46 ServerApp.cpp 47 ServerBitmap.cpp 48 ServerCursor.cpp 49 ServerFont.cpp 50 ServerPicture.cpp 51 ServerScreen.cpp 52 ServerWindow.cpp 53 SystemPalette.cpp 54 ViewLayer.cpp 55 VirtualScreen.cpp 56 WindowLayer.cpp 57 WindowList.cpp 58 Workspace.cpp 59 WorkspacesLayer.cpp 60 61 # libraries 62 : 63 libtranslation.so libz.so libpng.so libbe.so 64 libasdrawing.a libpainter.a libagg.a libfreetype.so 65 libtextencoding.so 66 67 : app_server.rdef 68; 69 70SubInclude HAIKU_TOP src servers app drawing ; 71