summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)Author
2015-05-19remove unoinfo from App Store packageAndras Timar
Change-Id: I12f07c688966d610191a801c7838052d57f197c4
2015-05-19remove unopkg script from MacOSX folder of sandboxed appAndras Timar
Change-Id: Ib59953225480e6923e418b966cce289f07f863b5
2015-05-19create empty .lproj directories for languages supported by OS XAndras Timar
The previous solution had problems. InfoPlist.strings were empty, because localization has not been working since the CFBundleTypeIconFile entries were removed from Info.plist. Icon file basename was the key in documents.ulf. So we packages 0 bytes long files. The second problem was that we used LibreOffice language codes, and OS X language codes are different in some cases. This caused problems such as French strings on English UI (e.g. Open/Save dialogs), because the system did not recognize en-US.lproj and en-GB.lproj, and fell back to the next one: fr. Change-Id: I9c502cdf737b497ca2ceef8f3c535ccfea2f6134 Conflicts: Makefile.in
2015-05-19Remove potential old leftover before moving the app bundleTor Lillqvist
Change-Id: I7f0a8ae184a2f3d8a4476415b56df4ad8e4e342f
2015-05-19Add targets 'patch' and 'unpatch' to assist in handling of temporary patchesTor Lillqvist
'make patch' applies any patch file in the uncommitted-patches directory, if it exists. These files should be as produced by git format-patch. 'make unpatch' correspondingly undos what 'make patch' did. None of this is done using git, that is the very point. Change-Id: I348d96be54bc8e544e833206c922cb4bdcbabc4c Conflicts: Makefile.in
2015-05-19We need the gengal program at build timeTor Lillqvist
But don't bother shipping it on OS X, at least not in the sandboxed (App Store) case. Change-Id: Id73bef1ba71d126c2d2962fe846e9c31963d6c24 (cherry picked from commit 11b4f4bfbee257d63f6a52808fb02b903ddea0d5) Conflicts: Makefile.in Repository.mk
2015-05-19Unzip the InfoPlist.strings files into correct locationsTor Lillqvist
Not sure how useful it is to only provide translations for the ODF document format names, though. Change-Id: I22a2e5b896e077ca3067a30635f7cdf67c2f5e7c (cherry picked from commit 16f62d80c38f3920a40fc078edecad905ba2b196)
2015-05-19We don't want those bin/InfoPlist_*.zip files in the app bundleTor Lillqvist
Change-Id: I29eefa599f175d98303fca8f5ccf1c8fe85b0bbc (cherry picked from commit 7956d38fa3c0db77b9b2b41f870bd3587e3dc1af)
2014-11-20Call install-gdb-printers with full pathStephan Bergmann
Change-Id: I92b34e61edb641d29d1cbf344e7ae5823c912cbc
2014-11-18Makefile: set CC as well for include-what-you-useMichael Stahl
Change-Id: I28c8f134825e477ffe993a6895b801c9e895f613
2014-11-17add a script to generate a dummy library to "build" all headersMichael Stahl
... to be used together --with-iwyu to track down bloat in headers, which are not always named in the convention that include-what-you-use expects for reporting issues. Change-Id: Idffda7d49cca43170717004d52779b4663de19ae
2014-11-11add 'make etags' to generate etagsTakeshi Abe
Change-Id: Id87f71b6d31720173f0c5ec2a4fc395065223b79 Reviewed-on: https://gerrit.libreoffice.org/12300 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-05Add build support for iwyuRiccardo Magliocchetti
include-what-you-use is a tool to help removing unneeded includes. Homepage: https://code.google.com/p/include-what-you-use/ So to use it pass its path to configure like: ./configure --with-iwyu=/usr/bin/include-what-you-use May be helpful for fdo#42949 Change-Id: Idc185c5181d754b9dfd82fcf6a5ad05953b3cd03 Reviewed-on: https://gerrit.libreoffice.org/12255 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2014-10-10android: Re-autogen when AndroidManifest.xml.in changes.Jan Holesovsky
Change-Id: I53cf6bf10f25702d9ae42afb6846411a3e31c187
2014-10-07Proper AC_CONFIG_FILE treatmentStephan Bergmann
Change-Id: Ic029d0d174a00af783fd276852231523aae59866
2014-10-03gbuild-to-ide: Add support for vs2013David Ostrovsky
Change-Id: I385e756109ab0a47feeeb4407ba4a2a4b68548dd Reviewed-on: https://gerrit.libreoffice.org/11728 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
2014-09-17The URE unorc is now set up in instsetoo_native/CustomTarget_setup.mkTor Lillqvist
So no need to expand it at configure time in ure/source/unorc, and no need to handle the related builddir!=srcdir complications. Change-Id: Ifa34d25fab9ad2da13ed039bf6c5921b0fb58703
2014-09-16Missing rm of generated file in distcleanStephan Bergmann
Change-Id: I463bd51ad054b66c247f4d5ad778d15f476c6520
2014-09-12TypoTor Lillqvist
2014-09-09Surely by now nobody has a 'solver' folder or an 'install' symlink any moreTor Lillqvist
Change-Id: I814311cc0b3e78774f25cac06e48dbdc1cb82c69
2014-09-09Fix help and showmodules build targetsPeter Foley
Change-Id: I096798159f4d3d59306be1b3843de1daca280f7a Reviewed-on: https://gerrit.libreoffice.org/11342 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-09-05gbuild: Framework for performance unit tests using callgrindMatúš Kukan
Run them with "make perfcheck" (toplevel or in a module) To add a new performance test: - Add it as a perfcheck target - Use gb_CppunitTest_set_performance_test - Use CALLGRIND_ macros from valgrind/callgrind.h http://valgrind.org/docs/manual/cl-manual.html#cl-manual.clientrequests Change-Id: I67c776dbe4db0a686607efeee7a7e4f3aeae0e5c
2014-08-11add a IDE generator for clang json database formatMarkus Mohrhard
This can be used for YouCompleteMe a vim plugin that allows auto-completition based on clang. This is much better than the normal static analyzer based auto-completition. Change-Id: I4872d2cb3b3a404af55eacf5c71d6a2715771ab6 Reviewed-on: https://gerrit.libreoffice.org/10820 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-08-07If dev-install is obsolete, why have it at all?Tor Lillqvist
Replace mentions of it in a few (dcumentation) places with test-install. Change-Id: I6fc8e58fa5813b05de16feec35215c83e0e45834
2014-08-04fdo#82136 fix download of submodule tarballsDavid Tardon
Change-Id: I07775391cb905f0563d1d1b3cae6f02b12d10f90
2014-07-08configure, gbuild: remove Cygwin paths from make environmentMichael Stahl
All environment variables contain native Win32 paths. This allows building with Win32 make and Cygwin sh.exe, but Cygwin make cannot build any more with the Win32 entries in PATH. Requires adding "bash" detection to configure since /usr/bin/env can't be invoked by Win32 make and it's possible to install cygwin somewhere else than C:/cygwin. Change-Id: Ia8f4ee3c91222e8f5919cfbfc452f12ffbfadd40 Reviewed-on: https://gerrit.libreoffice.org/9698 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-07-08create a new top-level makefile target "clean.internal"Noel Grandin
so I can clean just the non-external stuff when re-running my clang plugins Change-Id: I251ceba7e57454a91da5b1082192bb2d211e5406
2014-06-18Make things like "make CppunitTest_FOO" depend on bootstrap and fetch, tooStephan Bergmann
Change-Id: I5a18fb4207b68e8359a7d78fd6352902dce1e051
2014-06-10Make test-install work also in the non-release-build caseTor Lillqvist
In the (default) --disable-release-build case the -p option to make_installer.pl should be "LibreOffice_Dev", not "LibreOffice". See instsetoo_native/util/openoffice.lst.in. Also, the pathname passed to solenv/bin/macosx-codesign-app-bundle needs to adapt to ENABLE_RELEASE_BUILD, either LibreOffice.app or LibreOfficeDev.app. Change-Id: If2b8efee096339f9c0cf52e663826d0086b1e35e
2014-06-10Add --enable-macosx-package-signingTor Lillqvist
Change-Id: I355158f6cb584d252a21dfbce6e7cea6c70bba99
2014-06-09Makefile: prevent Win32 make from doing CreateProcess(autogen.sh)Michael Stahl
Change-Id: I2ed9c346a8e9cfa26aa2b04f554c56f02c400829
2014-04-25support sc.slowcheckMarkus Mohrhard
Change-Id: I91dcdba455660dee25accdd2185a876bf7012ff8
2014-04-17Makefile: let "make foo.genpatch" work on top-levelMichael Stahl
Change-Id: Ib0e370472be5da03359bca6f90287083d3465605
2014-03-23fix $(MAKE) usage in a make defineLuboš Luňák
$(FOO) is expanded already during the $call, $$(FOO) will become $(FOO). Change-Id: Ia5d6966c16c57e4ec688f2c7623315cc2c74c78d
2014-03-23use $(MAKE) for recursive make invocationLuboš Luňák
That's apparently the only proper way (to get e.g. -j right), and even the toplevel Makefile is so full of gmake-ism that it simply has to be invoked using GNU make already, hence $GNUMAKE is pointless except for usage in configure (which says to start the build by invoking it). Change-Id: I6060da6f1dad2afc5845ac29b8ac02348c057d3d
2014-03-23make it possible to build without the obnoxious forced -j to makeLuboš Luňák
Rework --with-parallelism to not add any extra -j to make if 0 or --without is used. This requires explicit -j usage, which - builds even compilerplugins in parallel - builds 'make -C sw/' in parallel (since you don't forget the -j) - avoids jobserver disabling if -j is explicitly passed to the toplevel make IMO this is just a relic of the old build system and the option should be dumped altogether, but I don't feel like arguing right now. Change-Id: I71479391bcfc84aa5e9fd9696880702da496d45c
2014-03-11normalize values of DO_FETCH_TARBALLSMichael Stahl
This one has additional value "ALL". Change-Id: Id804172eee899b443a6f8ae6bce8781136096dc7
2014-02-27normalize values of CROSS_COMPILINGMichael Stahl
Change-Id: I0cc43cef91e3fcd82a3558a16ab0afbd4d56b141
2014-02-17Add toposort feature to module-deps.plStephan Bergmann
Change-Id: Id839eae62ad53189c44f7ca5a498bf7113c2536a
2014-02-12Fixes for kdevelop IDE integrationAdam Mróz
Script bin/gbuild-to-ide is parsing messages basing on regular expressions. First problem appears when used language is not English - that's why setting LC_MESSAGES variable in Makefile. Second problem appears with quote symbol. For me (Archlinux) script was not working. After some investigation I found out that reason was that my output from make included ' symbol when regular expression assumed that it should be `. That's why using [\'`]. Example: recipe to execute (from '/home/sadam/libreoffice/core/idlc/Executable_idlc.mk', line 28): Conflicts: bin/gbuild-to-ide Change-Id: I0083c69820bd58ce2ac296f21985408c69840639 Reviewed-on: https://gerrit.libreoffice.org/7979 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2014-02-10Makefile.in make the initial invocation of Makefile.build a bit less uglyNorbert Thiebaud
Change-Id: Ic25f0e379142ad8e0581598e314b5d314ee5f9e1
2014-02-10fdo#70414 Added generator of VS2012 project filesHonza Havlíček
Change-Id: Ib087a24ae6de049ffb6d93b5ac66452700edddb3 Reviewed-on: https://gerrit.libreoffice.org/7955 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2014-01-21Makefile.in: hardcoded make -> $(GNUMAKE)Michael Stahl
Change-Id: I2ec31816562e55f6f95cac38dab4a17a393c0f9a
2013-12-17Fix cross-compilation "make distclean"Stephan Bergmann
2013-12-08initial install-package-foo target for partial installsBjoern Michaelsen
Change-Id: I4ee41fdb600cb3a89da387dffe64e6a30192761c
2013-11-27Add initial hacks for eventual Xcode supportTor Lillqvist
Just some late-night hacking without much thinking whether it makes any sense and without any clear picture of what I am doing. Probably useless. No promises I will ever continue on this. Change-Id: Ie61925129bb678a17b30cb25a7882ccfe3a1de82
2013-11-26I think this is what was meant?Tor Lillqvist
Change-Id: I5ff6e2588361ab58d7cda9ddbd5db61c300c9956
2013-11-21make packageinfo targetBjoern Michaelsen
Change-Id: Id5f6f5c1f3e46df2d9033ccd5bbf2af6ab38a9e8 Reviewed-on: https://gerrit.libreoffice.org/6754 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-11-21Makefile.in: "make check" should build "all" tooMichael Stahl
Change-Id: I6b72c3deb1a056149e965b78d12d3c37c6bfd5b9
2013-11-21l10n and non-l10n targets missing dep on buildBjoern Michaelsen
Change-Id: Ia6d09a1625819593291649369a7533bbd2ee8227