tdf#115863: fix TIFF import
[LibreOffice.git] / connectivity / Library_firebird_sdbc.mk
blobaa79db0693fe59417b35d2e7adfef28facffc11d
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/inc \
21 -I$(SRCDIR)/connectivity/source/inc \
22 $$(INCLUDE) \
23 -I$(WORKDIR)/YaccTarget/connectivity/source/parse \
26 $(eval $(call gb_Library_set_precompiled_header,firebird_sdbc,$(SRCDIR)/connectivity/inc/pch/precompiled_firebird_sdbc))
28 $(eval $(call gb_Library_use_libraries,firebird_sdbc, \
29 comphelper \
30 cppu \
31 cppuhelper \
32 dbtools \
33 sal \
34 salhelper \
35 utl \
36 svt \
37 vcl \
40 $(eval $(call gb_Library_set_componentfile,firebird_sdbc,connectivity/source/drivers/firebird/firebird_sdbc))
42 $(eval $(call gb_Library_add_exception_objects,firebird_sdbc,\
43 connectivity/source/drivers/firebird/Blob \
44 connectivity/source/drivers/firebird/Clob \
45 connectivity/source/drivers/firebird/Catalog \
46 connectivity/source/drivers/firebird/Column \
47 connectivity/source/drivers/firebird/Columns \
48 connectivity/source/drivers/firebird/Connection \
49 connectivity/source/drivers/firebird/DatabaseMetaData \
50 connectivity/source/drivers/firebird/Driver \
51 connectivity/source/drivers/firebird/Indexes \
52 connectivity/source/drivers/firebird/Keys \
53 connectivity/source/drivers/firebird/PreparedStatement \
54 connectivity/source/drivers/firebird/ResultSet \
55 connectivity/source/drivers/firebird/ResultSetMetaData \
56 connectivity/source/drivers/firebird/Services \
57 connectivity/source/drivers/firebird/Statement \
58 connectivity/source/drivers/firebird/StatementCommonBase \
59 connectivity/source/drivers/firebird/Table \
60 connectivity/source/drivers/firebird/Tables \
61 connectivity/source/drivers/firebird/User \
62 connectivity/source/drivers/firebird/Users \
63 connectivity/source/drivers/firebird/Util \
66 # vim: set noet sw=4 ts=4: