summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)Author
2015-05-12Remove potential old leftover before moving the app bundleTor Lillqvist
Change-Id: I7f0a8ae184a2f3d8a4476415b56df4ad8e4e342f
2015-05-11create 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
2014-10-20We 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)
2014-10-20OS X code signing fixesTor Lillqvist
Remove unnecessary Python executables and stuff that complicates code signing in the test-install target. Sign executables in codesign-macosx-app-bundle, not when building them. It is more uniform to do all code signing in just one place. Don't bother signing data files in the sandboxed case, we assume we then also use the "Mac-like" app structure and they are all under Resources anyway and get handled that way. All executables must have the com.apple.security.app-sandbox entitlement. The bundle signature's identifier must equal the bundle identifier. The code signature identifiers of an embedded bundle needs to match the embedded bundle's identifier. Need the entitlements for embedded app executables too. Change-Id: Ic6a640eb03964fe9ce75d3a8fff071971a3e1939
2014-10-20Unzip 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)
2014-10-20We don't want those bin/InfoPlist_*.zip files in the app bundleTor Lillqvist
Change-Id: I29eefa599f175d98303fca8f5ccf1c8fe85b0bbc (cherry picked from commit 7956d38fa3c0db77b9b2b41f870bd3587e3dc1af)
2014-10-20TypoTor Lillqvist
Change-Id: I0a7d2f89fc8a01c128c65fc8708d98205072f2eb (cherry picked from commit edcbe70b4daf352976b5393148e34d199c8e08b8)
2014-08-04fdo#82136 fix download of submodule tarballsDavid Tardon
Change-Id: I07775391cb905f0563d1d1b3cae6f02b12d10f90 (cherry picked from commit 922b03f0818baa65e4c036f58fe7f8c29776b81e) Reviewed-on: https://gerrit.libreoffice.org/10738 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
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-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
2013-11-21oops, we still need the ?=, of courseBjoern Michaelsen
Change-Id: Ifa3e6639a5fdbd58e99fe3f1feadc009ddcee880
2013-11-21lazy eval is lazy. and nasty tooBjoern Michaelsen
Change-Id: I4191277a2df0ea060d86090ee6e99490840f8f48
2013-11-21move finunusedcode to a scriptBjoern Michaelsen
Change-Id: Ie4a422a818095313d9765a4c5e9ebba838eed76d
2013-11-21simplify top-level Makefile some moreBjoern Michaelsen
Change-Id: Ie1d53db34f812a83940196d0bf6e4ad8aaa8eab6
2013-11-21just use wildcard hereMatúš Kukan
Change-Id: I2c145328b03f66a6a67c0afa0463005112fd77da
2013-11-20install-gdb-printer -L fails with 'unknown option' anywayBjoern Michaelsen
Change-Id: I5927427264eaed86d2e93bee1cfc8f1ff55690c3
2013-11-20clean up echo deserts, consolidate blurbsBjoern Michaelsen
Change-Id: If268d37e8e96adcb8902c8b3fc855ecddea69ba5
2013-11-20some namespacingBjoern Michaelsen
Change-Id: I7f4fc456d7e9690443d94175e94b69db50c3e2b5
2013-11-20toplevel 'make check' should also do subsequentcheckBjoern Michaelsen
Change-Id: Ib41660a1fef332573ef1c477c12bc8fdfedfc4db
2013-11-19fix Makefile.inBjoern Michaelsen
- unify ~all gbuild targets to one gbuild call - kill CHECK_PARALLELISM as we dont respect it consistently anyway - ${MODULE}.subsequentcheck needs no specialcasing now anymore too - should fix e.g. "make unitcheck slowcheck subsequentcheck" calls Change-Id: I4238d7de599cb9fbaf09f60539d6655b85b87c29 Reviewed-on: https://gerrit.libreoffice.org/6722 Reviewed-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-11-19related fdo#70414 gbuild to ide: kdevelopBjoern Michaelsen
This provides kdevelop integration and generates one project file for each old-style module (top level dir). This project file has: - has four build configurations: - build the module of the project or build all of LibreOffice - for each of the above a debug and a nondebug build - has seven launch targets: - running the unitchecks, the slowchecks and subsequentchecks - for each of the above once for the module and once for all - running LibreOffice interactively - has custom include paths and thus provides full autocompletion Change-Id: I6dd51133147d019fc403e3bd814bc6103df94cac Reviewed-on: https://gerrit.libreoffice.org/6694 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-11-14make l10n buildable separatelyBjoern Michaelsen
- this renames the 'almost' module target to non-l10n - and adds a l10n target which is intended to only build l10n parts of the product - packagers should then be able to build l10n and non-l10n parts of the product independently, thus: - enable quicker rebuilds - distribution of load - updates to l10n without a full rebuild - security fixes to binaries without rebuilding all l10n - the new targets are called build-l10n-only and build-non-l10n-only - note this is not intended to move a concept of split packages upstream -- while this exsists in distros, the number of test scenarios for this would explode upstream Change-Id: Ib8ccc9bc52718d9b0ebbfee76ad93dc29c260863 Conflicts: filter/Module_filter.mk
2013-11-07a little instdir sub-dir cleanupMichael Stahl
Change-Id: I97df3f949da7403e46951cf159a9fc1fca4cc23f
2013-11-07remove INPATH and PROEXTMichael Stahl
- WORKDIR path is just workdir - INSTDIR path is just instdir - WORKDIR_FOR_BUILD is workdir_for_build - INSTDIR_FOR_BUILD is instdir_for_build - replace other usage of INPATH by combination of OS and CPUNAME Change-Id: Ie398387ebd82a968ec2605f2103c55b43a231482 Reviewed-on: https://gerrit.libreoffice.org/6601 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-11-02remove SOLARENV variableMichael Stahl
It is constant and can just be replaced by $(SRCDIR)/solenv. Use BUILD_TYPE where it was used to check if config_*.mk is sourced. Change-Id: Ib9d480c57194b6340093aa47776f8768df69b7d1
2013-10-31solver doesn't solve anything...Michael Stahl
... it is an abbreviation of "Solar Version". Since nobody can remember that: remove OUTDIR OUTDIR_FOR_BUILD SOLARVER SOLARVERSION solarpath and any mention thereof. Change-Id: Idb3031c4f25a76ac05b22ec67e3ca3e1e8e512ad Reviewed-on: https://gerrit.libreoffice.org/6515 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-10-31gbuild: add ExtensionPackageSet classMichael Stahl
Change-Id: I947207c78e28b416aebe2e33172043fd8cfa4f17
2013-10-31gbuild: add ExtensionPackage classMichael Stahl
Change-Id: I65ca50ccc512e35a5b95c2482f3a8833d1a7294b
2013-10-30solenv: remove gdb Package and CustomTargetMichael Stahl
Since it's necessary to call install-gdb-printers anyway (which is what the CustomTarget_gdb does), just do it first thing in "build" target so that unit tests running during a from-scratch build get the pretty printers too. Change-Id: I357dfb828a2e0eed675aa552d3256f96a312a890
2013-10-28gbuild: refactor CliUnoApiMichael Stahl
- stop copying the DLL to OUTDIR - since that was the main reason for the separation between CliUnoApi and CliUnoApiTarget, merge the targets; the newly inherited variables are not expected to cause problems - hardcode target to URE bin dir for now, no immediate need for multiple layers Change-Id: I428d801ec7058e1c6374d8162a4118a3fe581978
2013-10-23Makefile: make convenience targets like "make icu" work for external/Michael Stahl
Change-Id: I6cf2e6bd1c52412339ec6bab98b3f1b28cef1032