Related tdf#122788: avoid assert
[LibreOffice.git] / writerperfect / Library_wpftwriter.mk
blob2ac6bd141cf21896b93299f0596cb26a0adc81f9
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,wpftwriter))
22 $(eval $(call gb_Library_set_include,wpftwriter,\
23 -I$(SRCDIR)/writerperfect/inc \
24 $$(INCLUDE) \
27 $(eval $(call gb_Library_set_componentfile,wpftwriter,writerperfect/source/writer/wpftwriter))
29 $(eval $(call gb_Library_use_sdk_api,wpftwriter))
31 $(eval $(call gb_Library_use_libraries,wpftwriter,\
32 comphelper \
33 cppu \
34 cppuhelper \
35 i18nlangtag \
36 vcl \
37 sal \
38 sax \
39 sfx \
40 sot \
41 svt \
42 svx \
43 tl \
44 ucbhelper \
45 utl \
46 vcl \
47 writerperfect \
48 xo \
51 $(eval $(call gb_Library_use_externals,wpftwriter,\
52 abw \
53 boost_headers \
54 ebook \
55 epubgen \
56 etonyek \
57 icu_headers \
58 icui18n \
59 icuuc \
60 liblangtag \
61 libxml2 \
62 mwaw \
63 odfgen \
64 revenge \
65 staroffice \
66 wpd \
67 wpg \
68 wps \
69 zlib \
72 $(eval $(call gb_Library_add_exception_objects,wpftwriter,\
73 writerperfect/source/writer/AbiWordImportFilter \
74 writerperfect/source/writer/EBookImportFilter \
75 writerperfect/source/writer/EPUBExportDialog \
76 writerperfect/source/writer/EPUBExportFilter \
77 writerperfect/source/writer/EPUBExportUIComponent \
78 writerperfect/source/writer/EPUBPackage \
79 writerperfect/source/writer/MSWorksImportFilter \
80 writerperfect/source/writer/MWAWImportFilter \
81 writerperfect/source/writer/PagesImportFilter \
82 writerperfect/source/writer/StarOfficeWriterImportFilter \
83 writerperfect/source/writer/WordPerfectImportFilter \
84 writerperfect/source/writer/exp/XMLBase64ImportContext \
85 writerperfect/source/writer/exp/XMLFootnoteImportContext \
86 writerperfect/source/writer/exp/XMLSectionContext \
87 writerperfect/source/writer/exp/XMLTextFrameContext \
88 writerperfect/source/writer/exp/XMLTextListContext \
89 writerperfect/source/writer/exp/XMLTextListItemContext \
90 writerperfect/source/writer/exp/txtparai \
91 writerperfect/source/writer/exp/txtstyli \
92 writerperfect/source/writer/exp/xmlfmt \
93 writerperfect/source/writer/exp/xmlictxt \
94 writerperfect/source/writer/exp/xmlimp \
95 writerperfect/source/writer/exp/xmlmetai \
96 writerperfect/source/writer/exp/xmltbli \
97 writerperfect/source/writer/exp/xmltext \
100 # vim: set noet sw=4 ts=4: