summaryrefslogtreecommitdiffstats
path: root/solenv/Module_solenv.mk
Commit message (Collapse)AuthorAgeFilesLines
* solenv: remove gdb Package and CustomTargetMichael Stahl2013-10-301-8/+0
| | | | | | | | | Since it's necessary to call install-gdb-printers anyway (which is what the CustomTarget_gdb does), just do it first thing in "build" target so that unit tests running during a from-scratch build get the pretty printers too. Change-Id: I357dfb828a2e0eed675aa552d3256f96a312a890
* fix gdb pretty printers for --enable-mergelibsMatúš Kukan2013-09-101-1/+0
| | | | | | | And install them into $(INSTDIR) at the end of build, as it is done in dev-install case. Change-Id: I1a9852684361a12333046fa58f83720aa2c835da
* start to use instdir for subsequentcheck tests; avoid make dev-installMatúš Kukan2013-09-091-1/+1
| | | | | | | | | | | This commit breaks linkoo. make dev-install continues to work as before but it's not necessary to use it anymore. make check now uses files copied into instdir by gbuild. TODO: fix remaining issues so that instdir is the same as install/. Change-Id: I66836170f0922ee9ba204a61ffacc30d9e9a5d98
* copy gdb pretty printers into instdirDavid Tardon2013-04-281-0/+1
| | | | Change-Id: I2e4805b89d519fd5586d5a1edf5dad7662c022de
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-221-22/+4
|
* add gcc-wrapperPeter Foley2013-03-141-5/+10
| | | | | | | Change-Id: I961bd23d1ec382d247a489cda42194ce9f4fe1da Reviewed-on: https://gerrit.libreoffice.org/2715 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* more subtle dependencies for cross-compilationMatúš Kukan2013-03-131-3/+1
| | | | | | | | | | Now we build only what we really need for 'build' platform - there is new build-tools make target. The list of tools is in solenv/gbuild/extensions/pre_BuildTools.mk. Also similar is done to some extent for 'host' platform using gb_Module_add_targets_for_build which is ignored for 'host'. Change-Id: I6acd1762b16aca366aac1a0688500f27869cfca2
* solenv: remove versionlist.hrcMatúš Kukan2013-03-121-5/+0
| | | | | | | | Change-Id: Iddbfcacd17c1022293357ff5240ab7a52b1a390e Reviewed-on: https://gerrit.libreoffice.org/2677 Reviewed-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
* build concat-deps as ordinary executableMatúš Kukan2013-03-111-2/+1
| | | | | | | Change-Id: I6404472040f38c14ec7ca4a2c51be0d2f7f8199a Reviewed-on: https://gerrit.libreoffice.org/2659 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* remove minor.mkMatúš Kukan2013-03-021-1/+0
| | | | | | | | | | Hopefully all stays the same except for vcl/unx/gtk/a11y/atkutil.cxx. Change-Id: I49108007ee6d045f045de86c8654efc7ca5fd3d0 Reviewed-on: https://gerrit.libreoffice.org/2491 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
* Get rid of (most uses of) GUITor Lillqvist2012-12-251-1/+1
| | | | | | | | | | GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
* compile concat-deps in solenv; also put them into $(OUTDIR)Matúš Kukan2012-11-031-0/+7
| | | | Change-Id: I4ef21f14a77442b60059c649b83435c775670060
* $(OUTDIR)/inc/*minor.mk is created my gbuild nowDavid Tardon2012-05-291-0/+1
| | | | | | | | Actually I think it should be removed entirely, because dmake already includes minor.mk directly from solenv, but I do not want to pry into it right now... Change-Id: I51520642f4796d722cb2131e91e9e92a82920531
* The gdb stuff probably doesn't make sense for Android eitherTor Lillqvist2012-05-281-0/+2
| | | | Change-Id: I6e9a9bc1f35be02af40530b29044e1f4b33e91ab
* No point in the gdb stuff for iOS, and it breaks the build evenTor Lillqvist2012-05-281-0/+2
| | | | Change-Id: Iebb6fede055f274d66aa09344b911913d5cb9882
* gbuildize solenvDavid Tardon2012-05-201-0/+42
Change-Id: I6e0758e543a89f593a1b0432b28b4c9768993af7