Version 4.3.0.0.beta1, tag libreoffice-4.3.0.0.beta1
[LibreOffice.git] / connectivity / Library_odbc.mk
blobc3cc5c2c418ba3f262118b0c69b44308de4cbd32
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval $(call gb_Library_Library,odbc))
13 $(eval $(call gb_Library_set_componentfile,odbc,connectivity/source/drivers/odbc/odbc))
15 $(eval $(call gb_Library_use_sdk_api,odbc))
17 $(eval $(call gb_Library_set_include,odbc,\
18 $$(INCLUDE) \
19 -I$(SRCDIR)/connectivity/inc \
20 -I$(SRCDIR)/connectivity/source/inc \
21 -I$(WORKDIR)/YaccTarget/connectivity/source/parse \
24 $(eval $(call gb_Library_add_defs,odbc,\
25 -DOOO_DLLIMPLEMENTATION_ODBCBASE \
28 $(eval $(call gb_Library_use_externals,odbc,\
29 boost_headers \
30 odbc_headers \
33 $(eval $(call gb_Library_use_libraries,odbc,\
34 cppu \
35 cppuhelper \
36 comphelper \
37 dbtools \
38 sal \
39 salhelper \
40 $(gb_UWINAPI) \
43 $(eval $(call gb_Library_add_exception_objects,odbc,\
44 connectivity/source/drivers/odbc/oservices \
45 connectivity/source/drivers/odbc/ORealDriver \
46 connectivity/source/drivers/odbc/OFunctions \
47 connectivity/source/drivers/odbc/OPreparedStatement \
48 connectivity/source/drivers/odbc/OStatement \
49 connectivity/source/drivers/odbc/OResultSetMetaData \
50 connectivity/source/drivers/odbc/OResultSet \
51 connectivity/source/drivers/odbc/OTools \
52 connectivity/source/drivers/odbc/ODatabaseMetaDataResultSet \
53 connectivity/source/drivers/odbc/ODatabaseMetaData \
54 connectivity/source/drivers/odbc/ODriver \
55 connectivity/source/drivers/odbc/OConnection \
58 # vim: set noet sw=4 ts=4: