xref: /haiku/src/servers/index/Jamfile (revision 922e7ba1f3228e6f28db69b0ded8f86eb32dea17)
1SubDir HAIKU_TOP src servers index ;
2
3AddResources index_server : index_server.rdef ;
4
5UsePrivateHeaders index_server shared storage kernel app ;
6UsePrivateSystemHeaders ;
7
8Server index_server :
9	CatchUpManager.cpp
10	main.cpp
11	IndexServer.cpp
12	IndexServerAddOn.cpp
13	ModifiedNotifications.cpp
14	VolumeWatcher.cpp
15
16	# storage
17	AddOnMonitorHandler.cpp
18	NodeMonitorHandler.cpp
19	:
20	be
21	$(TARGET_LIBSTDC++)
22;
23
24SEARCH on [ FGristFiles AddOnMonitorHandler.cpp NodeMonitorHandler.cpp ]
25	+= [ FDirName $(SUBDIR) $(DOTDOT) $(DOTDOT) kits storage ] ;
26
27SEARCH on [ FGristFiles IndexServerAddOn.cpp ]
28	+= [ FDirName $(SUBDIR) $(DOTDOT) $(DOTDOT) add-ons index_server ] ;
29