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