summaryrefslogtreecommitdiff
path: root/solenv/gbuild/LinkTarget.mk
AgeCommit message (Expand)AuthorFilesLines
2013-04-29urelibs: break cyclic dependency; treat regcompare as build toolMatúš Kukan1-0/+1
2013-04-26remove executable bitLuboš Luňák1-0/+0
2013-04-26do not output random 'true' in verbose buildLuboš Luňák1-1/+1
2013-04-25change warning to errorDavid Tardon1-1/+1
2013-04-24fixes for libmergedPeter Foley1-1/+4
2013-04-24Prevent gb_Helper_PHONY from leaking into the shellTor Lillqvist1-1/+1
2013-04-24gbuild: do not use ' quotes when echoing dependenciesMichael Stahl1-1/+1
2013-04-24make sure the dir existsDavid Tardon1-1/+1
2013-04-24gbuild: do not deliver UNO API headersDavid Tardon1-3/+2
2013-04-24move URE headers to include/David Tardon1-1/+1
2013-04-23always build also cppu and cppuhelper librariesMatúš Kukan1-1/+4
2013-04-22gbuild: LinkTarget: try to fix gb_LinkTarget_add_auxtarget for make 3.81Michael Stahl1-1/+7
2013-04-21gbuild: work around problems with aux-targets and DLL renames (MSVC)Michael Stahl1-1/+5
2013-04-20warn if using nonexist. dirs in include pathDavid Tardon1-0/+8
2013-04-15Don't build unneccesary libraries twice: take twoPeter Foley1-4/+24
2013-04-15gbuild: LinkTarget: only re-link libraries if exported symbols changeMichael Stahl1-1/+13
2013-04-15Revert "Don't build unneccesary libraries twice"Tor Lillqvist1-24/+4
2013-04-14Don't build unneccesary libraries twicePeter Foley1-4/+24
2013-04-13add tl and basegfx to libmergedPeter Foley1-1/+1
2013-04-10add new urelibs library merging some libraries from ure/lib/Matúš Kukan1-7/+18
2013-04-09depend on headers also when using library objectsDavid Tardon1-0/+2
2013-04-08gbuild: LinkTarget: kill gb_LINKED_LIBSMichael Stahl1-13/+19
2013-04-02supress -Wunused-macros warnings from flex and bisonPeter Foley1-2/+2
2013-03-31Make sure merged libs are 0 bytes long.Peter Foley1-1/+1
2013-03-28collapse merged libs in module-deps.plPeter Foley1-0/+3
2013-03-26fix postgresql buildPeter Foley1-5/+5
2013-03-25Disable -Werror for all generated source filesStephan Bergmann1-1/+2
2013-03-06gbuild: use proper dependencies for concat-depsMatúš Kukan1-1/+1
2013-03-05initial gnumake module deps dumping.Michael Meeks1-0/+9
2013-02-25Last use of obsolete gb_*_add_api is long goneStephan Bergmann1-5/+0
2013-02-24convert moz to gbuild and add to tail_buildPeter Foley1-1/+2
2013-02-09treat all source files as not up to date only with FORCE_COMPILE_ALLLuboš Luňák1-6/+9
2013-01-16T_xxxFLAGS_APPEND fixupsLuboš Luňák1-3/+9
2013-01-14append library specific compile flags at the endMatúš Kukan1-8/+8
2012-12-30use runtime deps in gbuild classesDavid Tardon1-1/+1
2012-12-26do not bother trying to keep PCH and non-PCH dependencies correct togetherLubos Lunak1-1/+6
2012-12-11include PCHOBJS in target's objectlistLuboš Luňák1-3/+4
2012-12-11make PCH depend on LinkTarget/headersLuboš Luňák1-3/+3
2012-12-10make all cxxobjects depend on the PCH timestampLuboš Luňák1-3/+6
2012-12-10fix visibility with PCHLuboš Luňák1-0/+10
2012-12-10fix PCH dependenciesLuboš Luňák1-4/+7
2012-12-10remove unneeded PCH stuffLuboš Luňák1-3/+0
2012-12-10use PCH with generated cxx sources tooLuboš Luňák1-0/+2
2012-12-10use noexceptions .pch only when actually neededLuboš Luňák1-4/+8
2012-12-10no need to make whole linktarget depend on .pchLuboš Luňák1-2/+0
2012-12-10rebuild all dependent .cxx files that use a PCH that gets regeneratedLuboš Luňák1-0/+6
2012-12-10rename to gb_Library_set_precompiled_headerLuboš Luňák1-3/+8
2012-12-10include debug/optimizing flags when building PCHLuboš Luňák1-4/+7
2012-12-10bring back precompiled headers supportLuboš Luňák1-2/+84
2012-11-23ignore warnings in generated scannersDavid Tardon1-4/+1