1SubDir HAIKU_TOP src servers app ; 2 3UseLibraryHeaders agg ; 4UsePrivateHeaders app graphics input interface kernel shared storage support ; 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 DefaultWindowBehaviour.cpp 25 Desktop.cpp 26 DesktopListener.cpp 27 DesktopSettings.cpp 28 DirectWindowInfo.cpp 29 DrawState.cpp 30 EventDispatcher.cpp 31 EventStream.cpp 32 FontCache.cpp 33 FontCacheEntry.cpp 34 FontEngine.cpp 35 FontFamily.cpp 36 FontManager.cpp 37 FontStyle.cpp 38 HashTable.cpp 39 InputManager.cpp 40 IntPoint.cpp 41 IntRect.cpp 42 MessageLooper.cpp 43 MultiLocker.cpp 44 OffscreenServerWindow.cpp 45 OffscreenWindow.cpp 46 ProfileMessageSupport.cpp 47 RGBColor.cpp 48 RegionPool.cpp 49 Screen.cpp 50 ScreenConfigurations.cpp 51 ScreenManager.cpp 52 ServerApp.cpp 53 ServerBitmap.cpp 54 ServerCursor.cpp 55 ServerFont.cpp 56 ServerPicture.cpp 57 ServerWindow.cpp 58 SystemPalette.cpp 59 View.cpp 60 VirtualScreen.cpp 61 Window.cpp 62 WindowBehaviour.cpp 63 WindowList.cpp 64 Workspace.cpp 65 WorkspacesView.cpp 66 67 # libraries 68 : 69 libtranslation.so libbe.so libbnetapi.so 70 libasdrawing.a libasremote.a libpainter.a libagg.a libfreetype.so 71 libtextencoding.so libshared.a $(TARGET_LIBSTDC++) 72 73 : app_server.rdef 74; 75 76SubInclude HAIKU_TOP src servers app drawing ; 77