summaryrefslogtreecommitdiff
path: root/jurt/Makefile
blob: ccb1c85a04da1561bdd303802e54abac8b052084 (plain)
1
2
3
4
5
6
7
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-

module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))

include $(module_directory)/../solenv/gbuild/partial_build.mk

# vim: set noet sw=4 ts=4:
> 2014-11-26On Mac, the lib/libuno_*.dylib symlinks are not in the SDKStephan Bergmann 2014-09-15gbuild command for disabling usage of compiler plugins for a targetLuboš Luňák 2014-04-03gbuild: fix check for registered librariesMatúš Kukan 2014-04-03gbuild: Allow to use more components in one library.Matúš Kukan 2014-02-13gbuild: improve error messages about missing registrationsMichael Stahl 2013-12-21Revert "Avoid unnecessary library re-building in the DISABLE_DYNLOADING case"Tor Lillqvist 2013-12-20Avoid unnecessary library re-building in the DISABLE_DYNLOADING caseTor Lillqvist 2013-11-04gbuild: remove error stubs for renamed/removed functionsMichael Stahl 2013-11-02gbuild: Library: remove gb_Library__get_final_targetMichael Stahl 2013-11-02gbuild: Library: remove pointless functionsMichael Stahl 2013-10-31solver doesn't solve anything...Michael Stahl 2013-10-28gbuild: remove internal calls to gb_Package_set_outdir with INSTROOTMichael Stahl 2013-09-27gbuild: remove now unused gb_Library_OUTDIRLOCATIONMatúš Kukan 2013-09-25Start hacking --enable-canonical-installation-tree-structure back into shapeTor Lillqvist 2013-09-24gb_Library__get_final_target: don't be phony targetMatúš Kukan 2013-09-23Fixes for cross-compilation on OS X (to iOS)Tor Lillqvist 2013-09-23Try to fix cross-compilationTor Lillqvist 2013-09-22gbuild: add consistent directory dependencies for LinkTargetsMichael Stahl 2013-09-22gbuild: add a SHLXTHDL layer for librariesMichael Stahl 2013-09-22gbuild: remove libraries from OUTDIR and WORKDIRMichael Stahl 2013-09-22gbuild: remove SOVERSION variable since it is hardcoded anywayMichael Stahl 2013-09-22gbuild: make the versioned library the linktarget on UnixesMichael Stahl 2013-09-22gbuild: make the DLL the LinkTarget of Library and CppunitTestMichael Stahl 2013-09-22gbuild: refactor LinkTarget representationMichael Stahl 2013-09-22gbuild: add gb_Library_use_restargetMichael Stahl 2013-09-22gbuild: remove unused gb_LinkTarget_use_headersMichael Stahl 2013-09-17do not copy invalid, merged libraries to instdirMatúš Kukan 2013-09-11Use LIBO_URE_LIB_FOLDER instead of hardcoding the "ure" directoryTor Lillqvist 2013-09-11Towards a working instdir for Mac OS XStephan Bergmann 2013-09-09gbuild: put the DLL into INSTDIR, not the import libMichael Stahl 2013-09-09start to use instdir for subsequentcheck tests; avoid make dev-installMatúš Kukan 2013-09-09gbuild: avoid packages when copying files into instdirMatúš Kukan 2013-08-27Introduce LO_BUILD_LIB_DIR for NONE .component filesStephan Bergmann 2013-08-26introduce gb_Package_PRESTAGEDIRBjoern Michaelsen 2013-07-17remove gb_LinkTarget_add_noexception_objectBjoern Michaelsen 2013-06-10gbuild: remove external_headers targetsMatúš Kukan 2013-06-07use .component files directly from workdirMatúš Kukan 2013-06-03re-base on ALv2 code. Includes:Michael Meeks 2013-05-24gbuild: simplify reg. of targets for PostprocessDavid Tardon 2013-05-14gbuild: allow to depend on headers of a libraryDavid Tardon 2013-05-06make sure the output dir existsDavid Tardon 2013-05-02fdo#54087 link the correct resource file to npsoplugin.dllAndras Timar 2013-05-01add function for adding runtime libs to ExternalPackageDavid Tardon 2013-05-01the internal packages should not be registeredDavid Tardon 2013-04-28gbuild: copy shared libs into $(INSTDIR)David Tardon