2011-08-10 02:12:48 +09:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
2011-04-20 12:27:27 +02:00
|
|
|
#
|
2013-04-19 21:10:42 +01:00
|
|
|
# This file is part of the LibreOffice project.
|
2011-04-20 12:27:27 +02:00
|
|
|
#
|
2013-04-19 21:10:42 +01:00
|
|
|
# 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/.
|
2011-04-20 12:27:27 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_Module,formula))
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_add_targets,formula,\
|
|
|
|
Library_for \
|
|
|
|
Library_forui \
|
|
|
|
))
|
|
|
|
|
2013-11-13 02:12:48 +01:00
|
|
|
$(eval $(call gb_Module_add_l10n_targets,formula,\
|
|
|
|
AllLangResTarget_for \
|
|
|
|
AllLangResTarget_forui \
|
2014-06-16 14:30:55 +02:00
|
|
|
UIConfig_formula \
|
2013-11-13 02:12:48 +01:00
|
|
|
))
|
|
|
|
|
2016-08-17 09:43:33 +02:00
|
|
|
# screenshots
|
2016-11-10 15:07:12 +02:00
|
|
|
$(eval $(call gb_Module_add_screenshot_targets,formula,\
|
2016-07-22 16:20:34 +02:00
|
|
|
CppunitTest_formula_dialogs_test \
|
|
|
|
))
|
|
|
|
|
2011-07-30 23:02:30 +03:00
|
|
|
# vim: set noet sw=4 ts=4:
|