xref: /aoo4110/main/sot/Library_sot.mk (revision b1cdbd2c)
1#**************************************************************
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20#**************************************************************
21
22
23
24$(eval $(call gb_Library_Library,sot))
25
26$(eval $(call gb_Library_add_package_headers,sot,sot_inc))
27
28$(eval $(call gb_Library_add_precompiled_header,sot,$(SRCDIR)/sot/inc/pch/precompiled_sot))
29
30$(eval $(call gb_Library_set_componentfile,sot,sot/util/sot))
31
32$(eval $(call gb_Library_set_include,sot,\
33	-I$(SRCDIR)/sot/inc/pch \
34	$$(INCLUDE) \
35	-I$(OUTDIR)/inc/offuh \
36))
37
38$(eval $(call gb_Library_set_defs,sot,\
39	$$(DEFS) \
40	-DSOT_DLLIMPLEMENTATION \
41))
42
43$(eval $(call gb_Library_add_linked_libs,sot,\
44	comphelper \
45	cppu \
46	cppuhelper \
47	sal \
48	tl \
49	ucbhelper \
50    stl \
51	utl \
52	$(gb_STDLIBS) \
53))
54
55$(eval $(call gb_Library_add_exception_objects,sot,\
56	sot/source/unoolestorage/xolesimplestorage \
57	sot/source/unoolestorage/register \
58	sot/source/base/formats \
59	sot/source/base/object \
60	sot/source/base/exchange \
61	sot/source/base/filelist \
62	sot/source/base/factory \
63	sot/source/sdstor/stg \
64	sot/source/sdstor/stgavl \
65	sot/source/sdstor/stgcache \
66	sot/source/sdstor/stgdir \
67	sot/source/sdstor/stgelem \
68	sot/source/sdstor/stgio \
69	sot/source/sdstor/stgole \
70	sot/source/sdstor/stgstrms \
71	sot/source/sdstor/storage \
72	sot/source/sdstor/storinfo \
73	sot/source/sdstor/ucbstorage \
74	sot/source/sdstor/unostorageholder \
75))
76
77# vim: set noet sw=4 ts=4:
78