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