1SubDir HAIKU_TOP src tests add-ons index_server fulltext_search ; 2 3local sources = 4 BeaconSearcher.cpp 5 main.cpp 6 SearchWindow.cpp 7 ; 8 9UsePrivateHeaders index_server shared ; 10SubDirSysHdrs $(HAIKU_CLUCENE_HEADERS) ; 11local cluceneSources ; 12Includes [ FGristFiles $(sources) ] : $(HAIKU_CLUCENE_HEADERS_DEPENDENCY) ; 13 # Dependency needed to trigger downloading/unzipping the package before 14 # compiling the files. 15 16Application FullTextSearch : 17 $(sources) 18 : 19 be $(HAIKU_CLUCENE_LIBS) [ TargetLibstdc++ ] 20 ; 21