license: Microsoft Visual C++ 2015 Runtime Libraries
[LibreOffice.git] / canvas / Executable_canvasdemo.mk
bloba86a4a717510c182bf3c7ba1f608a5b3c3d360e6
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval $(call gb_Executable_Executable,canvasdemo))
13 $(eval $(call gb_Executable_use_api,canvasdemo,\
14 offapi \
15 udkapi \
18 $(eval $(call gb_Executable_use_externals,canvasdemo,\
19 boost_headers \
22 $(eval $(call gb_Executable_set_include,canvasdemo,\
23 $$(INCLUDE) \
26 $(eval $(call gb_Executable_use_libraries,canvasdemo,\
27 basegfx \
28 comphelper \
29 cppu \
30 cppuhelper \
31 tl \
32 sal \
33 salhelper \
34 vcl \
37 $(eval $(call gb_Executable_add_exception_objects,canvasdemo,\
38 canvas/workben/canvasdemo \
41 $(eval $(call gb_Executable_use_static_libraries,canvasdemo,\
42 vclmain \
45 ifeq ($(OS), $(filter LINUX %BSD SOLARIS, $(OS)))
46 $(eval $(call gb_Executable_add_libs,canvasdemo,\
47 -lm $(DLOPEN_LIBS) \
48 -lpthread \
49 -lX11 \
52 $(eval $(call gb_Executable_use_static_libraries,canvasdemo,\
53 glxtest \
55 endif
57 # vim: set noet sw=4 ts=4: