bnc#382137 DocxAttributeOutput: don't store address of local variable
[LibreOffice.git] / forms / Module_forms.mk
blobbc636b0e5388bfb0b241e82736b13f841f954e1b
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,forms))
12 $(eval $(call gb_Module_add_targets,forms,\
13 AllLangResTarget_frm \
14 Library_frm \
17 $(eval $(call gb_Module_add_subsequentcheck_targets,forms,\
18 JunitTest_forms_unoapi \
19 JunitTest_forms_complex \
22 # vim: set noet sw=4 ts=4: