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 \
18 $(eval
$(call gb_Library_add_defs
,OGLTrans
,\
22 $(eval
$(call gb_Library_use_sdk_api
,OGLTrans
))
24 $(eval
$(call gb_Library_use_libraries
,OGLTrans
,\
34 $(eval
$(call gb_Library_use_externals
,OGLTrans
,\
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: