summaryrefslogtreecommitdiff
path: root/sd/Library_sdd.mk
blob: 94bdfecae942296312f52192ef948ee080d1a073 (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
58
59
60
61
62
63
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# Copyright (C) 2010 Red Hat, Inc., David Tardon <dtardon@redhat.com>
#  (initial developer)
#
# All Rights Reserved.
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.

$(eval $(call gb_Library_Library,sdd))

$(eval $(call gb_Library_set_include,sdd,\
    $$(INCLUDE) \
    -I$(realpath $(SRCDIR)/sd/inc) \
))

$(eval $(call gb_Library_add_api,sdd,\
    offapi \
    udkapi \
))

$(eval $(call gb_Library_add_linked_libs,sdd,\
    cppu \
    cppuhelper \
    sal \
    sfx \
    sot \
    svl \
    svt \
    svxcore \
    tl \
    ucbhelper \
    utl \
    vcl \
    $(gb_STDLIBS) \
))

$(eval $(call gb_Library_set_componentfile,sdd,sd/util/sdd))

$(eval $(call gb_Library_add_exception_objects,sdd,\
    sd/source/ui/unoidl/detreg \
    sd/source/ui/unoidl/sddetect \
))

# vim: set noet sw=4 ts=4:
ghlight'> Change-Id: I187b289963a6fdbf8752133bc006328f9de886ba Reviewed-on: https://gerrit.libreoffice.org/57580 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com> 2018-07-17remove the GL based 3D chartsMarkus Mohrhard Change-Id: Ia578c71ae70aa0a85b49fa50138edf90f961b1e9 Reviewed-on: https://gerrit.libreoffice.org/57533 Tested-by: Jenkins Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> 2018-06-17Removed executable permission on images filesAndrea Gelmini Change-Id: I6963b91a58bd88e7c920a96a44fc982ad4768d4b Reviewed-on: https://gerrit.libreoffice.org/54666 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> 2018-06-04Karasa Jaga: Add many locale icon, update some database & chart related iconsRizal Muttaqin Change-Id: Id8565b07e612bff77009322a9b82a7800d748384 Reviewed-on: https://gerrit.libreoffice.org/55203 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: andreas_kainz <kainz.a@gmail.com> 2018-05-22tdf#117342 - Add Karasa Jaga to LibreOffice coreRizal Muttaqin Change-Id: Id121df0ddc763a299c5714cadd0d61740876e3d6 Reviewed-on: https://gerrit.libreoffice.org/54512 Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com> Tested-by: Heiko Tietze <tietze.heiko@gmail.com>