summaryrefslogtreecommitdiffstats
path: root/Module_tail_build.mk
Commit message (Collapse)AuthorAgeFilesLines
* convert eventattacher to gbuild and add to tail_buildPeter Foley2011-09-181-0/+1
|
* convert bean to gbuild and add to tail_buildPeter Foley2011-09-181-0/+1
|
* move automation to tail_buildDavid Tardon2011-09-151-0/+1
|
* move desktop to tail_buildDavid Tardon2011-09-151-0/+1
|
* convert MathMLDTD to gbuild and add to tail_buildPeter Foley2011-09-121-0/+1
|
* convert Mesa to gbuild and add to tail_buildPeter Foley2011-09-101-0/+1
|
* misc cleanups of mergelibs functionalityMichael Meeks2011-08-241-1/+1
|
* Add support for creating merged library.Matúš Kukan2011-08-241-0/+6
| | | | | | | | | This commit allows to set which libraries to merge and creates merged library in tail_build if enabled. This should save time when loading libraries in application and also makes more sense for link-time optimization. Signed-off-by: Michael Meeks <michael.meeks@novell.com>
* bring sccomp into the tail_build foldNorbert Thiebaud2011-08-211-0/+1
|
* bring the module writerperfect into tail_build's foldNorbert Thiebaud2011-08-111-0/+1
|
* add the module oox into tail_build's foldNorbert Thiebaud2011-08-111-0/+1
|
* add the module basctl to the tail_build foldNorbert Thiebaud2011-08-111-0/+1
|
* bring the module uui in the tail_build foldNorbert Thiebaud2011-08-111-0/+1
|
* bring the module 'animations' into the tail_build foldNorbert Thiebaud2011-08-111-0/+1
|
* bring the 'forms' module into the tail_build foldNorbert Thiebaud2011-08-111-0/+1
|
* fix tabThomas Arnhold2011-08-101-1/+1
|
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-101-1/+1
|
* Add Emacs mode linesTor Lillqvist2011-08-021-1/+2
|
* gnumake4: add wizards to tail_buildBjoern Michaelsen2011-06-221-0/+1
|
* gbuildize hwpfilterCaolán McNamara2011-06-141-0/+1
|
* add fileaccess to tail buildDavid Tardon2011-04-271-0/+1
|
* add padmin to tail buildDavid Tardon2011-04-271-0/+1
|
* add unoxml to tail buildDavid Tardon2011-04-271-0/+1
|
* keep the list sortedDavid Tardon2011-04-271-1/+1
|
* add lotuswordpro to tail buildDavid Tardon2011-04-271-0/+1
|
* add reportdesign in tail_buildNorbert Thiebaud2011-04-241-0/+1
|
* create a pseudo-module tail_build to take advantage of gbuild featuresNorbert Thiebaud2011-04-231-0/+39
gbuild allow for multiple 'module' to be build as one Makefile. This help with parallelism. This module build all the 'tail' end module. these that are not dependencies or other dmake-based module, and that pseudo module is declared as a dependency of postprocess instead of the individual modules it 'group'