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
,odbcbase
))
13 $(eval
$(call gb_Library_set_warnings_not_errors
,odbcbase
))
15 $(eval
$(call gb_Library_use_sdk_api
,odbcbase
))
17 $(eval
$(call gb_Library_set_include
,odbcbase
,\
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
,odbcbase
,\
25 -DOOO_DLLIMPLEMENTATION_ODBCBASE \
28 $(eval
$(call gb_Library_use_externals
,odbcbase
,\
33 $(eval
$(call gb_Library_use_libraries
,odbcbase
,\
43 $(eval
$(call gb_Library_add_exception_objects
,odbcbase
,\
44 connectivity
/source
/drivers
/odbcbase
/OPreparedStatement \
45 connectivity
/source
/drivers
/odbcbase
/OStatement \
46 connectivity
/source
/drivers
/odbcbase
/OResultSetMetaData \
47 connectivity
/source
/drivers
/odbcbase
/OResultSet \
48 connectivity
/source
/drivers
/odbcbase
/OTools \
49 connectivity
/source
/drivers
/odbcbase
/ODatabaseMetaDataResultSet \
50 connectivity
/source
/drivers
/odbcbase
/ODatabaseMetaData \
51 connectivity
/source
/drivers
/odbcbase
/ODriver \
52 connectivity
/source
/drivers
/odbcbase
/OConnection \
55 # vim: set noet sw=4 ts=4: