lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git] / dbaccess / Module_dbaccess.mk
blob204854748ec140e9169edc1f189f303e577fd04e
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_Module_Module,dbaccess))
12 ifneq (,$(filter DBCONNECTIVITY,$(BUILD_TYPE)))
14 $(eval $(call gb_Module_add_targets,dbaccess,\
15 $(if $(filter WNT,$(OS)),Executable_odbcconfig) \
16 Library_dba \
17 Library_dbaxml \
18 Library_dbmm \
19 Library_dbu \
20 Library_sdbt \
21 Library_dbahsql \
22 UIConfig_dbaccess \
23 UIConfig_dbapp \
24 UIConfig_dbbrowser \
25 UIConfig_dbquery \
26 UIConfig_dbrelation \
27 UIConfig_dbtable \
28 UIConfig_dbtdata \
31 $(eval $(call gb_Module_add_l10n_targets,dbaccess,\
32 AllLangMoTarget_dba \
35 ifneq ($(OS),iOS)
36 ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE)
37 # remove if we have a be file for this
38 ifeq ($(ENDIANNESS),little)
39 $(eval $(call gb_Module_add_check_targets,dbaccess,\
40 CppunitTest_dbaccess_firebird_regression_test \
42 endif
43 $(eval $(call gb_Module_add_check_targets,dbaccess,\
44 CppunitTest_dbaccess_firebird_test \
46 endif
48 $(eval $(call gb_Module_add_check_targets,dbaccess,\
49 CppunitTest_dbaccess_dialog_save \
50 CppunitTest_dbaccess_empty_stdlib_save \
51 CppunitTest_dbaccess_nolib_save \
52 CppunitTest_dbaccess_macros_test \
53 CppunitTest_dbaccess_hsqlschema_import \
56 ifeq ($(ENABLE_JAVA),TRUE)
57 $(eval $(call gb_Module_add_check_targets,dbaccess,\
58 CppunitTest_dbaccess_hsqldb_test \
59 CppunitTest_dbaccess_RowSetClones \
61 endif
63 # This runs a suite of performance tests on embedded firebird and HSQLDB.
64 # Instructions on running the test can be found in qa/unit/embeddedb_performancetest
65 ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE)
66 ifeq ($(ENABLE_JAVA),TRUE)
67 $(eval $(call gb_Module_add_check_targets,dbaccess,\
68 CppunitTest_dbaccess_embeddeddb_performancetest \
70 endif
71 endif
73 $(eval $(call gb_Module_add_subsequentcheck_targets,dbaccess,\
74 JunitTest_dbaccess_complex \
75 JunitTest_dbaccess_unoapi \
78 ifneq ($(DISABLE_PYTHON),TRUE)
79 ifneq ($(ENABLE_JAVA),)
80 $(eval $(call gb_Module_add_subsequentcheck_targets,dbaccess,\
81 PythonTest_dbaccess_python \
83 endif
84 endif
86 # screenshots
87 $(eval $(call gb_Module_add_screenshot_targets,dbaccess,\
88 CppunitTest_dbaccess_dialogs_test \
91 endif
92 endif
94 # vim: set noet sw=4 ts=4: