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
,chartopengl
))
12 $(eval
$(call gb_Library_set_include
,chartopengl
,\
13 -I
$(SRCDIR
)/chart2
/inc \
14 -I
$(SRCDIR
)/chart2
/source
/model
/inc \
15 -I
$(SRCDIR
)/chart2
/source
/view
/inc \
16 -I
$(SRCDIR
)/chart2
/source
/inc \
20 $(eval
$(call gb_Library_set_precompiled_header
,chartopengl
,$(SRCDIR
)/chart2
/inc
/pch
/precompiled_chartopengl
))
22 $(eval
$(call gb_Library_use_externals
,chartopengl
,\
29 $(eval
$(call gb_Library_use_sdk_api
,chartopengl
))
31 $(eval
$(call gb_Library_use_libraries
,chartopengl
,\
54 $(eval
$(call gb_Library_add_exception_objects
,chartopengl
,\
55 chart2
/source
/view
/main
/OpenglShapeFactory \
56 chart2
/source
/view
/main
/DummyXShape \
57 chart2
/source
/view
/main
/OpenGLRender \
60 ifeq ($(strip $(OS
)),WNT
)
61 $(eval
$(call gb_Library_use_system_win32_libs
,chartopengl
,\
65 else ifeq ($(OS
),MACOSX
)
66 $(eval
$(call gb_Library_use_system_darwin_frameworks
,chartopengl
,\
69 else ifeq ($(OS
),LINUX
)
70 $(eval
$(call gb_Library_add_libs
,chartopengl
,\
77 # vim: set noet sw=4 ts=4: