xref: /haiku/src/servers/print/Jamfile (revision db10640de90f7f9519ba2da9577b7c1af3c64f6b)
1SubDir OBOS_TOP src servers print ;
2
3SubInclude OBOS_TOP src servers print shared ;
4
5SubDir OBOS_TOP src servers print ;
6
7UsePrivateHeaders shared interface print ;
8
9AddResources
10	print_server
11	:
12	PrintServer.FileTypes.rsrc
13	;
14
15Server
16	print_server
17	:
18	PrintServerApp.cpp
19	PrintServerApp.R5.cpp
20	PrintServerApp.Scripting.cpp
21	Printer.Scripting.cpp
22	Printer.cpp
23	ResourceManager.cpp
24	Settings.cpp
25	ConfigWindow.cpp
26	;
27
28LinkSharedOSLibs
29	print_server
30	:
31	be
32	root
33	translation
34	libprint.a
35	;
36
37Package haiku-printingkit-cvs :
38	print_server :
39#	boot beos system servers ;
40	boot home Desktop haiku-printingkit ;
41