tdf#95854 Same shortcut for insert and edit comment
[LibreOffice.git] / canvas / Library_cairocanvas.mk
blob9acc74fad62552eae0b1b7d429f9df01d34dd765
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 # This file incorporates work covered by the following license notice:
11 # Licensed to the Apache Software Foundation (ASF) under one or more
12 # contributor license agreements. See the NOTICE file distributed
13 # with this work for additional information regarding copyright
14 # ownership. The ASF licenses this file to you under the Apache
15 # License, Version 2.0 (the "License"); you may not use this file
16 # except in compliance with the License. You may obtain a copy of
17 # the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 $(eval $(call gb_Library_Library,cairocanvas))
22 $(eval $(call gb_Library_set_include,cairocanvas,\
23 $$(INCLUDE) \
24 -I$(SRCDIR)/canvas/inc \
27 $(eval $(call gb_Library_set_componentfile,cairocanvas,canvas/source/cairo/cairocanvas))
29 $(eval $(call gb_Library_use_sdk_api,cairocanvas))
31 ifeq ($(OS),MACOSX)
33 $(eval $(call gb_Library_use_system_darwin_frameworks,cairocanvas,\
34 Cocoa \
37 endif
39 $(eval $(call gb_Library_use_libraries,cairocanvas,\
40 sal \
41 cppu \
42 basegfx \
43 cppuhelper \
44 comphelper \
45 vcl \
46 tk \
47 tl \
48 i18nlangtag \
49 canvastools \
52 $(eval $(call gb_Library_add_exception_objects,cairocanvas,\
53 canvas/source/cairo/cairo_cachedbitmap \
54 canvas/source/cairo/cairo_canvas \
55 canvas/source/cairo/cairo_canvasbitmap \
56 canvas/source/cairo/cairo_canvascustomsprite \
57 canvas/source/cairo/cairo_canvasfont \
58 canvas/source/cairo/cairo_canvashelper \
59 canvas/source/cairo/cairo_canvashelper_text \
60 canvas/source/cairo/cairo_devicehelper \
61 canvas/source/cairo/cairo_services \
62 canvas/source/cairo/cairo_spritecanvas \
63 canvas/source/cairo/cairo_spritecanvashelper \
64 canvas/source/cairo/cairo_spritedevicehelper \
65 canvas/source/cairo/cairo_spritehelper \
66 canvas/source/cairo/cairo_textlayout \
69 $(eval $(call gb_Library_use_externals,cairocanvas,\
70 boost_headers \
71 cairo \
74 # vim: set noet sw=4 ts=4: