1SubDir HAIKU_TOP src add-ons index_server fulltext ; 2 3UsePrivateHeaders index_server shared ; 4 5local sources = 6 CLuceneDataBase.cpp 7 FullTextAnalyser.cpp 8 9 IndexServerAddOn.cpp 10 ; 11 12SubDirSysHdrs $(HAIKU_CLUCENE_HEADERS) ; 13Includes [ FGristFiles $(sources) ] : $(HAIKU_CLUCENE_HEADERS_DEPENDENCY) ; 14 # Dependency needed to trigger downloading/unzipping the package before 15 # compiling the files. 16 17Addon FullTextAnalyser : 18 $(sources) 19 : 20 be $(HAIKU_CLUCENE_LIBS) [ TargetLibstdc++ ] 21; 22 23SEARCH on [ FGristFiles IndexServerAddOn.cpp ] 24 += [ FDirName $(SUBDIR) $(DOTDOT) ] ; 25