xref: /haiku/src/apps/text_search/Jamfile (revision 5ac9b506412b11afb993bb52d161efe7666958a5)
1SubDir HAIKU_TOP src apps text_search ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5UsePrivateHeaders shared ;
6UsePrivateHeaders storage ;
7
8Application TextSearch :
9	ChangesIterator.cpp
10	FileIterator.cpp
11	InitialIterator.cpp
12	GrepApp.cpp
13	GrepListView.cpp
14	Grepper.cpp
15	GrepWindow.cpp
16	Model.cpp
17	TextSearch.cpp
18	: be localestub tracker textencoding shared
19		[ TargetLibsupc++ ]
20	: TextSearch.rdef
21;
22
23DoCatalogs TextSearch :
24	x-vnd.Haiku.TextSearch
25	:
26	GrepWindow.cpp
27	Grepper.cpp
28;
29