xref: /trunk/main/dbaccess/Library_sdbt.mk (revision b63233d8)
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,sdbt))
25$(eval $(call gb_Library_add_package_headers,sdbt,dbaccess_inc))
26
27
28$(eval $(call gb_Library_set_componentfile,sdbt,dbaccess/util/sdbt))
29
30$(eval $(call gb_Library_add_api,sdbt,\
31	udkapi \
32	offapi \
33))
34
35$(eval $(call gb_Library_set_include,sdbt,\
36	-I$(SRCDIR)/dbaccess/inc \
37	-I$(SRCDIR)/dbaccess/source/sdbtools/inc \
38	-I$(SRCDIR)/dbaccess/source/inc \
39	-I$(SRCDIR)/dbaccess/inc/pch \
40	$$(INCLUDE) \
41))
42
43$(eval $(call gb_Library_add_linked_libs,sdbt,\
44	tl \
45	cppuhelper \
46	cppu \
47	comphelper \
48	utl \
49	sal \
50	stl \
51	dbtools \
52    $(gb_STDLIBS) \
53))
54
55$(eval $(call gb_Library_add_exception_objects,sdbt,\
56	dbaccess/source/sdbtools/connection/connectiontools \
57	dbaccess/source/sdbtools/connection/tablename \
58	dbaccess/source/sdbtools/connection/objectnames \
59	dbaccess/source/sdbtools/connection/datasourcemetadata \
60	dbaccess/source/sdbtools/misc/sdbt_services \
61	dbaccess/source/sdbtools/misc/module_sdbt \
62))
63
64$(eval $(call gb_Library_add_noexception_objects,sdbt, \
65	dbaccess/source/shared/sdbtstrings \
66))
67
68# vim: set noet sw=4 ts=4:
69