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