summaryrefslogtreecommitdiff
path: root/Module_tail_build.mk
AgeCommit message (Collapse)AuthorFilesLines
2011-12-05Prevent the testtool from buildingAugust Sodora1-2/+0
2011-10-08add package to tail_buildMatúš Kukan1-0/+1
2011-10-07convert testautomation to gbuild and add to tail_buildPeter Foley1-0/+1
2011-10-07convert xmerge to gbuild and add to tail_buildPeter Foley1-0/+1
2011-10-07convert swext to gbuild and add to tail_buildPeter Foley1-0/+1
2011-10-01add xmlsecurity to tail_buildPeter Foley1-0/+1
2011-10-01add filter to tail_buildMatúš Kukan1-0/+1
2011-10-01add vbahelper to tail_buildMatúš Kukan1-0/+1
2011-10-01add scripting to tail_buildMatúš Kukan1-0/+1
2011-09-18convert eventattacher to gbuild and add to tail_buildPeter Foley1-0/+1
2011-09-18convert bean to gbuild and add to tail_buildPeter Foley1-0/+1
2011-09-15move automation to tail_buildDavid Tardon1-0/+1
2011-09-15move desktop to tail_buildDavid Tardon1-0/+1
2011-09-12convert MathMLDTD to gbuild and add to tail_buildPeter Foley1-0/+1
2011-09-10convert Mesa to gbuild and add to tail_buildPeter Foley1-0/+1
2011-08-24misc cleanups of mergelibs functionalityMichael Meeks1-1/+1
2011-08-24Add support for creating merged library.Matúš Kukan1-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>
2011-08-21bring sccomp into the tail_build foldNorbert Thiebaud1-0/+1
2011-08-11bring the module writerperfect into tail_build's foldNorbert Thiebaud1-0/+1
2011-08-11add the module oox into tail_build's foldNorbert Thiebaud1-0/+1
2011-08-11add the module basctl to the tail_build foldNorbert Thiebaud1-0/+1
2011-08-11bring the module uui in the tail_build foldNorbert Thiebaud1-0/+1
2011-08-11bring the module 'animations' into the tail_build foldNorbert Thiebaud1-0/+1
2011-08-11bring the 'forms' module into the tail_build foldNorbert Thiebaud1-0/+1
2011-08-10fix tabThomas Arnhold1-1/+1
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe1-1/+1
2011-08-02Add Emacs mode linesTor Lillqvist1-1/+2
2011-06-22gnumake4: add wizards to tail_buildBjoern Michaelsen1-0/+1
2011-06-14gbuildize hwpfilterCaolán McNamara1-0/+1
2011-04-27add fileaccess to tail buildDavid Tardon1-0/+1
2011-04-27add padmin to tail buildDavid Tardon1-0/+1
2011-04-27add unoxml to tail buildDavid Tardon1-0/+1
2011-04-27keep the list sortedDavid Tardon1-1/+1
2011-04-27add lotuswordpro to tail buildDavid Tardon1-0/+1
2011-04-24add reportdesign in tail_buildNorbert Thiebaud1-0/+1
2011-04-23create a pseudo-module tail_build to take advantage of gbuild featuresNorbert Thiebaud1-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'