Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git] / vcl / Executable_vcldemo.mk
bloba09d3b4936e1ddef4a69adddcff86e31334787bf
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,vcldemo))
13 $(eval $(call gb_Executable_use_api,vcldemo,\
14 offapi \
15 udkapi \
18 $(eval $(call gb_Executable_use_externals,vcldemo,\
19 boost_headers \
20 glm_headers \
22 ifeq ($(ENABLE_HEADLESS),)
23 $(eval $(call gb_Executable_use_externals,vcldemo,\
24 epoxy \
26 endif
28 $(eval $(call gb_Executable_set_include,vcldemo,\
29 $$(INCLUDE) \
30 -I$(SRCDIR)/vcl/inc \
33 $(eval $(call gb_Executable_use_libraries,vcldemo,\
34 basegfx \
35 comphelper \
36 cppu \
37 cppuhelper \
38 tl \
39 sal \
40 salhelper \
41 vcl \
44 $(eval $(call gb_Executable_add_exception_objects,vcldemo,\
45 vcl/workben/vcldemo \
48 $(eval $(call gb_Executable_use_static_libraries,vcldemo,\
49 vclmain \
52 ifeq ($(OS), $(filter LINUX %BSD SOLARIS, $(OS)))
53 $(eval $(call gb_Executable_add_libs,vcldemo,\
54 -lm $(DLOPEN_LIBS) \
55 -lpthread \
56 -lX11 \
59 $(eval $(call gb_Executable_use_static_libraries,vcldemo,\
60 glxtest \
62 endif
64 # vim: set noet sw=4 ts=4: