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_Extension_Extension
,mysql-connector-ooo
,mysqlc
/source
))
12 $(eval
$(call gb_Extension_use_default_description
,mysql-connector-ooo
,mysqlc
/source
/description-en-US.txt
))
13 $(eval
$(call gb_Extension_use_default_license
,mysql-connector-ooo
))
15 $(eval
$(call gb_Extension_add_library
,mysql-connector-ooo
,mysqlc
))
17 $(eval
$(call gb_Extension_add_file
,mysql-connector-ooo
,components.rdb
,$(call gb_Rdb_get_target
,mysqlc
)))
19 $(eval
$(call gb_Extension_add_file
,mysql-connector-ooo
,registry
/data
/org
/openoffice
/Office
/DataAccess
/Drivers.xcu
,$(call gb_XcuFile_for_extension
,mysqlc
/source
/registry
/data
/org
/openoffice
/Office
/DataAccess
/Drivers.xcu
)))
21 $(eval
$(call gb_Extension_add_files
,mysql-connector-ooo
,images
,\
22 $(SRCDIR
)/icon-themes
/galaxy
/desktop
/res
/extension_32.png \
25 ifeq ($(SYSTEM_MYSQL_CONNECTOR_CPP
),)
26 $(eval
$(call gb_Extension_add_library
,mysql-connector-ooo
,mysqlcppconn
))
29 ifneq ($(BUNDLE_MARIADB_CONNECTOR_C
),)
30 $(eval
$(call gb_Extension_add_files
,mysql-connector-ooo
,,\
31 $(LIBMARIADB_PATH
)/$(LIBMARIADB
) \
35 # vim: set noet sw=4 ts=4: