Added 20 words to autocorrect pt_PT
[LibreOffice.git] / svl / Library_svl.mk
blob292e7f14815dec0a0c4a588cf1489c51e0a734cb
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,svl))
22 $(eval $(call gb_Library_use_externals,svl,\
23 boost_headers \
24 icu_headers \
25 icuuc \
26 mdds_headers \
27 libxml2 \
30 $(eval $(call gb_Library_set_componentfile,svl,svl/util/svl))
32 $(eval $(call gb_Library_set_include,svl,\
33 -I$(SRCDIR)/svl/source/inc \
34 $$(INCLUDE) \
37 $(eval $(call gb_Library_use_custom_headers,svl,\
38 officecfg/registry \
41 $(eval $(call gb_Library_set_precompiled_header,svl,$(SRCDIR)/svl/inc/pch/precompiled_svl))
43 $(eval $(call gb_Library_use_sdk_api,svl))
45 $(eval $(call gb_Library_add_defs,svl,\
46 -DSVL_DLLIMPLEMENTATION \
49 $(eval $(call gb_Library_use_libraries,svl,\
50 basegfx \
51 comphelper \
52 cppu \
53 cppuhelper \
54 i18nlangtag \
55 i18nutil \
56 $(if $(ENABLE_JAVA), \
57 jvmfwk) \
58 sal \
59 sot \
60 tl \
61 ucbhelper \
62 utl \
65 $(eval $(call gb_Library_add_exception_objects,svl,\
66 svl/source/config/asiancfg \
67 svl/source/config/cjkoptions \
68 svl/source/config/ctloptions \
69 svl/source/config/itemholder2 \
70 svl/source/config/languageoptions \
71 svl/source/filepicker/pickerhistory \
72 svl/source/filerec/filerec \
73 svl/source/items/aeitem \
74 svl/source/items/cenumitm \
75 svl/source/items/cintitem \
76 svl/source/items/cntwall \
77 svl/source/items/ctypeitm \
78 svl/source/items/custritm \
79 svl/source/items/flagitem \
80 svl/source/items/globalnameitem \
81 svl/source/items/grabbagitem \
82 svl/source/items/ilstitem \
83 svl/source/items/imageitm \
84 svl/source/items/intitem \
85 svl/source/items/int64item \
86 svl/source/items/itemiter \
87 svl/source/items/itempool \
88 svl/source/items/itemprop \
89 svl/source/items/IndexedStyleSheets \
90 svl/source/items/itemset \
91 svl/source/items/lckbitem \
92 svl/source/items/macitem \
93 svl/source/items/poolcach \
94 svl/source/items/poolio \
95 svl/source/items/poolitem \
96 svl/source/items/ptitem \
97 svl/source/items/rectitem \
98 svl/source/items/rngitem \
99 svl/source/items/sitem \
100 svl/source/items/slstitm \
101 svl/source/items/srchitem \
102 svl/source/items/stritem \
103 svl/source/items/style \
104 svl/source/items/stylepool \
105 svl/source/items/szitem \
106 svl/source/items/visitem \
107 svl/source/items/whiter \
108 svl/source/misc/PasswordHelper \
109 svl/source/misc/adrparse \
110 $(if $(filter DESKTOP,$(BUILD_TYPE)),\
111 svl/source/misc/documentlockfile) \
112 svl/source/misc/filenotation \
113 svl/source/misc/fstathelper \
114 svl/source/misc/getstringresource \
115 svl/source/misc/gridprinter \
116 svl/source/misc/inethist \
117 svl/source/misc/inettype \
118 svl/source/misc/lngmisc \
119 svl/source/misc/lockfilecommon \
120 svl/source/misc/ownlist \
121 svl/source/misc/sharecontrolfile \
122 svl/source/misc/sharedstring \
123 svl/source/misc/sharedstringpool \
124 svl/source/misc/strmadpt \
125 svl/source/misc/urihelper \
126 svl/source/notify/SfxBroadcaster \
127 svl/source/notify/broadcast \
128 svl/source/notify/hint \
129 svl/source/notify/isethint \
130 svl/source/notify/listener \
131 svl/source/notify/lstner \
132 svl/source/numbers/currencytable \
133 svl/source/numbers/numfmuno \
134 svl/source/numbers/numuno \
135 svl/source/numbers/supservs \
136 svl/source/numbers/zforfind \
137 svl/source/numbers/zforlist \
138 svl/source/numbers/zformat \
139 svl/source/numbers/zforscan \
140 svl/source/svsql/converter \
141 svl/source/undo/undo \
142 svl/source/uno/pathservice \
145 ifeq ($(OS),WNT)
146 $(eval $(call gb_Library_add_exception_objects,svl,\
147 svl/source/svdde/ddecli \
148 svl/source/svdde/ddedata \
149 svl/source/svdde/ddestrg \
150 svl/source/svdde/ddesvr \
153 else
154 $(eval $(call gb_Library_add_exception_objects,svl,\
155 svl/unx/source/svdde/ddedummy \
157 endif
158 # vim: set noet sw=4 ts=4: