1SubDir HAIKU_TOP src servers app ; 2 3UseLibraryHeaders agg ; 4UsePrivateHeaders app graphics input interface kernel shared storage ; 5 6UseHeaders [ FDirName $(HAIKU_TOP) src servers app drawing ] ; 7UseHeaders [ FDirName $(HAIKU_TOP) src servers app drawing Painter ] ; 8UseFreeTypeHeaders ; 9 10 11Server app_server : 12 Angle.cpp 13 AppServer.cpp 14 #BitfieldRegion.cpp 15 BitmapDrawingEngine.cpp 16 BitmapManager.cpp 17 ClientMemoryAllocator.cpp 18 CursorData.cpp 19 CursorManager.cpp 20 CursorSet.cpp 21 DecorManager.cpp 22 Decorator.cpp 23 DefaultDecorator.cpp 24 Desktop.cpp 25 DesktopSettings.cpp 26 DirectWindowInfo.cpp 27 DrawState.cpp 28 EventDispatcher.cpp 29 EventStream.cpp 30 FontCache.cpp 31 FontCacheEntry.cpp 32 FontEngine.cpp 33 FontFamily.cpp 34 FontManager.cpp 35 FontStyle.cpp 36 HashTable.cpp 37 InputManager.cpp 38 IntPoint.cpp 39 IntRect.cpp 40 MessageLooper.cpp 41 MultiLocker.cpp 42 OffscreenServerWindow.cpp 43 OffscreenWindow.cpp 44 ProfileMessageSupport.cpp 45 RGBColor.cpp 46 RegionPool.cpp 47 Screen.cpp 48 ScreenConfigurations.cpp 49 ScreenManager.cpp 50 ServerApp.cpp 51 ServerBitmap.cpp 52 ServerCursor.cpp 53 ServerFont.cpp 54 ServerPicture.cpp 55 ServerWindow.cpp 56 SystemPalette.cpp 57 View.cpp 58 VirtualScreen.cpp 59 Window.cpp 60 WindowList.cpp 61 Workspace.cpp 62 WorkspacesView.cpp 63 64 # libraries 65 : 66 libtranslation.so libbe.so libbnetapi.so 67 libasdrawing.a libasremote.a libpainter.a libagg.a libfreetype.so 68 libtextencoding.so libshared.a $(TARGET_LIBSTDC++) 69 70 : app_server.rdef 71; 72 73SubInclude HAIKU_TOP src servers app drawing ; 74