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