bump product version to 4.1.6.2
[LibreOffice.git] / dbaccess / Module_dbaccess.mk
blob142e0cdd935b48828013f3af02e09450d2053587
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 AllLangResTarget_dba \
16 AllLangResTarget_dbmm \
17 AllLangResTarget_dbu \
18 AllLangResTarget_sdbt \
19 $(if $(filter WNT,$(OS)),Executable_odbcconfig) \
20 Library_dba \
21 Library_dbaxml \
22 Library_dbmm \
23 Library_dbu \
24 Library_sdbt \
25 UIConfig_dbaccess \
26 UIConfig_dbapp \
27 UIConfig_dbbrowser \
28 UIConfig_dbquery \
29 UIConfig_dbrelation \
30 UIConfig_dbtable \
31 UIConfig_dbtdata \
34 $(eval $(call gb_Module_add_check_targets,dbaccess,\
37 # disable test because it still fails in some situations
38 # CppunitTest_dbaccess_macros_test \
42 $(eval $(call gb_Module_add_subsequentcheck_targets,dbaccess,\
43 JunitTest_dbaccess_complex \
44 JunitTest_dbaccess_unoapi \
47 endif
49 # vim: set noet sw=4 ts=4: