summaryrefslogtreecommitdiff
path: root/compilerplugins/Makefile.mk
blob: 5da6967c161724a3692d90ecaf25cf4bb30f990c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

.PHONY: compilerplugins compilerplugins-clean

ifeq ($(COMPILER_PLUGINS),)

# no support

compilerplugins:
compilerplugins-clean:
compilerplugins.clean:

else

ifeq ($(COM_IS_CLANG),TRUE)

compilerplugins:
	$(MAKE) $(PARALLELISM_OPTION) -f $(SRCDIR)/compilerplugins/Makefile-clang.mk compilerplugins

compilerplugins-clean:
	$(MAKE) -f $(SRCDIR)/compilerplugins/Makefile-clang.mk compilerplugins-clean

compilerplugins.clean: compilerplugins-clean

endif

endif

# vim: set noet sw=4 ts=4:
cl/opengl?h=co-6.0-38&id=495ad69a2eb2b0b12bf799a8f973a7121c4722d2'>don't need to include all these headers, reduce to required minCaolán McNamara 2016-09-05convert GradientStyle to scoped enumNoel Grandin 2016-08-31opengl: remove unsused "bitmap ops" in GL backendTomaž Vajngerl 2016-08-18cppcheck: noCopyConstructorCaolán McNamara 2016-08-12fix windows buildNoel Grandin 2016-08-05opengl: add #version to shaders - minimum 130 which is OpenGL 3.0Tomaž Vajngerl 2016-08-04tdf#101008 fix XOR renderingTomaž Vajngerl 2016-08-01Look also for "RDPDD Chained DD"Tor Lillqvist 2016-07-28opengl: don't initialize MSAA when we create VCL contextTomaž Vajngerl 2016-07-28opengl: improve context creation, temp window creation on windowsTomaž Vajngerl 2016-07-28tdf#100915 draw antialiased line just for polygon outlineTomaž Vajngerl 2016-07-26tdf#101138 opengl: blacklist intel drivers for Win 7Tomaž Vajngerl 2016-07-25opengl: log device/driver info, remove unneeded info messagesTomaž Vajngerl 2016-07-25opengl: check supported texture size on first GL initTomaž Vajngerl 2016-07-19clang-tidy performance-unnecessary-value-param in vclStephan Bergmann