⛏️ index : haiku.git

SubDir HAIKU_TOP src servers index ;

AddResources index_server : index_server.rdef ;

UsePrivateHeaders index_server shared storage kernel app ;
UsePrivateSystemHeaders ;

Application index_server :
	CatchUpManager.cpp
	main.cpp
	IndexServer.cpp
	IndexServerAddOn.cpp
	VolumeWatcher.cpp

	# storage
	AddOnMonitorHandler.cpp
	NodeMonitorHandler.cpp
	:
	be
	[ TargetLibstdc++ ]
;

SEARCH on [ FGristFiles AddOnMonitorHandler.cpp NodeMonitorHandler.cpp ]
	+= [ FDirName $(SUBDIR) $(DOTDOT) $(DOTDOT) kits storage ] ;

SEARCH on [ FGristFiles IndexServerAddOn.cpp ]
	+= [ FDirName $(SUBDIR) $(DOTDOT) $(DOTDOT) add-ons index_server ] ;