Module_basic.mk 735 Bytes
Newer Older
1
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2
#
3
# This file is part of the LibreOffice project.
Matúš Kukan's avatar
Matúš Kukan committed
4
#
5 6 7
# 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/.
8 9
#

Matúš Kukan's avatar
Matúš Kukan committed
10
$(eval $(call gb_Module_Module,basic))
11

12
ifneq ($(DISABLE_SCRIPTING),TRUE)
13

Matúš Kukan's avatar
Matúš Kukan committed
14 15 16
$(eval $(call gb_Module_add_targets,basic,\
	AllLangResTarget_sb \
))
17

18 19
$(eval $(call gb_Module_add_check_targets,basic,\
     CppunitTest_basic_scanner \
20
     CppunitTest_basic_enable \
21
     CppunitTest_basic_nested_struct \
22
))
23

24 25
endif

26
$(eval $(call gb_Module_add_targets,basic,\
27
	Library_sb \
28 29 30
	Package_inc \
))

31
# vim: set noet sw=4 ts=4: