bump product version to 4.1.6.2
[LibreOffice.git] / svl / Library_svl.mk
blob5109f39441ba20375239adadb1d40a3442fb71f6
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_external,svl,boost_headers))
24 $(eval $(call gb_Library_set_componentfile,svl,svl/util/svl))
26 $(eval $(call gb_Library_set_include,svl,\
27 -I$(SRCDIR)/svl/source/inc \
28 $$(INCLUDE) \
31 $(eval $(call gb_Library_use_custom_headers,svl,\
32 officecfg/registry \
35 $(eval $(call gb_Library_use_sdk_api,svl))
37 $(eval $(call gb_Library_add_defs,svl,\
38 -DSVL_DLLIMPLEMENTATION \
41 $(eval $(call gb_Library_use_libraries,svl,\
42 basegfx \
43 comphelper \
44 cppu \
45 cppuhelper \
46 i18nlangtag \
47 i18nutil \
48 $(if $(filter TRUE,$(SOLAR_JAVA)), \
49 jvmfwk) \
50 sal \
51 sot \
52 tl \
53 ucbhelper \
54 utl \
55 $(gb_UWINAPI) \
58 $(eval $(call gb_Library_add_exception_objects,svl,\
59 svl/source/config/asiancfg \
60 svl/source/config/cjkoptions \
61 svl/source/config/ctloptions \
62 svl/source/config/itemholder2 \
63 svl/source/config/languageoptions \
64 svl/source/filepicker/pickerhistory \
65 svl/source/filerec/filerec \
66 svl/source/items/aeitem \
67 svl/source/items/cenumitm \
68 svl/source/items/cintitem \
69 svl/source/items/cntwall \
70 svl/source/items/ctypeitm \
71 svl/source/items/custritm \
72 svl/source/items/dateitem \
73 svl/source/items/eitem \
74 svl/source/items/flagitem \
75 svl/source/items/globalnameitem \
76 svl/source/items/ilstitem \
77 svl/source/items/imageitm \
78 svl/source/items/intitem \
79 svl/source/items/itemiter \
80 svl/source/items/itempool \
81 svl/source/items/itemprop \
82 svl/source/items/itemset \
83 svl/source/items/lckbitem \
84 svl/source/items/macitem \
85 svl/source/items/poolcach \
86 svl/source/items/poolio \
87 svl/source/items/poolitem \
88 svl/source/items/ptitem \
89 svl/source/items/rectitem \
90 svl/source/items/rngitem \
91 svl/source/items/sfontitm \
92 svl/source/items/sitem \
93 svl/source/items/slstitm \
94 svl/source/items/srchitem \
95 svl/source/items/stritem \
96 svl/source/items/style \
97 svl/source/items/stylepool \
98 svl/source/items/szitem \
99 svl/source/items/visitem \
100 svl/source/items/whiter \
101 svl/source/misc/PasswordHelper \
102 svl/source/misc/adrparse \
103 $(if $(filter DESKTOP,$(BUILD_TYPE)),\
104 svl/source/misc/documentlockfile) \
105 svl/source/misc/filenotation \
106 svl/source/misc/fstathelper \
107 svl/source/misc/getstringresource \
108 svl/source/misc/inethist \
109 svl/source/misc/inettype \
110 svl/source/misc/lngmisc \
111 svl/source/misc/lockfilecommon \
112 svl/source/misc/ownlist \
113 svl/source/misc/sharecontrolfile \
114 svl/source/misc/strmadpt \
115 svl/source/misc/urihelper \
116 svl/source/notify/brdcst \
117 svl/source/notify/broadcast \
118 svl/source/notify/hint \
119 svl/source/notify/isethint \
120 svl/source/notify/listener \
121 svl/source/notify/listenerbase \
122 svl/source/notify/listeneriter \
123 svl/source/notify/lstner \
124 svl/source/notify/smplhint \
125 svl/source/numbers/numfmuno \
126 svl/source/numbers/numhead \
127 svl/source/numbers/numuno \
128 svl/source/numbers/supservs \
129 svl/source/numbers/zforfind \
130 svl/source/numbers/zforlist \
131 svl/source/numbers/zformat \
132 svl/source/numbers/zforscan \
133 svl/source/svsql/converter \
134 svl/source/undo/undo \
135 svl/source/uno/pathservice \
136 svl/source/uno/registerservices \
139 ifeq ($(OS),WNT)
140 $(eval $(call gb_Library_add_exception_objects,svl,\
141 svl/source/svdde/ddecli \
142 svl/source/svdde/ddedata \
143 svl/source/svdde/ddeinf \
144 svl/source/svdde/ddestrg \
145 svl/source/svdde/ddesvr \
148 else
149 $(eval $(call gb_Library_add_exception_objects,svl,\
150 svl/unx/source/svdde/ddedummy \
152 endif
153 # vim: set noet sw=4 ts=4: