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 FontFamily.cpp 29 FontManager.cpp 30 HashTable.cpp 31 Layer.cpp 32 MessageLooper.cpp 33 MultiLocker.cpp 34 OffscreenServerWindow.cpp 35 OffscreenWinBorder.cpp 36 PNGDump.cpp 37 PicturePlayer.cpp 38 RAMLinkMsgReader.cpp 39 RGBColor.cpp 40 RootLayer.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 SubWindowList.cpp 50 SystemPalette.cpp 51 Utils.cpp 52 VirtualScreen.cpp 53 WinBorder.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