summaryrefslogtreecommitdiff
path: root/javaunohelper/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:
6-06-29 22:37:22 +0200'>2016-06-29compilerplugins: -isystem /usr/include breaks the buildMichael Stahl 2016-02-26New COMPILER_PLUGINS_CXX to specify compiler to build Clang plugins withStephan Bergmann 2016-02-26These version checks are about the Clang the plugins are built /against/Stephan Bergmann 2015-08-11gbuild/config stop using VERBOSE, use only verbose=tNorbert Thiebaud 2014-05-22Filter out all -fsanitize= args when building compilerpluginsStephan Bergmann 2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante 2014-05-09compilerplugins/clang: filter out -fsanitize=addressStephan Bergmann 2014-02-25Drop CLANGBUILD in addition to CLANGDIRStephan Bergmann 2014-02-21Allow building compilerplugins/clang on Mac OS XStephan Bergmann 2014-02-20EXTERNAL_WARNINGS_NOT_ERRORS -> ENABLE_WERROR and be "TRUE"/""Matúš Kukan