2011-08-10 02:12:48 +09:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
2011-04-15 17:27:06 +00:00
|
|
|
#
|
2013-04-19 21:10:42 +01:00
|
|
|
# This file is part of the LibreOffice project.
|
2011-04-15 17:27:06 +00:00
|
|
|
#
|
2013-04-19 21:10:42 +01:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2011-04-15 17:27:06 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_Module,dbaccess))
|
|
|
|
|
2019-12-31 13:35:11 +02:00
|
|
|
$(eval $(call gb_Module_add_targets,dbaccess,\
|
|
|
|
Library_dba \
|
|
|
|
Library_dbahsql \
|
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_add_l10n_targets,dbaccess,\
|
|
|
|
AllLangMoTarget_dba \
|
|
|
|
))
|
|
|
|
|
2012-02-06 14:29:18 +02:00
|
|
|
ifneq (,$(filter DBCONNECTIVITY,$(BUILD_TYPE)))
|
|
|
|
|
2011-10-26 12:18:11 +03:00
|
|
|
$(eval $(call gb_Module_add_targets,dbaccess,\
|
2013-11-13 02:12:48 +01:00
|
|
|
$(if $(filter WNT,$(OS)),Executable_odbcconfig) \
|
|
|
|
Library_dbaxml \
|
|
|
|
Library_dbu \
|
|
|
|
Library_sdbt \
|
2013-12-16 16:51:35 +01:00
|
|
|
UIConfig_dbaccess \
|
|
|
|
UIConfig_dbapp \
|
|
|
|
UIConfig_dbbrowser \
|
|
|
|
UIConfig_dbquery \
|
|
|
|
UIConfig_dbrelation \
|
|
|
|
UIConfig_dbtable \
|
|
|
|
UIConfig_dbtdata \
|
2013-11-13 02:12:48 +01:00
|
|
|
))
|
|
|
|
|
2018-10-31 19:06:30 +01:00
|
|
|
ifneq ($(OS),iOS)
|
2013-09-07 17:32:20 +01:00
|
|
|
ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE)
|
2012-02-12 19:34:23 +01:00
|
|
|
$(eval $(call gb_Module_add_check_targets,dbaccess,\
|
2018-10-29 16:36:43 +01:00
|
|
|
$(if $(ENABLE_JAVA),CppunitTest_dbaccess_hsqlbinary_import) \
|
|
|
|
$(if $(ENABLE_JAVA),CppunitTest_dbaccess_tdf119625) \
|
2019-07-10 19:06:13 +02:00
|
|
|
$(if $(ENABLE_JAVA),CppunitTest_dbaccess_tdf126268) \
|
2012-02-12 19:34:23 +01:00
|
|
|
))
|
2018-10-22 11:27:55 +02:00
|
|
|
|
2018-09-28 23:02:17 +02:00
|
|
|
# remove if we have a be file for this
|
|
|
|
ifeq ($(ENDIANNESS),little)
|
|
|
|
$(eval $(call gb_Module_add_check_targets,dbaccess,\
|
2018-09-23 19:40:59 +02:00
|
|
|
CppunitTest_dbaccess_firebird_regression_test \
|
2018-09-28 23:02:17 +02:00
|
|
|
))
|
|
|
|
endif
|
2018-09-23 19:40:59 +02:00
|
|
|
$(eval $(call gb_Module_add_check_targets,dbaccess,\
|
|
|
|
CppunitTest_dbaccess_firebird_test \
|
|
|
|
))
|
2013-09-07 17:32:20 +01:00
|
|
|
endif
|
2012-02-12 19:34:23 +01:00
|
|
|
|
2013-08-03 10:49:41 +02:00
|
|
|
$(eval $(call gb_Module_add_check_targets,dbaccess,\
|
|
|
|
CppunitTest_dbaccess_dialog_save \
|
2014-09-04 11:59:11 +02:00
|
|
|
CppunitTest_dbaccess_empty_stdlib_save \
|
|
|
|
CppunitTest_dbaccess_nolib_save \
|
2013-11-09 06:02:57 +01:00
|
|
|
CppunitTest_dbaccess_macros_test \
|
2018-03-19 11:09:09 +01:00
|
|
|
CppunitTest_dbaccess_hsqlschema_import \
|
2013-08-03 10:49:41 +02:00
|
|
|
))
|
|
|
|
|
2018-04-14 16:13:02 +02:00
|
|
|
ifeq ($(ENABLE_JAVA),TRUE)
|
2013-09-30 17:55:57 +01:00
|
|
|
$(eval $(call gb_Module_add_check_targets,dbaccess,\
|
|
|
|
CppunitTest_dbaccess_hsqldb_test \
|
2018-10-26 20:01:55 +02:00
|
|
|
CppunitTest_dbaccess_RowSetClones \
|
2013-09-30 17:55:57 +01:00
|
|
|
))
|
|
|
|
endif
|
2013-08-03 10:49:41 +02:00
|
|
|
|
2017-03-02 12:28:22 +01:00
|
|
|
# This runs a suite of performance tests on embedded firebird and HSQLDB.
|
2013-09-17 15:34:36 +01:00
|
|
|
# Instructions on running the test can be found in qa/unit/embeddedb_performancetest
|
|
|
|
ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE)
|
2018-04-14 16:13:02 +02:00
|
|
|
ifeq ($(ENABLE_JAVA),TRUE)
|
2013-09-17 15:34:36 +01:00
|
|
|
$(eval $(call gb_Module_add_check_targets,dbaccess,\
|
|
|
|
CppunitTest_dbaccess_embeddeddb_performancetest \
|
|
|
|
))
|
|
|
|
endif
|
2018-03-25 13:26:57 +02:00
|
|
|
endif
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_add_subsequentcheck_targets,dbaccess,\
|
2018-04-14 16:13:02 +02:00
|
|
|
JunitTest_dbaccess_complex \
|
2011-03-28 00:46:06 +02:00
|
|
|
JunitTest_dbaccess_unoapi \
|
2011-04-15 17:27:06 +00:00
|
|
|
))
|
|
|
|
|
2018-04-14 16:13:02 +02:00
|
|
|
ifneq ($(ENABLE_JAVA),)
|
2014-09-30 15:25:42 +02:00
|
|
|
$(eval $(call gb_Module_add_subsequentcheck_targets,dbaccess,\
|
|
|
|
PythonTest_dbaccess_python \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2016-08-17 09:43:33 +02:00
|
|
|
# screenshots
|
|
|
|
$(eval $(call gb_Module_add_screenshot_targets,dbaccess,\
|
2016-07-22 15:27:46 +02:00
|
|
|
CppunitTest_dbaccess_dialogs_test \
|
|
|
|
))
|
|
|
|
|
2017-06-23 21:38:25 +02:00
|
|
|
endif
|
2012-02-06 14:29:18 +02:00
|
|
|
endif
|
|
|
|
|
2011-07-30 23:01:01 +03:00
|
|
|
# vim: set noet sw=4 ts=4:
|