xref: /haiku/src/apps/screenshot/Jamfile (revision f2b4344867e97c3f4e742a1b4a15e6879644601a)
1SubDir HAIKU_TOP src apps screenshot ;
2
3HAIKU_MULTIPLE_LOCALIZED_TARGETS on $(SUBDIR) = 1 ;
4
5UsePrivateHeaders interface ;
6
7Application Screenshot :
8	ScreenshotApp.cpp
9	ScreenshotWindow.cpp
10	PreviewView.cpp
11	Utility.cpp
12	: be $(HAIKU_LOCALE_LIBS) tracker translation $(TARGET_LIBSUPC++)
13	: ScreenshotApp.rdef
14;
15
16DoCatalogs Screenshot :
17	x-vnd.haiku-screenshot
18	:
19	ScreenshotWindow.cpp
20	Utility.cpp
21;
22
23Application screenshot :
24	Screenshot.cpp
25	Utility.cpp
26	: be $(HAIKU_LOCALE_LIBS) translation $(TARGET_LIBSUPC++)
27	: Screenshot.rdef
28;
29
30DoCatalogs screenshot :
31	x-vnd.haiku-screenshot-cli
32	:
33	Utility.cpp
34;
35