Bump for 4.0-15
[LibreOffice.git] / sw / Library_msword.mk
blob5ce6617f06f317dbaa8441191a4de5c8443a5b47
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,msword))
22 $(eval $(call gb_Library_set_componentfile,msword,sw/util/msword))
24 $(eval $(call gb_Library_use_package,msword,writerfilter_sprmids))
26 $(eval $(call gb_Library_set_include,msword,\
27 -I$(SRCDIR)/sw/source/core/inc \
28 -I$(SRCDIR)/sw/source/ui/inc \
29 -I$(SRCDIR)/sw/source/filter/inc \
30 -I$(SRCDIR)/sw/inc \
31 $$(INCLUDE) \
34 $(eval $(call gb_Library_use_sdk_api,msword))
36 $(eval $(call gb_Library_use_libraries,msword,\
37 basegfx \
38 comphelper \
39 cppu \
40 cppuhelper \
41 editeng \
42 i18nisolang1 \
43 i18nutil \
44 msfilter \
45 sal \
46 sax \
47 sb \
48 oox \
49 sfx \
50 sot \
51 svl \
52 svt \
53 svx \
54 svxcore \
55 sw \
56 tk \
57 tl \
58 ucbhelper \
59 utl \
60 vcl \
61 $(gb_UWINAPI) \
64 $(eval $(call gb_Library_use_externals,msword,\
65 icuuc \
66 libxml2 \
69 $(eval $(call gb_Library_add_exception_objects,msword,\
70 sw/source/filter/rtf/rtffld \
71 sw/source/filter/rtf/rtffly \
72 sw/source/filter/rtf/rtfnum \
73 sw/source/filter/rtf/rtftbl \
74 sw/source/filter/rtf/swparrtf \
75 sw/source/filter/ww8/docxattributeoutput \
76 sw/source/filter/ww8/docxexport \
77 sw/source/filter/ww8/docxexportfilter \
78 sw/source/filter/ww8/rtfattributeoutput \
79 sw/source/filter/ww8/rtfexport \
80 sw/source/filter/ww8/rtfexportfilter \
81 sw/source/filter/ww8/rtfsdrexport \
82 sw/source/filter/ww8/rtfstringbuffer \
83 sw/source/filter/ww8/WW8FFData \
84 sw/source/filter/ww8/WW8FibData \
85 sw/source/filter/ww8/WW8Sttbf \
86 sw/source/filter/ww8/WW8TableInfo \
87 sw/source/filter/ww8/fields \
88 sw/source/filter/ww8/styles \
89 sw/source/filter/ww8/writerhelper \
90 sw/source/filter/ww8/writerwordglue \
91 sw/source/filter/ww8/wrtw8esh \
92 sw/source/filter/ww8/wrtw8nds \
93 sw/source/filter/ww8/wrtw8num \
94 sw/source/filter/ww8/wrtw8sty \
95 sw/source/filter/ww8/wrtww8 \
96 sw/source/filter/ww8/wrtww8gr \
97 sw/source/filter/ww8/ww8atr \
98 sw/source/filter/ww8/ww8glsy \
99 sw/source/filter/ww8/ww8graf \
100 sw/source/filter/ww8/ww8graf2 \
101 sw/source/filter/ww8/ww8par \
102 sw/source/filter/ww8/ww8par2 \
103 sw/source/filter/ww8/ww8par3 \
104 sw/source/filter/ww8/ww8par4 \
105 sw/source/filter/ww8/ww8par5 \
106 sw/source/filter/ww8/ww8par6 \
107 sw/source/filter/ww8/ww8scan \
108 sw/source/filter/ww8/ww8toolbar \
111 # vim: set noet sw=4 ts=4: