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 VolumeWatcher.cpp 14 15 # storage 16 AddOnMonitorHandler.cpp 17 NodeMonitorHandler.cpp 18 : 19 be 20 $(TARGET_LIBSTDC++) 21; 22 23SEARCH on [ FGristFiles AddOnMonitorHandler.cpp NodeMonitorHandler.cpp ] 24 += [ FDirName $(SUBDIR) $(DOTDOT) $(DOTDOT) kits storage ] ; 25 26SEARCH on [ FGristFiles IndexServerAddOn.cpp ] 27 += [ FDirName $(SUBDIR) $(DOTDOT) $(DOTDOT) add-ons index_server ] ; 28