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 #BitfieldRegion.cpp 14 BitmapManager.cpp 15 ClientMemoryAllocator.cpp 16 CursorData.cpp 17 CursorManager.cpp 18 CursorSet.cpp 19 DebugInfoManager.cpp 20 DecorManager.cpp 21 Decorator.cpp 22 DefaultDecorator.cpp 23 Desktop.cpp 24 DesktopSettings.cpp 25 DrawState.cpp 26 EventDispatcher.cpp 27 EventStream.cpp 28 FontFamily.cpp 29 FontManager.cpp 30 HashTable.cpp 31 InputManager.cpp 32 IntPoint.cpp 33 IntRect.cpp 34 MessageLooper.cpp 35 MultiLocker.cpp 36 OffscreenServerWindow.cpp 37 OffscreenWindowLayer.cpp 38 PNGDump.cpp 39 RAMLinkMsgReader.cpp 40 RGBColor.cpp 41 RegionPool.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 : app_server.rdef 65; 66 67SubInclude HAIKU_TOP src servers app drawing ; 68