summaryrefslogtreecommitdiff
path: root/canvas/Executable_canvasdemo.mk
blob: a86a4a717510c182bf3c7ba1f608a5b3c3d360e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_Executable_Executable,canvasdemo))

$(eval $(call gb_Executable_use_api,canvasdemo,\
    offapi \
    udkapi \
))

$(eval $(call gb_Executable_use_externals,canvasdemo,\
    boost_headers \
))

$(eval $(call gb_Executable_set_include,canvasdemo,\
    $$(INCLUDE) \
))

$(eval $(call gb_Executable_use_libraries,canvasdemo,\
    basegfx \
    comphelper \
    cppu \
    cppuhelper \
    tl \
    sal \
    salhelper \
    vcl \
))

$(eval $(call gb_Executable_add_exception_objects,canvasdemo,\
    canvas/workben/canvasdemo \
))

$(eval $(call gb_Executable_use_static_libraries,canvasdemo,\
    vclmain \
))

ifeq ($(OS), $(filter LINUX %BSD SOLARIS, $(OS)))
$(eval $(call gb_Executable_add_libs,canvasdemo,\
    -lm $(DLOPEN_LIBS) \
    -lpthread \
    -lX11 \
))

$(eval $(call gb_Executable_use_static_libraries,canvasdemo,\
    glxtest \
))
endif

# vim: set noet sw=4 ts=4:
href='/cgit/lo/core/commit/sccomp?h=gov-5.3-49&id=b85c34978356eb01311f197f00f4dd5f808e3664'>gbuild: replace direct gb_STDLIBS use with ...Michael Stahl 2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl 2012-08-27Bypass the solver component for iOS for nowTor Lillqvist 2012-07-02targetted improvement of UNO API includes / usageMichael Meeks 2012-06-21re-base on ALv2 code.Michael Meeks 2012-06-21re-base on ALv2 code.Michael Meeks 2012-06-02targeted string re-workNorbert Thiebaud 2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen 2012-04-08gbuild: "use" vs. "add":Michael Stahl 2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan 2012-02-23Get rid of CREATEVERSIONRESMGR[_NAME]Stephan Bergmann 2012-02-10fdo#39491 more of unnecessary include pathsMatúš Kukan 2012-02-08Added READMEs for modules used by LibO Base and LibO Calc.Josh Heidenreich 2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud 2012-01-05Fix for fdo43460 Part XXIX getLength() to isEmpty()Olivier Hallot