summaryrefslogtreecommitdiff
path: root/solenv/gbuild/CliNativeLibrary.mk
AgeCommit message (Collapse)Author
2017-11-24tdf#113787: always require version file with config for CLI assembliesMichael Stahl
The CliUnoApi_oootypes does not use the same version file as everything else, so pass that in as a parameter.
2013-10-28gbuild: deliver CLI config and policy files to INSTDIRMichael Stahl
Change-Id: I93aaf87b53c17fb143e6e6ae0bca60777dbb3eb5
2013-10-28fdo#69601: refactor CliNativeLibraryMichael Stahl
- stop copying the DLL to OUTDIR - since that was the main reason for the separation between CliNativeLibrary and CliNativeLibraryTarget, merge the targets; the newly inherited variables are not expected to cause problems - the Library remains in layer NONE; the derived CliNativeLibrary is in INSTDIR - hardcode target to URE bin dir for now, no immediate need for multiple layers Change-Id: I3bf4859e8c574f84d69eb43d12ddce0d34b5730c
2013-06-10gbuild: remove external_headers targetsMatúš Kukan
gb_LinkTarget__add_internal_headers was used only for sdi headers now anyway, hopefully for no good reason. One headers target is enough for all. Change-Id: Ia01fb7a0aac7f72915448424b3393ecd9ba0f8f5
2012-12-10userfriendly make targets for build and cleanLuboš Luňák
So that now it's possible to do just 'make CppunitTest_sw_macros_test' instead of 'make /home/llunak/build/src/l2/workdir/unxlngx6/CppunitTest/sw_macros_test.test' Change-Id: Ibd1e9ef4fc825043a71bd669b2f5c37ffec68e33 Reviewed-on: https://gerrit.libreoffice.org/1253 Reviewed-by: Peter Foley <jpfoley2@gmail.com> Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2012-09-26Revert "gbuild: use one pattern rule for creating directories"Matúš Kukan
It does not work with make 3.82 which prefers pattern rules with longest match, so wrong rules are chosen in workdir. This reverts commit bc234b4e1103cf8f79a7526ad80dcd9d0b78b89b.
2012-09-26gbuild: use one pattern rule for creating directoriesMatúš Kukan
Change-Id: I0164552ea9f2024eb5c44ad3b2b6181f6a9e3a1e
2012-09-23change the rest of deps on target-spec. varDavid Tardon
Change-Id: I8e8be3d5b419e79902847ffab74e5c50e839444c
2012-09-22get cli_ure closer to successful buildMatúš Kukan
Change-Id: I28ba1f4e802b3736a9f82966a2c7908388df4a92
2012-09-22add support for CLI to gbuildDavid Tardon
Change-Id: I45b617248c9edcee02514f1fb65cbb03b0a2d5aa