Commit Graph

72 Commits

Author SHA1 Message Date
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
Caolán McNamara
3934efe28c sigh, need a 64bit zlib too on windows, reverting 2012-04-13 14:06:55 +01:00
Caolán McNamara
e9b74b802b needs to be the dir name not the output lib name 2012-04-13 13:15:25 +01:00
Caolán McNamara
452af5f452 gbuildize internal zlib
and stick headers into the solver in the same hierarchy as is "standard"
so we don't have to patch so much, similiarly rename to libz
2012-04-13 13:15:25 +01:00
David Ostrovsky
bed6580ec3 gbuild conversion: idlc module 2012-04-13 13:07:50 +02:00
David Ostrovsky
f55eed29c6 gbuild conversion: rdbmaker module
dmake stuff removed
2012-04-08 10:54:30 +02:00
David Tardon
59c0f8f452 merge origin/master 2012-04-01 12:21:00 +02:00
David Tardon
d2097ad456 gbuildize stoc 2012-03-12 11:42:50 +01:00
Matúš Kukan
f2abfdb94e embedserv: convert to gbuild 2012-03-10 21:23:17 +01:00
David Tardon
52903da697 add sdext to gbuildified modules list 2012-03-06 10:26:35 +01:00
Matúš Kukan
8d7321c8eb remove translations from here 2012-03-02 21:11:48 +01:00
Matúš Kukan
811180e9dd translations converted to gbuild 2012-03-02 11:22:23 +01:00
Matúš Kukan
d76e2d1cc3 embeddedobj: convert to gbuild 2012-03-01 20:49:13 +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
Caolán McNamara
b688a3dcbe first cut at building an internal clucene 2012-02-17 12:21:37 +00:00
David Tardon
096f2b849c merge feature/gbuild_java 2012-02-17 08:34:22 +01:00
Matúš Kukan
f7eae4c89c add missing modules 2012-02-10 22:00:45 +01:00
Matúš Kukan
d06a78c25b unotest: convert to gbuild 2012-02-10 13:35:34 +01:00
Matúš Kukan
cbd2e67d20 ucb: convert to gbuild 2012-01-15 16:11:32 +01:00
Matúš Kukan
b99010d1eb np_sdk: convert to gbuild and add to tail_build 2012-01-11 20:20:17 +01:00
Michael Stahl
7608feeb7b RepositoryModule_ooo.mk: add cppuhelper 2012-01-10 17:52:21 +01:00
Michael Stahl
23dd856d3c Merge branch 'feature/gbuild_extensions'
Conflicts:
	extensions/source/ole/servreg.cxx
	extensions/source/plugin/util/makefile.mk
	postprocess/packcomponents/makefile.mk
	postprocess/prj/build.lst
	tail_build/prj/build.lst
2012-01-06 21:09:13 +01:00
Rene Engelhard
0f2d6f6323 build qadevOOo only if SOLAR_JAVA and OOO_JUNIT_JAR are set 2011-12-30 16:03:44 +01:00
Matúš Kukan
073b50b11e fpicker: convert to gbuild 2011-12-27 13:03:37 +01:00
David Tardon
764f2b2790 gbuildize ure 2011-12-26 17:40:26 +01:00
David Tardon
0751491892 gbuildize UnoControls 2011-12-25 20:37:10 +01:00
David Tardon
1efe709c95 gbuildize jvmfwk, part 2: finish & clean up 2011-12-24 22:21:14 +01:00
David Tardon
80c8e6fb03 gbuildize javaunohelper 2011-12-24 22:21:01 +01:00
David Tardon
824a640605 gbuildize unoil 2011-12-24 22:20:56 +01:00
David Tardon
8c0e9a86a2 gbuildize jurt 2011-12-24 16:47:36 +01:00
David Tardon
a784a81051 gbuildize jvmaccess 2011-12-24 16:47:32 +01:00
Peter Foley
fd66491759 Merge remote-tracking branch 'origin/master' into feature/gbuild_extensions
Conflicts:
	Module_tail_build.mk
	Repository.mk
	extensions/util/makefile.pmk
	postprocess/prj/build.lst
	svx/AllLangResTarget_svx.mk
2011-12-24 09:44:24 -05:00
David Tardon
c4f73c1e7b Merge remote-tracking branch 'origin/master' into feature/gbuild_java 2011-12-23 17:08:42 +01:00
David Tardon
7f31e252e4 gbuildize accessibility 2011-12-23 16:43:00 +01:00
David Tardon
0659148988 gbuildize ridljar 2011-12-23 14:12:31 +01:00
Matúš Kukan
a9e130ab82 sal: convert to gbuild 2011-12-19 10:14:53 +01:00
Matúš Kukan
051fdda153 cppu: convert to gbuild
Because of unit tests is here custom target where are idl files
processed.
2011-12-19 10:14:51 +01:00
Peter Foley
c7210a2742 extensions: remove obsolete dmake stuff 2011-12-18 02:04:02 +01:00
Matúš Kukan
a4312af08c convert salhelper to gbuild
This is a cherry-pick of Matúš's e2f30c078fcf26d481c2e90398b450f6c475a483
from the feature/gbuild branch, with the following modifications by
Stephan Bergmann <sbergman@redhat.com>:

* Adapt salhelper/Makefile to what all those Makefiles currently need to
  look like.

* Do not remove salhelper/source/gcc3.map, instead add directly into it
  what otherwise solenv/bin/addsym.awk would add to it on Linux.

* In salhelper/Library_salhelper.mk, add code that on Linux takes care of
  the soname and symbol versioning required for backwards compatibility.
  Solaris would need those features too, and its backwards compatibility
  is thus currently broken.  Also add a bad hack to create the soname
  symlink (xxx.3 -> xxx) in the solver needed on non-Windows platforms (it
  is a bad hack for now in that it e.g. is not removed by "make clean").

* In solenv/gbuild/platform/macosx.mk, add an even worse hack to set the
  correct install name for libuno_salhelpergcc3.dylib.3, with a trailing
  ".3".
2011-12-15 11:59:03 +01:00
Stephan Bergmann
4481fcf5af Yet another file to adapt post module gbuildification... 2011-12-14 12:01:21 +01:00
Matúš Kukan
f9fc46c1ef convert lingucomponent to gbuild 2011-12-13 17:00:24 +01:00
Bjoern Michaelsen
d432b00bfa fix rebase mismatch: automation is gone 2011-12-07 17:09:26 +01:00
Bjoern Michaelsen
b629983caf add missing modules to RepositoryModule_ooo.mk 2011-12-07 15:53:03 +01:00
August Sodora
f58ae13e8a Prevent the testtool from building 2011-12-05 17:16:45 -05:00
Michael Meeks
e699314df8 nlpsolver: migrate the build to use native gnumake build
Remove dmake, build.pl and ant build cruft. Update extension
description, cleanup file locations etc.
Switch to passive registration.
2011-11-28 11:07:00 +00:00
Peter Foley
f68cb61857 convert testautomation to gbuild and add to tail_build 2011-10-07 23:03:39 +00:00
Peter Foley
cbe7780544 convert qadevOOo to gbuild 2011-10-07 23:03:37 +00:00
Peter Foley
b78a7ae95b convert xmerge to gbuild and add to tail_build 2011-10-07 23:03:36 +00:00
Peter Foley
e7a1e17c4f convert swext to gbuild and add to tail_build 2011-10-07 23:03:34 +00:00