nss: upgrade to release 3.73
[LibreOffice.git] / vcl / Executable_vcldemo.mk
bloba9a8d195fdc95b51a2ad0aaf7eb0757a5916b49e
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 ($(DISABLE_GUI),)
24 $(eval $(call gb_Executable_use_externals,vcldemo,\
25 epoxy \
27 endif
29 $(eval $(call gb_Executable_add_defs,vcldemo,\
30 -DVCL_INTERNALS \
33 $(eval $(call gb_Executable_set_include,vcldemo,\
34 $$(INCLUDE) \
35 -I$(SRCDIR)/vcl/inc \
38 $(eval $(call gb_Executable_use_libraries,vcldemo,\
39 basegfx \
40 comphelper \
41 cppu \
42 cppuhelper \
43 tl \
44 sal \
45 salhelper \
46 vcl \
49 $(eval $(call gb_Executable_add_exception_objects,vcldemo,\
50 vcl/workben/vcldemo \
53 $(eval $(call gb_Executable_use_static_libraries,vcldemo,\
54 vclmain \
57 ifeq ($(OS), $(filter LINUX %BSD SOLARIS, $(OS)))
58 $(eval $(call gb_Executable_add_libs,vcldemo,\
59 -lm $(DLOPEN_LIBS) \
60 -lX11 \
63 $(eval $(call gb_Executable_use_static_libraries,vcldemo,\
64 glxtest \
66 endif
68 # vim: set noet sw=4 ts=4: