xref: /haiku/src/servers/app/Jamfile (revision 4f2fd49bdc6078128b1391191e4edac647044c3d)
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	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	OffscreenWindow.cpp
43	ProfileMessageSupport.cpp
44	RGBColor.cpp
45	RegionPool.cpp
46	Screen.cpp
47	ScreenManager.cpp
48	ServerApp.cpp
49	ServerBitmap.cpp
50	ServerCursor.cpp
51	ServerFont.cpp
52	ServerPicture.cpp
53	ServerWindow.cpp
54	SystemPalette.cpp
55	View.cpp
56	VirtualScreen.cpp
57	Window.cpp
58	WindowList.cpp
59	Workspace.cpp
60	WorkspacesView.cpp
61
62	# libraries
63	:
64	libtranslation.so libbe.so
65	libasdrawing.a libpainter.a libagg.a libfreetype.so
66	libtextencoding.so libshared.a
67
68	: app_server.rdef
69;
70
71SubInclude HAIKU_TOP src servers app drawing ;
72