Bump for 3.6-28
[LibreOffice.git] / connectivity / Library_jdbc.mk
blob470c19f6b6f3f4ed022206cc6e07ef349006ab12
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
5 # The contents of this file are subject to the Mozilla Public License Version
6 # 1.1 (the "License"); you may not use this file except in compliance with
7 # the License or as specified alternatively below. You may obtain a copy of
8 # the License at http://www.mozilla.org/MPL/
10 # Software distributed under the License is distributed on an "AS IS" basis,
11 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12 # for the specific language governing rights and limitations under the
13 # License.
15 # Major Contributor(s):
16 # Copyright (C) 2011 Peter Foley <pefoley2@verizon.net> (initial developer)
18 # All Rights Reserved.
20 # For minor contributions see the git repository.
22 # Alternatively, the contents of this file may be used under the terms of
23 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
24 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
25 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
26 # instead of those above.
28 $(eval $(call gb_Library_Library,jdbc))
30 $(eval $(call gb_Library_set_componentfile,jdbc,connectivity/source/drivers/jdbc/jdbc))
32 $(eval $(call gb_Library_use_api,jdbc,\
33 offapi \
34 udkapi \
37 $(eval $(call gb_Library_set_include,jdbc,\
38 $$(INCLUDE) \
39 -I$(SRCDIR)/connectivity/inc \
40 -I$(SRCDIR)/connectivity/source/inc \
43 $(eval $(call gb_Library_use_libraries,jdbc,\
44 cppu \
45 cppuhelper \
46 sal \
47 salhelper \
48 jvmaccess \
49 dbtools \
50 utl \
51 jvmfwk \
52 comphelper \
53 $(gb_STDLIBS) \
56 $(eval $(call gb_Library_add_exception_objects,jdbc,\
57 connectivity/source/drivers/jdbc/Array \
58 connectivity/source/drivers/jdbc/Blob \
59 connectivity/source/drivers/jdbc/Boolean \
60 connectivity/source/drivers/jdbc/CallableStatement \
61 connectivity/source/drivers/jdbc/Class \
62 connectivity/source/drivers/jdbc/Clob \
63 connectivity/source/drivers/jdbc/ConnectionLog \
64 connectivity/source/drivers/jdbc/DatabaseMetaData \
65 connectivity/source/drivers/jdbc/Date \
66 connectivity/source/drivers/jdbc/DriverPropertyInfo \
67 connectivity/source/drivers/jdbc/Exception \
68 connectivity/source/drivers/jdbc/InputStream \
69 connectivity/source/drivers/jdbc/JConnection \
70 connectivity/source/drivers/jdbc/JDriver \
71 connectivity/source/drivers/jdbc/JStatement \
72 connectivity/source/drivers/jdbc/Object \
73 connectivity/source/drivers/jdbc/PreparedStatement \
74 connectivity/source/drivers/jdbc/Reader \
75 connectivity/source/drivers/jdbc/Ref \
76 connectivity/source/drivers/jdbc/ResultSet \
77 connectivity/source/drivers/jdbc/ResultSetMetaData \
78 connectivity/source/drivers/jdbc/SQLException \
79 connectivity/source/drivers/jdbc/SQLWarning \
80 connectivity/source/drivers/jdbc/String \
81 connectivity/source/drivers/jdbc/Throwable \
82 connectivity/source/drivers/jdbc/Timestamp \
83 connectivity/source/drivers/jdbc/jservices \
84 connectivity/source/drivers/jdbc/JBigDecimal \
85 connectivity/source/drivers/jdbc/tools \
86 connectivity/source/drivers/jdbc/ContextClassLoader \
89 # vim: set noet sw=4 ts=4: