summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2013-01-18Makefile.in: rebuild configure on .in file changesMichael Stahl1-0/+2
Change-Id: I9359cca02f6c48efb50ce446d32695d14a0c81fa
2013-01-14Ignore and distclean generated filesStephan Bergmann1-0/+2
(Modelling .gitignore-per-directory instead of a single one in the root dir after exisiting config/.gitignore. No idea which approach is better.) Change-Id: I0ae90103ada4bfff48e90afcf3903bd3ba909314
2013-01-10these are phony targetsMatúš Kukan1-0/+1
Change-Id: I6de7842d5f03c6df5bffefdf77a90b5efee2fc78
2013-01-10remove effectively unused gb_PARTIALBUILDMatúš Kukan1-5/+5
Change-Id: I5d00db54748de0e1ce3de3dd9c99a88a82e7917b
2013-01-10add rule for generating fresh pot (po template) filesMatúš Kukan1-1/+1
Moved from translations' custom makefile. Change-Id: Ife58bfa3ee607b06617d7db80408afb453b9a10c Reviewed-on: https://gerrit.libreoffice.org/1622 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-01-08more easier and better sortable download namesPetr Mladek1-4/+4
+ get rid of "install_multi" + move "SDK" and "Test" from the main name to the name suffix; use same position as "helppack" and "langpack" + move the content type identification "arc/deb/rpm" just after the <arch> string + use "archive" instead of the unclear "arc" content identification The new names look like: LibreOffice_<version>_<os>_<arch>_<content> LibreOffice_<version>_<os>_<arch>_<content>_helppack_<lang> LibreOffice_<version>_<os>_<arch>_<content>_langpack_<lang> LibreOffice_<version>_<os>_<arch>_<content>_sdk LibreOffice_<version>_<os>_<arch>_<content>_test , where the string "_<content>" is one of "_archive", "_deb", "_rpm". This string is missing for .msi, and .dmg installers because the content is described by the filename suffix. Conflicts: Makefile.in Change-Id: Ifecf947ba32e3381ef284d433096f7b37a02e9f5
2013-01-07another fix of install test to work with "LibreOffice" installer namePetr Mladek1-4/+4
It is done by gbuild these days. Change-Id: I5a01d42f8e25eacc3f1c63d6f52e4144c7312cff
2013-01-07Get rid of nsinstall hackeryPeter Foley1-7/+0
This removes the need for using NSS Build Tools on windows. It also removes the nees to build nss for the build system while cross compiling. Change-Id: I13c9fdb575223f2940d3e4eda00e77ba9158f2b7 Reviewed-on: https://gerrit.libreoffice.org/1534 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-01-04fix the if filter-expressionMatúš Kukan1-1/+1
Let's use the orginal patch from https://gerrit.libreoffice.org/#/c/1479/ There is difference, visible e.g. by 'make help testtools' Change-Id: Iaf929ed1d315f038eb29fca1b4ba37e2143c6294
2013-01-03More hacking on an iOS "Viewer" app that doesn't do much anything yetTor Lillqvist1-0/+3
The Viewer app is intended to eventually resemble the experimental Android DocumentLoader app. Build using the gbuild mechanism, which is also invoked from an Xcode project. This seems to work out fine, the resulting app installs at least on the simulator, and you can debug all the LO code involved even if Xcode (obviously) has no knowledge of the LO source files/classes/etc. Change-Id: Ic96178d80b8d6467cac969b29e37f0d39513acf9
2013-01-03Makefile.in: un-break "make accessibility"Michael Stahl1-1/+1
... caused by missing new-line after "\" Change-Id: Ibdccf7f18e909308fbc1e58b6ddd3301e08a2223
2012-12-27Fix icu cross-compilationTor Lillqvist1-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
2012-12-26dont build postprocess twicePeter Foley1-2/+1
Change-Id: I344030d48c3f872cc63b5c1f444d18075fd160f5
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.