Bump version to 6.4-15
[LibreOffice.git] / slideshow / Library_OGLTrans.mk
blob9b64181d6a46504d19ff33586e3847e4562502a5
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Library_Library,OGLTrans))
12 ifneq ($(strip $(debug)$(DEBUG)),)
13 $(eval $(call gb_Library_add_defs,OGLTrans,\
14 -DBOOST_SP_ENABLE_DEBUG_HOOKS \
16 endif
18 $(eval $(call gb_Library_add_defs,OGLTrans,\
19 -DGLM_FORCE_RADIANS \
20 -DGLM_FORCE_CTOR_INIT \
23 $(eval $(call gb_Library_use_sdk_api,OGLTrans))
25 $(eval $(call gb_Library_use_libraries,OGLTrans,\
26 basegfx \
27 canvastools \
28 comphelper \
29 cppu \
30 cppuhelper \
31 sal \
32 vcl \
35 $(eval $(call gb_Library_use_externals,OGLTrans,\
36 boost_headers \
37 epoxy \
38 glm_headers \
41 $(eval $(call gb_Library_set_componentfile,OGLTrans,slideshow/source/engine/opengl/ogltrans))
43 $(eval $(call gb_Library_add_exception_objects,OGLTrans,\
44 slideshow/source/engine/opengl/TransitionerImpl \
45 slideshow/source/engine/opengl/TransitionImpl \
46 slideshow/source/engine/opengl/Operation \
49 # vim: set noet sw=4 ts=4: