summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2012-05-29fix after mergeDavid Tardon
Change-Id: Icd95b14777ccc428440971ab03aa3ad65e3d379f
2012-05-29gbuild conversion: testtools moduleDavid Ostrovsky
Change-Id: I1fde7853d4708da9ec217b6e4d5b782648b065cb
2012-05-29gbuild conversion: store moduleDavid Ostrovsky
Change-Id: Idbab17b87d042079a8fa6ded7a7424a745761b2f
2012-05-28update autogen.lastrun dummy rulePeter Foley
Change-Id: I1576e2f975ccbe4a9fc2e1ededf1a383ef6e604f
2012-05-15split up top-level Makefile:Michael Stahl
The top-level Makefile invokes autogen.sh (and thereby configure) in an environment which is polluted by config_host.mk; this causes at least the problem that following a "make clean", the bootstrap script will not copy dmake to its destination because BUILD_DMAKE=NO is set from config_host.mk, which is apparently due to the PATH being polluted from config_host.mk, so configure finds the dmake in the build tree. So split up top-level Makefile into Makefile, which invokes autogen.sh, and Makefile.top, which does everything else.
2012-05-14quick fix for slowcheck targets in tail_buildMatúš Kukan
Change-Id: Ia74a76659d97d10299d9ddfe8d2118d5c1c5725e
2012-05-14filter unused libwps_tools_win:: methodsCaolán McNamara
Change-Id: I88fca8854db96fdba1ea9069fb95a237c5b02bb2
2012-05-09gbuild: use mixed paths on cygwinMatúš Kukan
make 3.82 understands mixed paths, so use them. This allows us to get rid of evil in BuildDirs.mk. Hopefully, life will be simpler now. Change-Id: I I I641f28c6af1948963f7004f8071af62e21caabb3
2012-05-07gbuild conversion: store moduleDavid Ostrovsky
Change-Id: Idbab17b87d042079a8fa6ded7a7424a745761b2f
2012-05-06gbuild conversion: registry moduleDavid Ostrovsky
Change-Id: I I9dbd2a05602e7d415ca76850458129f68583c83f
2012-05-04gbuild conversion l10ntools moduleDavid Ostrovsky
Change-Id: I Iea9a77f19856dd870eb72fa57249f959cdd7000c
2012-05-04do not override GMAKE_OPTIONS set by userDavid Tardon
Change-Id: I30e3e2a65315ed9895a66c847c1cd73090a74607
2012-05-03Makefile: clean should rm $SOLARVER (see f33ba93b)Michael Stahl
2012-05-01rework callcatcher makefile to build subsequentcheck testsCaolán McNamara
Change-Id: Idda0262e62e42817b8c0502a38ee16913495233c
2012-05-01Matrix3d::* belongs to some external libCaolán McNamara
Change-Id: I2818d75d2698582d4ee13e6d5091865041eda2b8
2012-04-30export GMAKE_OPTIONS for use in build.plDavid Tardon
Change-Id: Ied9a8d0763864a497a9b802d90be95ecdaafc3b0
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-27Makefile: "deliver -delete" on module.cleanMichael Stahl
2012-04-26fdo#39643: Remove --disable-strip-solver configure optionDavid Ostrovsky
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-04-25build to tail_build with partial build in tail_buildBjoern Michaelsen
- instead on lots of recursive build.pl modules to iterate through we build all tail_build up to the requested module inside one tail_build when doing a "make foo.all" - advantage: speeding up because getting rid of lots of recursive makes with artificial module barriers, forcing almost sequential execution: build, link, unittest with lots of cpu-idling at each module-end - disadvantage: all shared dependencies of tail_build are now build for a (sub)module of tail_build. This is transitional as we migrate more stuff into tail_build and there are good dependencies inside tail_build - "make foo.all" now only executes slowcheck now for foo, not for all the deps
2012-04-24specific variable for where dev-install installsLuboš Luňák
2012-04-14gbuild conversion: unodevtools moduleDavid Ostrovsky
2012-04-14gbuild conversion: codemaker moduleDavid Ostrovsky
2012-04-13Revert "re-run bootstrap after make clean"David Tardon
This reverts commit 7c489dc2ec5543c3481d0d5385f3a7a328276cff.
2012-04-13gbuild conversion: idlc moduleDavid Ostrovsky
2012-04-11re-run bootstrap after make cleanDavid Tardon
2012-04-11gbuild conversion: cpputools moduleDavid Ostrovsky
dmake stuff removed
2012-04-10filter out WPXCaolán McNamara
2012-04-08gbuild conversion: rdbmaker moduleDavid Ostrovsky
dmake stuff removed
2012-04-07gbuildize xmlhelpDavid Tardon
2012-04-01move from dmake to gbuild listDavid Tardon
2012-03-27dev-install needs to depend on build after allStephan Bergmann
...as only "build" passes through instsetoo_native, where some files (pyuno.py etc.) are copied into places where ooinstall expects to find them.
2012-03-21writeU8 is unused in the external libcdr lib, but filter it out from easyCaolán McNamara
2012-03-14fix typoDavid Tardon
2012-03-13remove *.pyc in solenv/gdb in make distcleanRene Engelhard
2012-03-12Makefile: subsequentcheck should only run testsMichael Stahl
... so drop the dependency on dev-install (with it, subsequentcheck is just a synonym for check, which does not seem useful).
2012-03-12Makefile: add $(module).subsequentcheck targetsMichael Stahl
2012-03-10embedserv: convert to gbuildMatúš Kukan
2012-03-09Do not remove the whole workdir/* on 'make clean'Matúš Kukan
Also solver/$INPATH is subset of */$INPATH.
2012-03-08The instsetoo_native part is unnecessary when doing dev-installTor Lillqvist
2012-03-07fix make dependencies for windowsPeter Foley
2012-03-06move sdext to gbuild sectionDavid Tardon
2012-03-05Change my mind again: Do build a subset sb library even for DISABLE_SCRIPTINGTor Lillqvist
The tables functionality in Writer documents need SbxValue.
2012-03-05Revert "Build libsb with a few dummy classes also for --disable-scripting"Tor Lillqvist
Nah, these dummy classes would turn out quite complex anyway. Better to just use ifdefs elsewhere, the number required is not that large. This reverts commit 6d33801b4498f5c13d2dc75588f88c22a11f455b.
2012-03-02translations converted to gbuildMatúš Kukan
2012-03-02Creating a module lcms2Fridrich Štrba
2012-03-01embeddedobj: convert to gbuildMatúš Kukan
2012-03-01callcatcher: update listCaolán McNamara
2012-03-01Build libsb with a few dummy classes also for --disable-scriptingTor Lillqvist
Work in progress, the dummy class implementations surely still incomplete and/or might contain methods not actually needed. More dummy class implementations needed, hopefully not too many though. Will add also a few ifdefs for DISABLE_SCRIPTING in some key places in sc and elsewhere to cut down on the need.
2012-02-27s/interpreters/scripting/Tor Lillqvist