Version 4.3.0.0.beta1, tag libreoffice-4.3.0.0.beta1
[LibreOffice.git] / connectivity / Library_firebird_sdbc.mk
blob3f46e6e68d8be3dc5b4b40169b13cf3173460f36
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/.
10 $(eval $(call gb_Library_Library,firebird_sdbc))
12 $(eval $(call gb_Library_use_sdk_api,firebird_sdbc))
14 $(eval $(call gb_Library_use_externals,firebird_sdbc,\
15 boost_headers \
16 libfbembed \
19 $(eval $(call gb_Library_set_include,firebird_sdbc,\
20 -I$(SRCDIR)/connectivity/source/inc \
21 $$(INCLUDE) \
22 -I$(WORKDIR)/YaccTarget/connectivity/source/parse \
25 $(eval $(call gb_Library_use_libraries,firebird_sdbc, \
26 comphelper \
27 cppu \
28 cppuhelper \
29 dbtools \
30 sal \
31 salhelper \
32 utl \
33 svt \
34 vcl \
35 $(gb_UWINAPI) \
38 $(eval $(call gb_Library_set_componentfile,firebird_sdbc,connectivity/source/drivers/firebird/firebird_sdbc))
40 $(eval $(call gb_Library_add_exception_objects,firebird_sdbc,\
41 connectivity/source/drivers/firebird/Blob \
42 connectivity/source/drivers/firebird/Catalog \
43 connectivity/source/drivers/firebird/Columns \
44 connectivity/source/drivers/firebird/Connection \
45 connectivity/source/drivers/firebird/DatabaseMetaData \
46 connectivity/source/drivers/firebird/Driver \
47 connectivity/source/drivers/firebird/Indexes \
48 connectivity/source/drivers/firebird/Keys \
49 connectivity/source/drivers/firebird/PreparedStatement \
50 connectivity/source/drivers/firebird/ResultSet \
51 connectivity/source/drivers/firebird/ResultSetMetaData \
52 connectivity/source/drivers/firebird/Services \
53 connectivity/source/drivers/firebird/Statement \
54 connectivity/source/drivers/firebird/StatementCommonBase \
55 connectivity/source/drivers/firebird/Table \
56 connectivity/source/drivers/firebird/Tables \
57 connectivity/source/drivers/firebird/User \
58 connectivity/source/drivers/firebird/Users \
59 connectivity/source/drivers/firebird/Util \
62 # vim: set noet sw=4 ts=4: