bump product version to 4.1.6.2
[LibreOffice.git] / sw / Library_msword.mk
blob93a43d11802d5f3116e0cc54240ef21fc70503a4
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_custom_headers,msword,\
25 oox/generated \
26 writerfilter/source \
29 $(eval $(call gb_Library_set_precompiled_header,msword,$(SRCDIR)/sw/inc/pch/precompiled_msword))
31 $(eval $(call gb_Library_set_include,msword,\
32 -I$(SRCDIR)/sw/source/core/inc \
33 -I$(SRCDIR)/sw/source/ui/inc \
34 -I$(SRCDIR)/sw/source/filter/inc \
35 -I$(SRCDIR)/sw/inc \
36 $$(INCLUDE) \
39 $(eval $(call gb_Library_use_sdk_api,msword))
41 $(eval $(call gb_Library_use_libraries,msword,\
42 basegfx \
43 comphelper \
44 cppu \
45 cppuhelper \
46 editeng \
47 i18nlangtag \
48 i18nutil \
49 msfilter \
50 sal \
51 sax \
52 sb \
53 oox \
54 sfx \
55 sot \
56 svl \
57 svt \
58 svx \
59 svxcore \
60 sw \
61 tk \
62 tl \
63 ucbhelper \
64 utl \
65 vcl \
66 $(gb_UWINAPI) \
69 $(eval $(call gb_Library_use_externals,msword,\
70 boost_headers \
71 icuuc \
72 icu_headers \
73 libxml2 \
76 $(eval $(call gb_Library_add_exception_objects,msword,\
77 sw/source/filter/rtf/swparrtf \
78 sw/source/filter/ww8/docxattributeoutput \
79 sw/source/filter/ww8/docxexport \
80 sw/source/filter/ww8/docxexportfilter \
81 sw/source/filter/ww8/rtfattributeoutput \
82 sw/source/filter/ww8/rtfexport \
83 sw/source/filter/ww8/rtfexportfilter \
84 sw/source/filter/ww8/rtfsdrexport \
85 sw/source/filter/ww8/rtfstringbuffer \
86 sw/source/filter/ww8/WW8FFData \
87 sw/source/filter/ww8/WW8FibData \
88 sw/source/filter/ww8/WW8Sttbf \
89 sw/source/filter/ww8/WW8TableInfo \
90 sw/source/filter/ww8/fields \
91 sw/source/filter/ww8/styles \
92 sw/source/filter/ww8/writerhelper \
93 sw/source/filter/ww8/writerwordglue \
94 sw/source/filter/ww8/wrtw8esh \
95 sw/source/filter/ww8/wrtw8nds \
96 sw/source/filter/ww8/wrtw8num \
97 sw/source/filter/ww8/wrtw8sty \
98 sw/source/filter/ww8/wrtww8 \
99 sw/source/filter/ww8/wrtww8gr \
100 sw/source/filter/ww8/ww8atr \
101 sw/source/filter/ww8/ww8glsy \
102 sw/source/filter/ww8/ww8graf \
103 sw/source/filter/ww8/ww8graf2 \
104 sw/source/filter/ww8/ww8par \
105 sw/source/filter/ww8/ww8par2 \
106 sw/source/filter/ww8/ww8par3 \
107 sw/source/filter/ww8/ww8par4 \
108 sw/source/filter/ww8/ww8par5 \
109 sw/source/filter/ww8/ww8par6 \
110 sw/source/filter/ww8/ww8scan \
111 sw/source/filter/ww8/ww8toolbar \
114 # vim: set noet sw=4 ts=4: