HaikuDepot: notify work status from main window
[haiku.git] / src / apps / text_search / Jamfile
blob91369a6a90bf0d6463d9cefdf1b31de046439032
1 SubDir HAIKU_TOP src apps text_search ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
5 UsePrivateHeaders shared ;
6 UsePrivateHeaders storage ;
8 local additionalBeOSSources ;
9 if $(TARGET_PLATFORM) != haiku {
10         SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src kits storage ] ;
11         additionalBeOSSources += PathMonitor.cpp ;
14 Application TextSearch :
15         ChangesIterator.cpp
16         FileIterator.cpp
17         InitialIterator.cpp
18         GrepApp.cpp
19         GrepListView.cpp
20         Grepper.cpp
21         GrepWindow.cpp
22         Model.cpp
23         TextSearch.cpp
25         $(additionalBeOSSources)
27         : be localestub tracker textencoding shared
28                 [ TargetLibsupc++ ]
29         : TextSearch.rdef
32 DoCatalogs TextSearch :
33         x-vnd.Haiku.TextSearch
34         :
35         GrepWindow.cpp
36         Grepper.cpp