Caolán McNamara
aa3df61132
Matrix3d::* belongs to some external lib
...
Change-Id: I2818d75d2698582d4ee13e6d5091865041eda2b8
2012-05-01 12:11:20 +01:00
David Tardon
08e9190113
export GMAKE_OPTIONS for use in build.pl
...
Change-Id: Ied9a8d0763864a497a9b802d90be95ecdaafc3b0
2012-04-30 07:56:22 +02:00
Bjoern Michaelsen
b1c3e8ae28
make gbuild the default assumption of build.pl
...
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-29 03:50:46 +02:00
Michael Stahl
e6d28ac3aa
Makefile: "deliver -delete" on module.clean
2012-04-27 16:14:35 +02:00
David Ostrovsky
65840941ee
fdo#39643: Remove --disable-strip-solver configure option
...
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-04-26 12:43:35 +02:00
Bjoern Michaelsen
d09182127b
build to tail_build with partial build in tail_build
...
- 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-25 11:28:35 +02:00
Luboš Luňák
77f19d6e02
specific variable for where dev-install installs
2012-04-24 09:01:47 +02:00
David Ostrovsky
a57b634799
gbuild conversion: unodevtools module
2012-04-14 06:58:00 -05:00
David Ostrovsky
f3653d3c1e
gbuild conversion: codemaker module
2012-04-14 06:58:00 -05:00
David Tardon
1f84379c5b
Revert "re-run bootstrap after make clean"
...
This reverts commit 7c489dc2ec
.
2012-04-13 17:20:56 +02:00
David Ostrovsky
bed6580ec3
gbuild conversion: idlc module
2012-04-13 13:07:50 +02:00
David Tardon
7c489dc2ec
re-run bootstrap after make clean
2012-04-11 09:11:09 +02:00
David Ostrovsky
5342bc073b
gbuild conversion: cpputools module
...
dmake stuff removed
2012-04-11 08:51:01 +02:00
Caolán McNamara
4dab019795
filter out WPX
2012-04-10 12:49:48 +01:00
David Ostrovsky
f55eed29c6
gbuild conversion: rdbmaker module
...
dmake stuff removed
2012-04-08 10:54:30 +02:00
David Tardon
69bd2f3630
gbuildize xmlhelp
2012-04-07 16:18:26 +02:00
David Tardon
18c661f715
move from dmake to gbuild list
2012-04-01 16:43:34 +02:00
Stephan Bergmann
ef5b4b577c
dev-install needs to depend on build after all
...
...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-27 08:17:52 +02:00
Caolán McNamara
067eaf954d
writeU8 is unused in the external libcdr lib, but filter it out from easy
2012-03-21 16:00:48 +00:00
David Tardon
1c9408fde2
fix typo
2012-03-14 05:58:16 +01:00
Rene Engelhard
f55423d1d4
remove *.pyc in solenv/gdb in make distclean
2012-03-13 15:01:47 +01:00
Michael Stahl
7191b52c00
Makefile: subsequentcheck should only run tests
...
... so drop the dependency on dev-install (with it, subsequentcheck is
just a synonym for check, which does not seem useful).
2012-03-12 18:30:36 +01:00
Michael Stahl
5f86eca62f
Makefile: add $(module).subsequentcheck targets
2012-03-12 18:30:36 +01:00
Matúš Kukan
f2abfdb94e
embedserv: convert to gbuild
2012-03-10 21:23:17 +01:00
Matúš Kukan
fa97b8ac23
Do not remove the whole workdir/* on 'make clean'
...
Also solver/$INPATH is subset of */$INPATH.
2012-03-09 11:21:39 +01:00
Tor Lillqvist
03c6bfff92
The instsetoo_native part is unnecessary when doing dev-install
2012-03-08 23:06:02 +02:00
Peter Foley
5b2b793cae
fix make dependencies for windows
2012-03-07 10:34:06 -05:00
David Tardon
e02aeba0d7
move sdext to gbuild section
2012-03-06 10:32:07 +01:00
Tor Lillqvist
b69285590d
Change my mind again: Do build a subset sb library even for DISABLE_SCRIPTING
...
The tables functionality in Writer documents need SbxValue.
2012-03-05 22:30:10 +02:00
Tor Lillqvist
c91f279e7e
Revert "Build libsb with a few dummy classes also for --disable-scripting"
...
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 6d33801b44
.
2012-03-05 02:05:24 +02:00
Matúš Kukan
811180e9dd
translations converted to gbuild
2012-03-02 11:22:23 +01:00
Fridrich Štrba
8a0a25dba0
Creating a module lcms2
2012-03-02 10:16:30 +01:00
Matúš Kukan
d76e2d1cc3
embeddedobj: convert to gbuild
2012-03-01 20:49:13 +01:00
Caolán McNamara
2eeef79b78
callcatcher: update list
2012-03-01 10:43:56 +00:00
Tor Lillqvist
6d33801b44
Build libsb with a few dummy classes also for --disable-scripting
...
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-03-01 01:26:18 +02:00
Tor Lillqvist
c16bc82637
s/interpreters/scripting/
2012-02-27 16:51:56 +02:00
Caolán McNamara
1190dab820
exclude some more external libs from unusedcode.easy
2012-02-27 09:45:56 +00:00
Tor Lillqvist
4c737b6470
Decouple disabling of scripting (BASIC &co) from OS being iOS
2012-02-27 10:06:22 +02:00
Peter Foley
a75873dea1
allow autogen.sh to be run automatically
2012-02-26 13:53:09 -05:00
Peter Foley
141a659f63
rename post.Makeflie to Makefile.post
2012-02-26 13:37:49 -05:00
Tor Lillqvist
299262446f
Make sure headers are "delivered" also for libs that are bypassed for iOS
2012-02-23 22:59:57 +02:00
Stephan Bergmann
284069dd0b
clucene missing from gbuild_modules
2012-02-23 14:04:16 +01:00
Bjoern Michaelsen
41ad8739cb
make debugrun run debugrun and not subsequentcheck
2012-02-21 01:06:40 +01:00
Matúš Kukan
a2ba4dcbd2
It's safer to run one job at a time in instsetoo_native on Windows
2012-02-20 12:21:52 +01:00
Matúš Kukan
eb7ee4d1d3
Makefile: adapt to gbuild'ized smoketest, create target for installing
2012-02-19 19:24:33 +01:00
Matúš Kukan
a391a096bd
gbuild'ize smoketest(oo_native) and merge them
...
Add smoketest to tail_build and make it a subsequentcheck target.
2012-02-19 19:24:32 +01:00
Matúš Kukan
5a4e4d5543
packimages: convert to gbuild
2012-02-17 20:02:45 +01:00
Matúš Kukan
5b773eb582
update Makefile
2012-02-17 11:26:43 +01:00
Matúš Kukan
ca98018092
let src.downloaded not depend on phony target to avoid re-creating each time
2012-02-16 17:39:26 +01:00
Miklos Vajna
f689658056
make build a pre-req of deliver
2012-02-13 16:34:08 +01:00