summaryrefslogtreecommitdiff
path: root/slideshow/Library_OGLTrans.mk
blob: 4eca2a1ecaa32b1525c37e43b5bb57bdd5351b94 (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
37
38
39
40
41
42
43
44
45
46
47
48
# -*- 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/.
#

$(eval $(call gb_Library_Library,OGLTrans))

ifneq ($(strip $(debug)$(DEBUG)),)
$(eval $(call gb_Library_add_defs,OGLTrans,\
    -DBOOST_SP_ENABLE_DEBUG_HOOKS \
))
endif

$(eval $(call gb_Library_add_defs,OGLTrans,\
    -DGLM_FORCE_RADIANS \
))

$(eval $(call gb_Library_use_sdk_api,OGLTrans))

$(eval $(call gb_Library_use_libraries,OGLTrans,\
	basegfx \
    canvastools \
    comphelper \
    cppu \
    cppuhelper \
    sal \
    vcl \
))

$(eval $(call gb_Library_use_externals,OGLTrans,\
	boost_headers \
	epoxy \
	glm_headers \
))

$(eval $(call gb_Library_set_componentfile,OGLTrans,slideshow/source/engine/opengl/ogltrans))

$(eval $(call gb_Library_add_exception_objects,OGLTrans,\
    slideshow/source/engine/opengl/TransitionerImpl \
    slideshow/source/engine/opengl/TransitionImpl \
    slideshow/source/engine/opengl/Operation \
))

# vim: set noet sw=4 ts=4:
>Noel Grandin 2017-10-20loplugin:constmethod in codemaker,registry,storeNoel Grandin 2017-08-18loplugin:unnecessaryparenNoel Grandin 2017-08-17remove unnecessary use of OUString::getStrNoel Grandin 2017-07-17loplugin:constparams in store,registryNoel Grandin 2017-07-14extend loplugin useuniqueptr to POD typesNoel Grandin 2017-07-13use more OUString::operator== in forms..salNoel Grandin 2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin 2017-06-23loplugin:unusedfields in registry..saxNoel Grandin 2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin 2017-06-05Improved loplugin:cstylecast to reference types: registryStephan Bergmann 2017-05-27registry: fix indenting caused by automated namespace scripts, etc.Chris Sherlock 2017-05-27registry: remove comment cruft from regimpl.cxxChris Sherlock 2017-05-27registry: like Rosencrantz, consistency is all I ask...Chris Sherlock 2017-05-27registry: typo in function parameterChris Sherlock 2017-05-26tdf#39468: translate German to English in registry's regimpl.cxxChris Sherlock 2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: registryStephan Bergmann 2017-03-03Remove redundant 'inline' keywordStephan Bergmann 2017-02-25loplugin:loopvartoosmallStephan Bergmann 2017-02-10Remove MinGW supportStephan Bergmann 2017-02-10test coverity sanitizing in-source modellingCaolán McNamara 2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin 2017-01-25loplugin: unnecessary destructor oox..saxNoel Grandin 2016-12-13OSL_TRACE->SAL in framework..salNoel Grandin 2016-09-19convert storeAccessMode to scoped enumNoel Grandin 2016-09-09loplugin:constantparam in sot..svlNoel Grandin