# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # # This file is part of the LibreOffice project. # # 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/. # $(eval $(call gb_Module_Module,smoketest)) ifeq ($(CROSS_COMPILING),) $(eval $(call gb_Module_add_targets,smoketest,\ Library_smoketest \ Zip_smoketestdoc \ )) ifneq ($(ENABLE_JAVA),) ifneq ($(filter EXTENSIONS,$(BUILD_TYPE)),) $(eval $(call gb_Module_add_targets,smoketest,\ Extension_TestExtension \ Jar_TestExtension \ )) endif endif ifneq ($(filter LINUX WNT,$(OS)),) $(eval $(call gb_Module_add_check_targets,smoketest,\ Executable_libtest \ )) endif ifneq (MACOSX/TRUE,$(OS)/$(ENABLE_MACOSX_SANDBOX)) ifneq ($(filter EXTENSIONS,$(BUILD_TYPE)),) $(eval $(call gb_Module_add_subsequentcheck_targets,smoketest,\ CppunitTest_smoketest \ )) endif endif endif ifneq ($(ENABLE_JAVA),) $(eval $(call gb_Module_add_targets,smoketest,\ Jar_smoketest \ )) endif # vim: set noet sw=4 ts=4: emini/cg-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/neon
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-03-09 10:38:32 +0100
committerJan Holesovsky <kendy@suse.cz>2011-03-09 10:38:32 +0100
commit5f7158e265771916e3354aaee7dce0f069d6a613 (patch)
tree4d7a7b8941ab618d875f3406f343e4a8a9f18c1b /neon
parent760b66947374c025d6d543a935e14c2b70f73b07 (diff)
parent70d1752f42910f44cbf13478d0822e06a653b0d6 (diff)
Merge commit 'ooo/DEV300_m101' into intm101