Implement infobar encouraging the community involvement.
[LibreOffice.git] / vcl / Executable_vcldemo.mk
blobc06725c297cff353531448cde4ddad099350eb7f
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 \
21 harfbuzz \
23 ifeq ($(ENABLE_HEADLESS),)
24 $(eval $(call gb_Executable_use_externals,vcldemo,\
25 epoxy \
27 endif
29 $(eval $(call gb_Executable_set_include,vcldemo,\
30 $$(INCLUDE) \
31 -I$(SRCDIR)/vcl/inc \
34 $(eval $(call gb_Executable_use_libraries,vcldemo,\
35 basegfx \
36 comphelper \
37 cppu \
38 cppuhelper \
39 tl \
40 sal \
41 salhelper \
42 vcl \
45 $(eval $(call gb_Executable_add_exception_objects,vcldemo,\
46 vcl/workben/vcldemo \
49 $(eval $(call gb_Executable_use_static_libraries,vcldemo,\
50 vclmain \
53 ifeq ($(OS), $(filter LINUX %BSD SOLARIS, $(OS)))
54 $(eval $(call gb_Executable_add_libs,vcldemo,\
55 -lm $(DLOPEN_LIBS) \
56 -lpthread \
57 -lX11 \
60 $(eval $(call gb_Executable_use_static_libraries,vcldemo,\
61 glxtest \
63 endif
65 # vim: set noet sw=4 ts=4: