summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2012-12-24Do not run autogen.sh if we don't want to. (for help, clean, distclean)Matúš Kukan1-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>
2012-12-24connectivity is now a gbuild modulePeter Foley1-1/+1
Change-Id: I2c0b387aed6ae229f9ebe4e8b30abea37884a657
2012-12-24merge Makefile and Makefile.top againMatúš Kukan1-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>
2012-12-11export BUILDDIR in config_host.mk to allow partial buildNorbert Thiebaud1-1/+1
Change-Id: I865a22e48a3125f40de786933ded8a70c0329a39
2012-12-11BUILD_DIR -> BUILDDIR, to be consistent with the other *DIRLuboš Luňák1-6/+6
Change-Id: Ia80a1246a7e3c8862a50a3daf79aba5609b7df3a
2012-12-11Prepare for read-only source buildNorbert Thiebaud1-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>
2011-11-29Makefile.in -- die, die, die!Bjoern Michaelsen1-79/+0
2011-11-29moved findunusedcode to gbuildBjoern Michaelsen1-24/+3
2011-11-29move install target to gbuildBjoern Michaelsen1-7/+2
2011-11-29these deps are already handled in gbuildBjoern Michaelsen1-2/+0
2011-11-29remove allcheck cruft from Makefile.inBjoern Michaelsen1-1/+0
2011-11-28Use the build.pl parallelism again.Jan Holesovsky1-1/+0
2011-11-28some consistent naming cant hurt: cross-build-toolset -> cross_toolsetBjoern Michaelsen1-8/+2
2011-11-28more targets moved to gbuildBjoern Michaelsen1-57/+41
2011-11-28move build dev-install cross-build-toolset to gbuildBjoern Michaelsen1-59/+9
2011-11-28moved some more targets to gbuildBjoern Michaelsen1-66/+71
2011-11-25typoStephan Bergmann1-1/+1
2011-11-25dev-install seems to poison the envBjoern Michaelsen1-1/+1
2011-11-25gbuild need no env anymoreBjoern Michaelsen1-5/+5
2011-11-25move workaround for old build system to other workaroundsBjoern Michaelsen1-1/+2
2011-11-25some hints cleanupBjoern Michaelsen1-1/+6
2011-11-16avoid running autogen.sh when trying to clean or distcleanNorbert Thiebaud1-0/+4
2011-11-16add utility script and build_env to avoid sourcing Env.Host.shNorbert Thiebaud1-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
2011-11-14Make the clean-host target really do just thatTor Lillqvist1-6/+3
2011-11-07Split clean into clean-host and clean-build targetsTor Lillqvist1-2/+6
2011-10-16don't remove "bootstrap" in make distcleanRene Engelhard1-1/+1
2011-10-07Advise how to save yourself a rebuild with make dev-install.Jan Holesovsky1-1/+1
2011-10-07Indicate that the build was successful, and what to do next.Jan Holesovsky1-0/+11
2011-10-04Some fixes for linkoo and install-gdb-printers.Stephan Bergmann1-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.
2011-09-29Make install-gdb-printers work on Mac OS X.Stephan Bergmann1-2/+1
2011-09-29mkdir -pCaolán McNamara1-0/+1
2011-09-28target 'all' should be the first one to make it the default one.Norbert Thiebaud1-2/+2
2011-09-23Improved Makefile.in dev-install recipe.Stephan Bergmann1-14/+17
2011-09-21make findunusedcode target easierCaolán McNamara1-0/+2
2011-09-20Remove trailing &&Tomas Chvatal1-1/+1
2011-09-18change distclean to delete configure generated filesPeter Foley1-4/+6
2011-09-18don't setup gdb printers for regular installationDavid Tardon1-1/+0
If someone wants to use them there, he should just run the install-gdb-script himself.
2011-09-18Revert "Remove once again the INSTALLDIR feature"Tomas Chvatal1-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.
2011-09-17another dep needed until we are gbuild-onlyBjoern Michaelsen1-0/+1
2011-09-16fail early when having mixed build/check targets, also escape GNUMAKE correctlyBjoern Michaelsen1-10/+19
2011-09-16adjust toplevel makefileBjoern Michaelsen1-28/+34
2011-09-16rename all to build in top-level makefileBjoern Michaelsen1-3/+3
2011-09-16make check target depend build-order-only on dev-install to allow 'make all ↵Bjoern Michaelsen1-1/+1
dev-install check'
2011-09-16Simplified setting headless mode for smoke-/subsequenttetss.Stephan Bergmann1-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.
2011-09-14Introduced CHECK_PARALLELISM (and poshed the code up).Stephan Bergmann1-2/+4
2011-09-14Removed solenv/bin/subsequenttests, moved its (improved) content directly ↵Stephan Bergmann1-1/+2
into Makefile.in.
2011-09-13whitelist cppu::.* for nowCaolán McNamara1-1/+1
2011-09-06make install and dev-install build-depend on allBjoern Michaelsen1-2/+2
* this enables "make all dev-install" or "make all install" calls
2011-09-04remove build.pl --gmake option refrences from MakefilePeter Foley1-11/+5
The --gmake option was removed from build.pl in commit 4103138 This patch removes the remaining references from Makefile.
2011-08-30make clean: $INPATH is now directly under solverMiklos Vajna1-2/+2