xref: /haiku/src/servers/app/Jamfile (revision 35f57d15ffc68ce74fbb4408c939173f080ee4cc)
1SubDir HAIKU_TOP src servers app ;
2
3UseLibraryHeaders agg png zlib ;
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	BitmapManager.cpp
16	ClientMemoryAllocator.cpp
17	CursorData.cpp
18	CursorManager.cpp
19	CursorSet.cpp
20	DebugInfoManager.cpp
21	DecorManager.cpp
22	Decorator.cpp
23	DefaultDecorator.cpp
24	Desktop.cpp
25	DesktopSettings.cpp
26	DrawState.cpp
27	EventDispatcher.cpp
28	EventStream.cpp
29	FontCache.cpp
30	FontCacheEntry.cpp
31	FontEngine.cpp
32	FontFamily.cpp
33	FontManager.cpp
34	FontStyle.cpp
35	HashTable.cpp
36	InputManager.cpp
37	IntPoint.cpp
38	IntRect.cpp
39	MessageLooper.cpp
40	MultiLocker.cpp
41	OffscreenServerWindow.cpp
42	OffscreenWindowLayer.cpp
43	PNGDump.cpp
44	ProfileMessageSupport.cpp
45	RAMLinkMsgReader.cpp
46	RGBColor.cpp
47	RegionPool.cpp
48	ScreenManager.cpp
49	ServerApp.cpp
50	ServerBitmap.cpp
51	ServerCursor.cpp
52	ServerFont.cpp
53	ServerPicture.cpp
54	ServerScreen.cpp
55	ServerWindow.cpp
56	SystemPalette.cpp
57	ViewLayer.cpp
58	VirtualScreen.cpp
59	WindowLayer.cpp
60	WindowList.cpp
61	Workspace.cpp
62	WorkspacesLayer.cpp
63
64	# libraries
65	:
66	libtranslation.so libz.so libpng.so libbe.so
67	libasdrawing.a libpainter.a libagg.a libfreetype.so
68	libtextencoding.so libshared.a
69
70	: app_server.rdef
71;
72
73SubInclude HAIKU_TOP src servers app drawing ;
74