3rdparty/licenseReport: Add seperate LGPL checks
[haiku.git] / src / add-ons / index_server / fulltext / Jamfile
blobe32f0fe2a3fe878bed6cf8438665a505dcb7a02e
1 SubDir HAIKU_TOP src add-ons index_server fulltext ;
3 UsePrivateHeaders index_server shared ;
5 local sources =
6         CLuceneDataBase.cpp
7         FullTextAnalyser.cpp
9         IndexServerAddOn.cpp
10         ;
12 SubDirSysHdrs $(HAIKU_CLUCENE_HEADERS) ;
13 Includes [ FGristFiles $(sources) ] : $(HAIKU_CLUCENE_HEADERS_DEPENDENCY) ;
14                 # Dependency needed to trigger downloading/unzipping the package before
15                 # compiling the files.
17 Addon FullTextAnalyser :
18         $(sources)
19         :
20         be $(HAIKU_CLUCENE_LIBS) [ TargetLibstdc++ ]
23 SEARCH on [ FGristFiles IndexServerAddOn.cpp ]
24         += [ FDirName $(SUBDIR) $(DOTDOT) ] ;