summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* gbuildize xmlhelpDavid Tardon2012-04-071-1/+1
|
* move from dmake to gbuild listDavid Tardon2012-04-011-2/+2
|
* dev-install needs to depend on build after allStephan Bergmann2012-03-271-1/+1
| | | | | ...as only "build" passes through instsetoo_native, where some files (pyuno.py etc.) are copied into places where ooinstall expects to find them.
* writeU8 is unused in the external libcdr lib, but filter it out from easyCaolán McNamara2012-03-211-0/+1
|
* fix typoDavid Tardon2012-03-141-1/+1
|
* remove *.pyc in solenv/gdb in make distcleanRene Engelhard2012-03-131-0/+1
|
* Makefile: subsequentcheck should only run testsMichael Stahl2012-03-121-2/+2
| | | | | ... so drop the dependency on dev-install (with it, subsequentcheck is just a synonym for check, which does not seem useful).
* Makefile: add $(module).subsequentcheck targetsMichael Stahl2012-03-121-0/+3
|
* embedserv: convert to gbuildMatúš Kukan2012-03-101-1/+1
|
* Do not remove the whole workdir/* on 'make clean'Matúš Kukan2012-03-091-2/+0
| | | | Also solver/$INPATH is subset of */$INPATH.
* The instsetoo_native part is unnecessary when doing dev-installTor Lillqvist2012-03-081-2/+4
|
* fix make dependencies for windowsPeter Foley2012-03-071-3/+10
|
* move sdext to gbuild sectionDavid Tardon2012-03-061-1/+1
|
* Change my mind again: Do build a subset sb library even for DISABLE_SCRIPTINGTor Lillqvist2012-03-051-3/+3
| | | | The tables functionality in Writer documents need SbxValue.
* Revert "Build libsb with a few dummy classes also for --disable-scripting"Tor Lillqvist2012-03-051-3/+3
| | | | | | | 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.
* translations converted to gbuildMatúš Kukan2012-03-021-1/+1
|
* Creating a module lcms2Fridrich Štrba2012-03-021-0/+1
|
* embeddedobj: convert to gbuildMatúš Kukan2012-03-011-1/+1
|
* callcatcher: update listCaolán McNamara2012-03-011-0/+6
|
* Build libsb with a few dummy classes also for --disable-scriptingTor Lillqvist2012-03-011-3/+3
| | | | | | | | 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.
* s/interpreters/scripting/Tor Lillqvist2012-02-271-3/+3
|
* exclude some more external libs from unusedcode.easyCaolán McNamara2012-02-271-0/+8
|
* Decouple disabling of scripting (BASIC &co) from OS being iOSTor Lillqvist2012-02-271-3/+3
|
* allow autogen.sh to be run automaticallyPeter Foley2012-02-261-2/+5
|
* rename post.Makeflie to Makefile.postPeter Foley2012-02-261-2/+2
|
* Make sure headers are "delivered" also for libs that are bypassed for iOSTor Lillqvist2012-02-231-0/+12
|
* clucene missing from gbuild_modulesStephan Bergmann2012-02-231-0/+1
|
* make debugrun run debugrun and not subsequentcheckBjoern Michaelsen2012-02-211-2/+2
|
* It's safer to run one job at a time in instsetoo_native on WindowsMatúš Kukan2012-02-201-1/+7
|
* Makefile: adapt to gbuild'ized smoketest, create target for installingMatúš Kukan2012-02-191-17/+12
|
* gbuild'ize smoketest(oo_native) and merge themMatúš Kukan2012-02-191-2/+1
| | | | Add smoketest to tail_build and make it a subsequentcheck target.
* packimages: convert to gbuildMatúš Kukan2012-02-171-1/+1
|
* update MakefileMatúš Kukan2012-02-171-6/+6
|
* let src.downloaded not depend on phony target to avoid re-creating each timeMatúš Kukan2012-02-161-4/+3
|
* make build a pre-req of deliverMiklos Vajna2012-02-131-1/+1
|
* Makefile: don't build everything twice on "make check"Michael Stahl2012-02-131-1/+1
|
* add slowcheck target and make build a pre-req of checkNorbert Thiebaud2012-02-101-2/+10
|
* remove accidentially committed pyuno-py3 module from Makefile...Rene Engelhard2012-02-101-1/+0
|
* make cmd: custum -> customMiklos Vajna2012-02-101-2/+2
|
* filter out Dde* cause they're not easyCaolán McNamara2012-02-101-0/+1
|
* best to filter out salhelper:: from unused I thinkCaolán McNamara2012-02-101-2/+3
|
* unotest: convert to gbuildMatúš Kukan2012-02-101-1/+1
|
* On Cygwin, Make wants to see Unix-style pathnamesTor Lillqvist2012-02-101-2/+8
|
* add testtools to dmake_modulesRene Engelhard2012-02-091-0/+2
|
* re-enable make help from the top-level makeNorbert Thiebaud2012-02-081-0/+9
|
* support make <module>.all even for gbuild modulesNorbert Thiebaud2012-02-081-1/+5
|
* add back in lost unused code filtersCaolán McNamara2012-02-081-1/+6
|
* Module translations missingStephan Bergmann2012-02-071-0/+1
|
* soffice.sh is no longer generated at configure timeStephan Bergmann2012-02-071-1/+1
|
* have make check working again. clean-up the whole STAGE stuffNorbert Thiebaud2012-02-061-38/+44
|