summaryrefslogtreecommitdiff
path: root/tools/Module_tools.mk
AgeCommit message (Collapse)AuthorFilesLines
2013-04-23execute move of global headersBjoern Michaelsen1-1/+0
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
2013-03-13more subtle dependencies for cross-compilationMatúš Kukan1-6/+4
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
2013-02-15rscdep is dead and gone ... and there was much rejoicingBjoern Michaelsen1-1/+0
Change-Id: Id411a6caceaac92d3044fe6a2385d8b1c2f16133
2013-02-15so_checksum is dead and gone ... and there was much rejoicingBjoern Michaelsen1-1/+0
Change-Id: I6cba24830d397ca405646a1deb0ee0385a3b67e4
2013-02-15mkunroll is dead and gone ... and there was much rejoicingBjoern Michaelsen1-1/+0
Change-Id: Ib5e791e85b244ac5af5b504a237892b6d81eeba8
2012-07-11re-base on ALv2 code. Includes:Michael Meeks1-21/+12
Avoid some uses of non portable #!/bin/bash in shell scripts. Patch contributed by Pedro Giffuni http://svn.apache.org/viewvc?view=revision&revision=1235297 remove redundant namespace, patch contributed Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1162610 removal of OS/2 port changes, and preferring our similiar tools/inc/tools/solar.h DLLPOSTFIX cleanup. i118595 - Removal of the use of getopt() from rscdep. Patch contributed by Andre Fische http://svn.apache.org/viewvc?view=revision&revision=1202270
2012-03-31tools: use CustomTarget makefileMatúš Kukan1-1/+1
2012-02-16Use the same simple lo_main() on iOS as on AndroidTor Lillqvist1-6/+0
Let's do the iOS specific stuff in separate main() source file(s). Don't attempt to build complete iOS programs using normal LibreOffice mechanisms, it will work for only the very lowest level unit tests anyway, because of static linking and the circularish UNO/URE/bootstrap/whatnot (run-time) dependencies between different parts of the code. We thus can't build the various iOS-specific *_cppunittester_all unit test executables any more. Corresponding unit tests (and more complex ones) for iOS will have to be done in a different way.
2011-08-16nothing seems to be using toolshelpers.a but rscdep, fold it in rscepNorbert Thiebaud1-1/+0
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe1-1/+1
2011-08-03Add statically linked unit tester for iOSTor Lillqvist1-0/+6
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist1-0/+1
2011-07-25recover my cppunit test for tools againCaolán McNamara1-0/+4
2011-07-10Don't pointlessly build build-time tools when cross-compilingTor Lillqvist1-4/+9
2011-04-16adding toolshelpers in Module_tools.mk tooBjoern Michaelsen1-0/+1
2011-04-16remove obsolete ssprettyBjoern Michaelsen1-1/+0
2011-03-16using CustomTarget for generated codeBjoern Michaelsen1-0/+2
2010-11-17gnumake2: updated license headersBjoern Michaelsen1-16/+4
2010-08-04gnumake2: added static ooopathutils libBjoern Michaelsen1-2/+1
2010-06-26CWS gnumake2: module reorgBjoern Michaelsen1-0/+54