Remove include stdio (part1)
[LibreOffice.git] / sw / Library_msword.mk
blobca4975049857456e7ae79438146c5d560a77d823
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,$(SRCDIR)/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_sdk_api,msword))
38 $(eval $(call gb_Library_use_libraries,msword,\
39 basegfx \
40 comphelper \
41 cppu \
42 cppuhelper \
43 editeng \
44 i18nlangtag \
45 i18nutil \
46 msfilter \
47 sal \
48 sax \
49 sb \
50 oox \
51 sfx \
52 sot \
53 svl \
54 svt \
55 svx \
56 svxcore \
57 sw \
58 tk \
59 tl \
60 ucbhelper \
61 utl \
62 vcl \
63 $(gb_UWINAPI) \
66 $(eval $(call gb_Library_use_externals,msword,\
67 boost_headers \
68 icuuc \
69 icu_headers \
70 libxml2 \
73 $(eval $(call gb_Library_add_exception_objects,msword,\
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/docxsdrexport \
79 sw/source/filter/ww8/docxtablestyleexport \
80 sw/source/filter/ww8/rtfattributeoutput \
81 sw/source/filter/ww8/rtfexport \
82 sw/source/filter/ww8/rtfexportfilter \
83 sw/source/filter/ww8/rtfsdrexport \
84 sw/source/filter/ww8/rtfstringbuffer \
85 sw/source/filter/ww8/WW8FFData \
86 sw/source/filter/ww8/WW8FibData \
87 sw/source/filter/ww8/WW8Sttbf \
88 sw/source/filter/ww8/WW8TableInfo \
89 sw/source/filter/ww8/fields \
90 sw/source/filter/ww8/styles \
91 sw/source/filter/ww8/writerhelper \
92 sw/source/filter/ww8/writerwordglue \
93 sw/source/filter/ww8/wrtw8esh \
94 sw/source/filter/ww8/wrtw8nds \
95 sw/source/filter/ww8/wrtw8num \
96 sw/source/filter/ww8/wrtw8sty \
97 sw/source/filter/ww8/wrtww8 \
98 sw/source/filter/ww8/wrtww8gr \
99 sw/source/filter/ww8/ww8atr \
100 sw/source/filter/ww8/ww8glsy \
101 sw/source/filter/ww8/ww8graf \
102 sw/source/filter/ww8/ww8graf2 \
103 sw/source/filter/ww8/ww8par \
104 sw/source/filter/ww8/ww8par2 \
105 sw/source/filter/ww8/ww8par3 \
106 sw/source/filter/ww8/ww8par4 \
107 sw/source/filter/ww8/ww8par5 \
108 sw/source/filter/ww8/ww8par6 \
109 sw/source/filter/ww8/ww8scan \
110 sw/source/filter/ww8/ww8toolbar \
113 # vim: set noet sw=4 ts=4: