[cp] hack to fix an MSP creation error
[LibreOffice.git] / connectivity / Library_mysql_jdbc.mk
blob21317ad697da3be29a0d27d23891de200036d939
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,mysql_jdbc))
13 $(eval $(call gb_Library_set_componentfile,mysql_jdbc,connectivity/source/drivers/mysql_jdbc/mysql_jdbc,services))
15 $(eval $(call gb_Library_use_external,mysql_jdbc,boost_headers))
17 $(eval $(call gb_Library_use_sdk_api,mysql_jdbc))
19 $(eval $(call gb_Library_set_include,mysql_jdbc,\
20 $$(INCLUDE) \
21 -I$(SRCDIR)/connectivity/inc \
22 -I$(SRCDIR)/connectivity/source/inc \
25 $(eval $(call gb_Library_set_precompiled_header,mysql_jdbc,connectivity/inc/pch/precompiled_mysql_jdbc))
27 $(eval $(call gb_Library_use_libraries,mysql_jdbc,\
28 cppu \
29 cppuhelper \
30 sal \
31 salhelper \
32 utl \
33 dbtools \
34 comphelper \
37 $(eval $(call gb_Library_add_exception_objects,mysql_jdbc,\
38 connectivity/source/drivers/mysql_jdbc/YDriver \
39 connectivity/source/drivers/mysql_jdbc/YTables \
40 connectivity/source/drivers/mysql_jdbc/YTable \
41 connectivity/source/drivers/mysql_jdbc/YViews \
42 connectivity/source/drivers/mysql_jdbc/YCatalog \
43 connectivity/source/drivers/mysql_jdbc/YColumns \
44 connectivity/source/drivers/mysql_jdbc/YUser \
45 connectivity/source/drivers/mysql_jdbc/YUsers \
48 # vim: set noet sw=4 ts=4: