Bump for 3.6-28
[LibreOffice.git] / svl / Library_svl.mk
blob603154f7ff1ae64a459440f7e30a780d0b233701
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 #
6 # Copyright 2000, 2011 Oracle and/or its affiliates.
8 # OpenOffice.org - a multi-platform office productivity suite
10 # This file is part of OpenOffice.org.
12 # OpenOffice.org is free software: you can redistribute it and/or modify
13 # it under the terms of the GNU Lesser General Public License version 3
14 # only, as published by the Free Software Foundation.
16 # OpenOffice.org is distributed in the hope that it will be useful,
17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 # GNU Lesser General Public License version 3 for more details
20 # (a copy is included in the LICENSE file that accompanied this code).
22 # You should have received a copy of the GNU Lesser General Public License
23 # version 3 along with OpenOffice.org. If not, see
24 # <http://www.openoffice.org/license.html>
25 # for a copy of the LGPLv3 License.
27 #*************************************************************************
29 $(eval $(call gb_Library_Library,svl))
31 $(eval $(call gb_Library_use_packages,svl,\
32 rsc_inc \
33 svl_inc \
36 $(eval $(call gb_Library_set_componentfile,svl,svl/util/svl))
38 $(eval $(call gb_Library_set_include,svl,\
39 -I$(SRCDIR)/svl/source/inc \
40 $$(INCLUDE) \
43 $(eval $(call gb_Library_use_api,svl,\
44 udkapi \
45 offapi \
48 $(eval $(call gb_Library_add_defs,svl,\
49 -DSVL_DLLIMPLEMENTATION \
52 $(eval $(call gb_Library_use_libraries,svl,\
53 basegfx \
54 comphelper \
55 cppu \
56 cppuhelper \
57 i18nisolang1 \
58 i18nutil \
59 jvmfwk \
60 sal \
61 sot \
62 tl \
63 ucbhelper \
64 utl \
65 $(gb_STDLIBS) \
68 $(eval $(call gb_Library_add_exception_objects,svl,\
69 svl/source/config/asiancfg \
70 svl/source/config/cjkoptions \
71 svl/source/config/ctloptions \
72 svl/source/config/itemholder2 \
73 svl/source/config/languageoptions \
74 svl/source/filepicker/pickerhistory \
75 svl/source/filerec/filerec \
76 svl/source/items/aeitem \
77 svl/source/items/cenumitm \
78 svl/source/items/cintitem \
79 svl/source/items/cntwall \
80 svl/source/items/ctypeitm \
81 svl/source/items/custritm \
82 svl/source/items/dateitem \
83 svl/source/items/eitem \
84 svl/source/items/flagitem \
85 svl/source/items/globalnameitem \
86 svl/source/items/ilstitem \
87 svl/source/items/imageitm \
88 svl/source/items/intitem \
89 svl/source/items/itemiter \
90 svl/source/items/itempool \
91 svl/source/items/itemprop \
92 svl/source/items/itemset \
93 svl/source/items/lckbitem \
94 svl/source/items/macitem \
95 svl/source/items/poolcach \
96 svl/source/items/poolio \
97 svl/source/items/poolitem \
98 svl/source/items/ptitem \
99 svl/source/items/rectitem \
100 svl/source/items/rngitem \
101 svl/source/items/sfontitm \
102 svl/source/items/sitem \
103 svl/source/items/slstitm \
104 svl/source/items/srchitem \
105 svl/source/items/stritem \
106 svl/source/items/style \
107 svl/source/items/stylepool \
108 svl/source/items/szitem \
109 svl/source/items/visitem \
110 svl/source/items/whiter \
111 svl/source/memtools/svarray \
112 svl/source/misc/PasswordHelper \
113 svl/source/misc/adrparse \
114 svl/source/misc/documentlockfile \
115 svl/source/misc/filenotation \
116 svl/source/misc/folderrestriction \
117 svl/source/misc/fstathelper \
118 svl/source/misc/getstringresource \
119 svl/source/misc/inethist \
120 svl/source/misc/inettype \
121 svl/source/misc/lngmisc \
122 svl/source/misc/lockfilecommon \
123 svl/source/misc/ownlist \
124 svl/source/misc/restrictedpaths \
125 svl/source/misc/sharecontrolfile \
126 svl/source/misc/strmadpt \
127 svl/source/misc/urihelper \
128 svl/source/notify/brdcst \
129 svl/source/notify/broadcast \
130 svl/source/notify/hint \
131 svl/source/notify/isethint \
132 svl/source/notify/listener \
133 svl/source/notify/listenerbase \
134 svl/source/notify/listeneriter \
135 svl/source/notify/lstner \
136 svl/source/notify/smplhint \
137 svl/source/numbers/numfmuno \
138 svl/source/numbers/numhead \
139 svl/source/numbers/numuno \
140 svl/source/numbers/supservs \
141 svl/source/numbers/zforfind \
142 svl/source/numbers/zforlist \
143 svl/source/numbers/zformat \
144 svl/source/numbers/zforscan \
145 svl/source/svsql/converter \
146 svl/source/undo/undo \
147 svl/source/uno/pathservice \
148 svl/source/uno/registerservices \
151 ifeq ($(OS),WNT)
152 $(eval $(call gb_Library_add_exception_objects,svl,\
153 svl/source/svdde/ddecli \
154 svl/source/svdde/ddedata \
155 svl/source/svdde/ddeinf \
156 svl/source/svdde/ddestrg \
157 svl/source/svdde/ddesvr \
160 else
161 $(eval $(call gb_Library_add_exception_objects,svl,\
162 svl/unx/source/svdde/ddedummy \
164 endif
165 # vim: set noet sw=4 ts=4: