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 ifeq ($(strip $(VERBOSE
)),TRUE
)
13 $(eval
$(call gb_Library_add_defs
,OGLTrans
,\
18 ifneq ($(strip $(debug
)$(DEBUG
)),)
19 $(eval
$(call gb_Library_add_defs
,OGLTrans
,\
20 -DBOOST_SP_ENABLE_DEBUG_HOOKS \
24 $(eval
$(call gb_Library_use_sdk_api
,OGLTrans
))
26 $(eval
$(call gb_Library_use_libraries
,OGLTrans
,\
37 $(eval
$(call gb_Library_use_externals
,OGLTrans
,\
44 $(eval
$(call gb_Library_set_componentfile
,OGLTrans
,slideshow
/source
/engine
/OGLTrans
/ogltrans
))
46 ifeq ($(strip $(OS
)),MACOSX
)
48 $(eval
$(call gb_Library_add_exception_objects
,OGLTrans
,\
49 slideshow
/source
/engine
/OGLTrans
/generic
/OGLTrans_TransitionerImpl \
50 slideshow
/source
/engine
/OGLTrans
/generic
/OGLTrans_TransitionImpl \
53 $(eval
$(call gb_Library_use_system_darwin_frameworks
,OGLTrans
,\
59 else ifeq ($(strip $(OS
)),WNT
)
60 $(eval
$(call gb_Library_use_system_win32_libs
,OGLTrans
,\
66 $(eval
$(call gb_Library_add_exception_objects
,OGLTrans
,\
67 slideshow
/source
/engine
/OGLTrans
/generic
/OGLTrans_TransitionerImpl \
68 slideshow
/source
/engine
/OGLTrans
/generic
/OGLTrans_TransitionImpl \
72 $(eval
$(call gb_Library_add_exception_objects
,OGLTrans
,\
73 slideshow
/source
/engine
/OGLTrans
/generic
/OGLTrans_TransitionerImpl \
74 slideshow
/source
/engine
/OGLTrans
/generic
/OGLTrans_TransitionImpl \
77 $(eval
$(call gb_Library_add_libs
,OGLTrans
,\
83 # vim: set noet sw=4 ts=4: