summaryrefslogtreecommitdiff
path: root/clucene/Library_clucene.mk
AgeCommit message (Collapse)AuthorFilesLines
2012-09-28hide clucene warnings under the carpet to avoid poluting make's outputNorbert Thiebaud1-0/+6
Change-Id: I1f6e4d187ae6200fe1d2444c07af9ca42a010bc1
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl1-2/+0
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for MacMichael Stahl1-4/+4
Change-Id: I66f8229e186e312ed3242695db9ef0768ab4d9a0
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl1-4/+1
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-23fix dep on clucene headersDavid Tardon1-1/+1
Change-Id: I1a644dabdd5404645450541ab6a7a94aaf61658d
2012-09-08rename: set_cxx_suffix -> set_generated_cxx_suffix; used for external libsMatúš Kukan1-1/+1
Change-Id: I023c6b35c2a65da566ff5bb3aea772c99c90dda3
2012-08-31gbuild: UnpackedTarball: do not rename files; set cxx suffix for libraryMatúš Kukan1-0/+2
Change-Id: I8bf119a4ab3fc7c2febfa80176358f668003b7d1
2012-08-24adapt clucene for UnpackedTarballDavid Tardon1-190/+184
Change-Id: I52d78c396511ee44c18ba9473b9602fc4e6f947f
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl1-1/+1
2012-04-08gbuild: "use" vs. "add":Michael Stahl1-2/+2
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-03-31clucene: use CustomTarget makefileMatúš Kukan1-6/+0
2012-02-24filter out not needed uwinapi which is not yet builtMatúš Kukan1-1/+2
2012-02-23tweak generic config for MacOSXCaolán McNamara1-3/+4
2012-02-17get clucene building under windows-msvcCaolán McNamara1-0/+6
2012-02-17suppress -Werror for cluceneDavid Tardon1-2/+2
2012-02-17use custom target for preparing sourcesDavid Tardon1-205/+192
2012-02-17first cut at building an internal cluceneCaolán McNamara1-0/+267