Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / basic / Module_basic.mk
bloba4ff822ef8972099b56a4ae3ffebc19dad22e6de
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,basic))
12 ifneq ($(DISABLE_SCRIPTING),TRUE)
14 $(eval $(call gb_Module_add_targets,basic,\
15 AllLangResTarget_sb \
18 $(eval $(call gb_Module_add_check_targets,basic,\
19 CppunitTest_basic_scanner \
20 CppunitTest_basic_enable \
21 CppunitTest_basic_nested_struct \
22 CppunitTest_basic_coverage \
25 endif
27 $(eval $(call gb_Module_add_targets,basic,\
28 Library_sb \
29 Package_inc \
32 # vim: set noet sw=4 ts=4: