summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Fix icu cross-compilationTor Lillqvist2012-12-271-0/+6
| | | | | | | | | | We need to pass the location of the icu build root for the BUILD platform with the --with-cross-build option when configuring icu for cross-compilation (to the HOST platform). I.e. we always need to build it for the BUILD platform. Surely this could be done in a more elegant way, but I got lost in the mess, and just hacked it in the cross-toolset rule in Makefile.in. Change-Id: Ia5e9d13d01067c6dded1fdc86c56f8f39aae6bc8
* dont build postprocess twicePeter Foley2012-12-261-2/+1
| | | | Change-Id: I344030d48c3f872cc63b5c1f444d18075fd160f5
* Do not run autogen.sh if we don't want to. (for help, clean, distclean)Matúš Kukan2012-12-241-1/+5
| | | | | | | Change-Id: Ic283ca4181fe5131a557bfb2cfd3d79ac1e9f82d Reviewed-on: https://gerrit.libreoffice.org/1479 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
* connectivity is now a gbuild modulePeter Foley2012-12-241-1/+1
| | | | Change-Id: I2c0b387aed6ae229f9ebe4e8b30abea37884a657
* merge Makefile and Makefile.top againMatúš Kukan2012-12-241-9/+394
| | | | | | | | | | Using MAKE_RESTARTS as indicator whether to source environment. 'make foo -o bar' should work again. Change-Id: I6086b661559b39897f1d5378919541fb786bdf0e Reviewed-on: https://gerrit.libreoffice.org/1478 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
* export BUILDDIR in config_host.mk to allow partial buildNorbert Thiebaud2012-12-111-1/+1
| | | | Change-Id: I865a22e48a3125f40de786933ded8a70c0329a39
* BUILD_DIR -> BUILDDIR, to be consistent with the other *DIRLuboš Luňák2012-12-111-6/+6
| | | | Change-Id: Ia80a1246a7e3c8862a50a3daf79aba5609b7df3a
* Prepare for read-only source buildNorbert Thiebaud2012-12-111-0/+42
| | | | | | | | | | | | | | | | | | This patch allows to do mkdir <build_dir> cd <build_dir> <src_root>/autogen.sh make Only the remaining dmake modules are poluting the <src_root>... which will get eventually convererd to gmake... Change-Id: Iefd64732fa12e096d554cff4eee6b777deb92338 Reviewed-on: https://gerrit.libreoffice.org/1273 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* Makefile.in -- die, die, die!Bjoern Michaelsen2011-11-291-79/+0
|
* moved findunusedcode to gbuildBjoern Michaelsen2011-11-291-24/+3
|
* move install target to gbuildBjoern Michaelsen2011-11-291-7/+2
|
* these deps are already handled in gbuildBjoern Michaelsen2011-11-291-2/+0
|
* remove allcheck cruft from Makefile.inBjoern Michaelsen2011-11-291-1/+0
|
* Use the build.pl parallelism again.Jan Holesovsky2011-11-281-1/+0
|
* some consistent naming cant hurt: cross-build-toolset -> cross_toolsetBjoern Michaelsen2011-11-281-8/+2
|
* more targets moved to gbuildBjoern Michaelsen2011-11-281-57/+41
|
* move build dev-install cross-build-toolset to gbuildBjoern Michaelsen2011-11-281-59/+9
|
* moved some more targets to gbuildBjoern Michaelsen2011-11-281-66/+71
|
* typoStephan Bergmann2011-11-251-1/+1
|
* dev-install seems to poison the envBjoern Michaelsen2011-11-251-1/+1
|
* gbuild need no env anymoreBjoern Michaelsen2011-11-251-5/+5
|
* move workaround for old build system to other workaroundsBjoern Michaelsen2011-11-251-1/+2
|
* some hints cleanupBjoern Michaelsen2011-11-251-1/+6
|
* avoid running autogen.sh when trying to clean or distcleanNorbert Thiebaud2011-11-161-0/+4
|
* add utility script and build_env to avoid sourcing Env.Host.shNorbert Thiebaud2011-11-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The goal is to able to do partial build without having to source Env.Host.sh into one's environment There is 2 way to use this: 1/ copy the scripts lo_find_src_root and lo_proxy_start somewhere in your PATH, and then you can add alias build='lo_proxy_start build' alias deliver='lo_proxy_start deliver' in your .bashrc at that point you can use build and deliver anywhere in the source tree without the need to source anything. This allow you to switch from one source tree to another. the proper SRC_ROOT will be determined automatically based on the current working directory 2/ source build_env build_env only source the bare minimum to allow build and make to work for the associated source tree. If you want to work in a diffrent tree, you need to resource
* Make the clean-host target really do just thatTor Lillqvist2011-11-141-6/+3
|
* Split clean into clean-host and clean-build targetsTor Lillqvist2011-11-071-2/+6
|
* don't remove "bootstrap" in make distcleanRene Engelhard2011-10-161-1/+1
|
* Advise how to save yourself a rebuild with make dev-install.Jan Holesovsky2011-10-071-1/+1
|
* Indicate that the build was successful, and what to do next.Jan Holesovsky2011-10-071-0/+11
|
* Some fixes for linkoo and install-gdb-printers.Stephan Bergmann2011-10-041-1/+0
| | | | | | | - Adapted linkoo's link_gdb_py to libs moved from basis to brand layer. - Fixed install-gdb-printers's handling of Mac OS X ".dylib" suffix. - No need to call install-gdb-printers from top-level make dev-install; linkoo's link_gdb_py already does that.
* Make install-gdb-printers work on Mac OS X.Stephan Bergmann2011-09-291-2/+1
|
* mkdir -pCaolán McNamara2011-09-291-0/+1
|
* target 'all' should be the first one to make it the default one.Norbert Thiebaud2011-09-281-2/+2
|
* Improved Makefile.in dev-install recipe.Stephan Bergmann2011-09-231-14/+17
|
* make findunusedcode target easierCaolán McNamara2011-09-211-0/+2
|
* Remove trailing &&Tomas Chvatal2011-09-201-1/+1
|
* change distclean to delete configure generated filesPeter Foley2011-09-181-4/+6
|
* don't setup gdb printers for regular installationDavid Tardon2011-09-181-1/+0
| | | | | If someone wants to use them there, he should just run the install-gdb-script himself.
* Revert "Remove once again the INSTALLDIR feature"Tomas Chvatal2011-09-181-4/+4
| | | | | | | | | | This reverts commit bf0ea5c4eefa122febaaa5e6da8ecf4b1869f991. Those variables are used in bin/distro-install-*. Unable to find any issue with both distro-install and dev-install so reverting. If something really does break it needs fixing. Reverting this is not an option.
* another dep needed until we are gbuild-onlyBjoern Michaelsen2011-09-171-0/+1
|
* fail early when having mixed build/check targets, also escape GNUMAKE correctlyBjoern Michaelsen2011-09-161-10/+19
|
* adjust toplevel makefileBjoern Michaelsen2011-09-161-28/+34
|
* rename all to build in top-level makefileBjoern Michaelsen2011-09-161-3/+3
|
* make check target depend build-order-only on dev-install to allow 'make all ↵Bjoern Michaelsen2011-09-161-1/+1
| | | | dev-install check'
* Simplified setting headless mode for smoke-/subsequenttetss.Stephan Bergmann2011-09-161-2/+0
| | | | | | Both C++ and Java OfficeConnection code now always pass --headless, so no need for SAL_USE_VCLPLUGIN=svp etc. any more. Only some C++ unit tests that link against vcl still need an explicit --headless.
* Introduced CHECK_PARALLELISM (and poshed the code up).Stephan Bergmann2011-09-141-2/+4
|
* Removed solenv/bin/subsequenttests, moved its (improved) content directly ↵Stephan Bergmann2011-09-141-1/+2
| | | | into Makefile.in.
* whitelist cppu::.* for nowCaolán McNamara2011-09-131-1/+1
|
* make install and dev-install build-depend on allBjoern Michaelsen2011-09-061-2/+2
| | | | * this enables "make all dev-install" or "make all install" calls