tdf#133853 Large spreadsheets have 16385 columns instead of 16384
[LibreOffice.git] / sw / Library_msword.mk
blob74c66073c83f5dd675c5c85871dbcf0ba8b2df63
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 \
28 $(eval $(call gb_Library_set_precompiled_header,msword,sw/inc/pch/precompiled_msword))
30 $(eval $(call gb_Library_set_include,msword,\
31 -I$(SRCDIR)/sw/source/filter/inc \
32 -I$(SRCDIR)/sw/inc \
33 $$(INCLUDE) \
36 $(eval $(call gb_Library_use_api,msword,\
37 udkapi \
38 offapi \
39 oovbaapi \
42 $(eval $(call gb_Library_use_libraries,msword,\
43 basegfx \
44 comphelper \
45 cppu \
46 cppuhelper \
47 editeng \
48 i18nlangtag \
49 i18nutil \
50 msfilter \
51 sal \
52 sax \
53 sb \
54 oox \
55 sfx \
56 sot \
57 svl \
58 svt \
59 svx \
60 svxcore \
61 sw \
62 tk \
63 tl \
64 ucbhelper \
65 utl \
66 vcl \
69 $(eval $(call gb_Library_use_externals,msword,\
70 boost_headers \
71 icui18n \
72 icuuc \
73 icu_headers \
74 libxml2 \
77 $(eval $(call gb_Library_add_exception_objects,msword,\
78 sw/source/filter/docx/swdocxreader \
79 sw/source/filter/rtf/swparrtf \
80 sw/source/filter/ww8/docxattributeoutput \
81 sw/source/filter/ww8/docxexport \
82 sw/source/filter/ww8/docxexportfilter \
83 sw/source/filter/ww8/docxsdrexport \
84 sw/source/filter/ww8/docxtablestyleexport \
85 sw/source/filter/ww8/rtfattributeoutput \
86 sw/source/filter/ww8/rtfexport \
87 sw/source/filter/ww8/rtfexportfilter \
88 sw/source/filter/ww8/rtfsdrexport \
89 sw/source/filter/ww8/rtfstringbuffer \
90 sw/source/filter/ww8/WW8FFData \
91 sw/source/filter/ww8/WW8FibData \
92 sw/source/filter/ww8/WW8Sttbf \
93 sw/source/filter/ww8/WW8TableInfo \
94 sw/source/filter/ww8/fields \
95 sw/source/filter/ww8/styles \
96 sw/source/filter/ww8/writerhelper \
97 sw/source/filter/ww8/writerwordglue \
98 sw/source/filter/ww8/wrtw8esh \
99 sw/source/filter/ww8/wrtw8nds \
100 sw/source/filter/ww8/wrtw8num \
101 sw/source/filter/ww8/wrtw8sty \
102 sw/source/filter/ww8/wrtww8 \
103 sw/source/filter/ww8/wrtww8gr \
104 sw/source/filter/ww8/ww8atr \
105 sw/source/filter/ww8/ww8glsy \
106 sw/source/filter/ww8/ww8graf \
107 sw/source/filter/ww8/ww8graf2 \
108 sw/source/filter/ww8/ww8par \
109 sw/source/filter/ww8/ww8par2 \
110 sw/source/filter/ww8/ww8par3 \
111 sw/source/filter/ww8/ww8par4 \
112 sw/source/filter/ww8/ww8par5 \
113 sw/source/filter/ww8/ww8par6 \
114 sw/source/filter/ww8/ww8scan \
115 sw/source/filter/ww8/ww8toolbar \
118 # vim: set noet sw=4 ts=4: