vcl: refresh font cache only on real change
[LibreOffice.git] / connectivity / Library_mysql.mk
blobac3c0c2619e84bc5fef8588ac28107ddbfe343c1
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))
13 $(eval $(call gb_Library_set_componentfile,mysql,connectivity/source/drivers/mysql/mysql))
15 $(eval $(call gb_Library_use_external,mysql,boost_headers))
17 $(eval $(call gb_Library_use_sdk_api,mysql))
19 $(eval $(call gb_Library_set_include,mysql,\
20 $$(INCLUDE) \
21 -I$(SRCDIR)/connectivity/inc \
22 -I$(SRCDIR)/connectivity/source/inc \
25 $(eval $(call gb_Library_set_precompiled_header,mysql,$(SRCDIR)/connectivity/inc/pch/precompiled_mysql))
27 $(eval $(call gb_Library_use_libraries,mysql,\
28 cppu \
29 cppuhelper \
30 sal \
31 salhelper \
32 dbtools \
33 comphelper \
36 $(eval $(call gb_Library_add_exception_objects,mysql,\
37 connectivity/source/drivers/mysql/YDriver \
38 connectivity/source/drivers/mysql/YTables \
39 connectivity/source/drivers/mysql/YTable \
40 connectivity/source/drivers/mysql/YViews \
41 connectivity/source/drivers/mysql/YCatalog \
42 connectivity/source/drivers/mysql/YColumns \
43 connectivity/source/drivers/mysql/YUser \
44 connectivity/source/drivers/mysql/YUsers \
45 connectivity/source/drivers/mysql/Yservices \
48 # vim: set noet sw=4 ts=4: