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