summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
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
2012-02-27exclude some more external libs from unusedcode.easyCaolán McNamara
2012-02-27Decouple disabling of scripting (BASIC &co) from OS being iOSTor Lillqvist
2012-02-26allow autogen.sh to be run automaticallyPeter Foley
2012-02-26rename post.Makeflie to Makefile.postPeter Foley
2012-02-23Make sure headers are "delivered" also for libs that are bypassed for iOSTor Lillqvist
2012-02-23clucene missing from gbuild_modulesStephan Bergmann
2012-02-21make debugrun run debugrun and not subsequentcheckBjoern Michaelsen
2012-02-20It's safer to run one job at a time in instsetoo_native on WindowsMatúš Kukan
2012-02-19Makefile: adapt to gbuild'ized smoketest, create target for installingMatúš Kukan
2012-02-19gbuild'ize smoketest(oo_native) and merge themMatúš Kukan
Add smoketest to tail_build and make it a subsequentcheck target.
2012-02-17packimages: convert to gbuildMatúš Kukan
2012-02-17update MakefileMatúš Kukan
2012-02-16let src.downloaded not depend on phony target to avoid re-creating each timeMatúš Kukan
2012-02-13make build a pre-req of deliverMiklos Vajna
2012-02-13Makefile: don't build everything twice on "make check"Michael Stahl
2012-02-10add slowcheck target and make build a pre-req of checkNorbert Thiebaud
2012-02-10remove accidentially committed pyuno-py3 module from Makefile...Rene Engelhard
2012-02-10make cmd: custum -> customMiklos Vajna
2012-02-10filter out Dde* cause they're not easyCaolán McNamara
2012-02-10best to filter out salhelper:: from unused I thinkCaolán McNamara
2012-02-10unotest: convert to gbuildMatúš Kukan