1SubDir HAIKU_TOP src servers app ; 2 3AddResources app_server : app_server.rdef ; 4 5UseLibraryHeaders png zlib ; 6UsePrivateHeaders app 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 PicturePlayer.cpp 40 RAMLinkMsgReader.cpp 41 RGBColor.cpp 42 ScreenManager.cpp 43 ServerApp.cpp 44 ServerBitmap.cpp 45 ServerCursor.cpp 46 ServerFont.cpp 47 ServerPicture.cpp 48 ServerScreen.cpp 49 ServerWindow.cpp 50 SystemPalette.cpp 51 ViewLayer.cpp 52 VirtualScreen.cpp 53 WindowLayer.cpp 54 WindowList.cpp 55 Workspace.cpp 56 WorkspacesLayer.cpp 57 58 # libraries 59 : 60 libtranslation.so libz.so libpng.so libbe.so 61 libasdrawing.a libpainter.a libagg.a libfreetype.so 62 libtextencoding.so 63; 64 65SubInclude HAIKU_TOP src servers app drawing ; 66