summaryrefslogtreecommitdiff
path: root/sw/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:
>Remove MinGW supportStephan Bergmann 2016-08-15Drop leftover EXTRA_CFLAGS and EXTRA_CDEFSTor Lillqvist 2016-07-11Break gb_DEBUGINFO_FLAGS out of gb_DEBUG_CFLAGSStephan Bergmann 2015-01-29tdf#80370: Fix Mac OS X install names of external/{coinmp,lpsolve}Stephan Bergmann 2014-11-03fdo#82430: MSVC build: disable a few more cases of SSE2 in externalsMichael Stahl 2014-10-11drop -Wno-long-double compiler flagDouglas Mencken 2014-08-12Let building lpsolve fail when its ccc script failsStephan Bergmann 2014-06-18Avoid undefined out-of-range conversions from double to unsigned charStephan Bergmann 2014-06-18Pass debug flags into lpsolveStephan Bergmann 2014-03-11normalize values of MINGW_SHARED_GCCLIB/MINGW_SHARED_GXXLIBMichael Stahl 2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl 2013-10-27gbuild: remove gb_ExternalPackage_add_library_for_installMichael Stahl 2013-10-24lpsolve: use libraries from WORKDIRMichael Stahl 2013-10-19fdo#70393: move lpsolve to a subdir of externalKhaled Hosny