xref: /haiku/src/servers/app/Jamfile (revision cfc3fa87da824bdf593eb8b817a83b6376e77935)
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	DecorManager.cpp
21	Decorator.cpp
22	DefaultDecorator.cpp
23	Desktop.cpp
24	DesktopSettings.cpp
25	DrawState.cpp
26	EventDispatcher.cpp
27	EventStream.cpp
28	FontCache.cpp
29	FontCacheEntry.cpp
30	FontEngine.cpp
31	FontFamily.cpp
32	FontManager.cpp
33	FontStyle.cpp
34	HashTable.cpp
35	InputManager.cpp
36	IntPoint.cpp
37	IntRect.cpp
38	MessageLooper.cpp
39	MultiLocker.cpp
40	OffscreenServerWindow.cpp
41	OffscreenWindow.cpp
42	PNGDump.cpp
43	ProfileMessageSupport.cpp
44	RAMLinkMsgReader.cpp
45	RGBColor.cpp
46	RegionPool.cpp
47	Screen.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 libz.so libpng.so libbe.so
66	libasdrawing.a libpainter.a libagg.a libfreetype.so
67	libtextencoding.so libshared.a
68
69	: app_server.rdef
70;
71
72SubInclude HAIKU_TOP src servers app drawing ;
73