[en-GB] Added 13 words to autocorrect
[LibreOffice.git] / slideshow / Library_OGLTrans.mk
blob4eca2a1ecaa32b1525c37e43b5bb57bdd5351b94
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 \
22 $(eval $(call gb_Library_use_sdk_api,OGLTrans))
24 $(eval $(call gb_Library_use_libraries,OGLTrans,\
25 basegfx \
26 canvastools \
27 comphelper \
28 cppu \
29 cppuhelper \
30 sal \
31 vcl \
34 $(eval $(call gb_Library_use_externals,OGLTrans,\
35 boost_headers \
36 epoxy \
37 glm_headers \
40 $(eval $(call gb_Library_set_componentfile,OGLTrans,slideshow/source/engine/opengl/ogltrans))
42 $(eval $(call gb_Library_add_exception_objects,OGLTrans,\
43 slideshow/source/engine/opengl/TransitionerImpl \
44 slideshow/source/engine/opengl/TransitionImpl \
45 slideshow/source/engine/opengl/Operation \
48 # vim: set noet sw=4 ts=4: