tdf#113191: Add 21 and 42 in size list for CJK for typographic scale convention
[LibreOffice.git] / solenv / Module_solenv.mk
bloba26775f7108305d107973dfa6eb495deb6b1d0df
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,solenv))
12 $(eval $(call gb_Module_add_targets_for_build,solenv,\
13 Executable_concat-deps \
14 Executable_gbuildtojson \
17 ifeq (,$(LOCKFILE))
18 $(eval $(call gb_Module_add_targets_for_build,solenv,\
19 $(call gb_CondExeLockfile,Executable_lockfile) \
21 endif
23 ifeq ($(COM),MSC)
24 $(eval $(call gb_Module_add_targets,solenv,\
25 StaticLibrary_wrapper \
26 Executable_gcc-wrapper \
27 Executable_g++-wrapper \
29 endif
31 ifneq ($(DISABLE_PYTHON),TRUE)
32 ifneq ($(MAKE_VERSION),3.81) # gbuildtojson requires 3.82+
33 ifneq ($(OS),WNT) # disable on Windows for now, causes gerrit/jenkins failures
34 ifneq ($(OS),MACOSX) # disable on macOS too, fails at least for me and would be pointless anyway surely
35 $(eval $(call gb_Module_add_subsequentcheck_targets,solenv,\
36 CustomTarget_gbuildtesttools \
37 PythonTest_solenv_python \
39 endif
40 endif
41 endif
42 endif
44 ifneq ($(COMPILER_PLUGINS),)
45 ifeq ($(COMPILER_EXTERNAL_TOOL)$(COMPILER_PLUGIN_TOOL),)
46 $(eval $(call gb_Module_add_check_targets,solenv, \
47 CompilerTest_compilerplugins_clang \
49 endif
50 endif
52 # vim: set shiftwidth=4 tabstop=4 noexpandtab: