2005-10-29 20:27:43 +04:00
|
|
|
SubDir HAIKU_TOP src servers app ;
|
2003-01-20 23:38:49 +03:00
|
|
|
|
2003-11-20 04:40:54 +03:00
|
|
|
AddResources app_server : app_server.rdef ;
|
2003-01-20 23:38:49 +03:00
|
|
|
|
2005-11-13 18:40:21 +03:00
|
|
|
UseLibraryHeaders png zlib ;
|
2005-07-15 16:45:23 +04:00
|
|
|
UsePrivateHeaders app interface shared [ FDirName servers app ] ;
|
|
|
|
|
2005-10-29 20:27:43 +04:00
|
|
|
UseHeaders [ FDirName $(HAIKU_TOP) src servers app drawing ] ;
|
2003-01-20 23:38:49 +03:00
|
|
|
UseFreeTypeHeaders ;
|
|
|
|
|
2005-03-29 20:21:55 +04:00
|
|
|
|
2005-11-13 18:40:21 +03:00
|
|
|
Server app_server :
|
2004-02-03 03:52:40 +03:00
|
|
|
Angle.cpp
|
2005-11-13 18:40:21 +03:00
|
|
|
AppServer.cpp
|
2004-09-04 04:55:05 +04:00
|
|
|
BGet++.cpp
|
2003-07-24 23:38:24 +04:00
|
|
|
BitmapManager.cpp
|
2003-07-14 00:56:00 +04:00
|
|
|
ColorSet.cpp
|
2005-01-19 01:31:08 +03:00
|
|
|
CursorData.cpp
|
2005-11-13 18:40:21 +03:00
|
|
|
CursorManager.cpp
|
2005-07-18 04:22:08 +04:00
|
|
|
CursorSet.cpp
|
2005-11-13 18:40:21 +03:00
|
|
|
DebugInfoManager.cpp
|
|
|
|
DecorManager.cpp
|
|
|
|
Decorator.cpp
|
|
|
|
DefaultDecorator.cpp
|
|
|
|
Desktop.cpp
|
|
|
|
DesktopSettings.cpp
|
2005-11-04 14:37:28 +03:00
|
|
|
DrawState.cpp
|
2003-07-14 00:56:00 +04:00
|
|
|
FontFamily.cpp
|
2005-11-13 18:40:21 +03:00
|
|
|
FontManager.cpp
|
2005-11-08 19:49:33 +03:00
|
|
|
HashTable.cpp
|
2005-11-13 18:40:21 +03:00
|
|
|
Layer.cpp
|
|
|
|
MessageLooper.cpp
|
|
|
|
MultiLocker.cpp
|
|
|
|
OffscreenServerWindow.cpp
|
|
|
|
OffscreenWinBorder.cpp
|
|
|
|
PNGDump.cpp
|
|
|
|
PicturePlayer.cpp
|
|
|
|
RAMLinkMsgReader.cpp
|
2003-07-14 00:56:00 +04:00
|
|
|
RGBColor.cpp
|
2005-11-13 18:40:21 +03:00
|
|
|
RootLayer.cpp
|
|
|
|
ScreenManager.cpp
|
|
|
|
ServerApp.cpp
|
2003-07-14 00:56:00 +04:00
|
|
|
ServerBitmap.cpp
|
|
|
|
ServerCursor.cpp
|
|
|
|
ServerFont.cpp
|
2005-11-13 18:40:21 +03:00
|
|
|
ServerPicture.cpp
|
|
|
|
ServerScreen.cpp
|
|
|
|
ServerWindow.cpp
|
|
|
|
SubWindowList.cpp
|
2003-07-14 00:56:00 +04:00
|
|
|
SystemPalette.cpp
|
2004-09-17 14:27:58 +04:00
|
|
|
Utils.cpp
|
2005-07-15 16:45:23 +04:00
|
|
|
VirtualScreen.cpp
|
2004-01-12 01:12:55 +03:00
|
|
|
WinBorder.cpp
|
|
|
|
Workspace.cpp
|
2005-07-01 10:53:07 +04:00
|
|
|
WorkspacesLayer.cpp
|
2005-03-29 22:32:43 +04:00
|
|
|
|
2005-07-29 18:44:35 +04:00
|
|
|
# libraries
|
|
|
|
:
|
2005-11-13 18:40:21 +03:00
|
|
|
libtranslation.so libz.so libpng.so libbe.so
|
|
|
|
libasdrawing.a libpainter.a libagg.a libfreetype.so
|
2005-07-29 18:44:35 +04:00
|
|
|
libtextencoding.so
|
|
|
|
;
|
2003-01-20 23:38:49 +03:00
|
|
|
|
2005-11-13 18:40:21 +03:00
|
|
|
SubInclude HAIKU_TOP src servers app drawing ;
|