update credits
[LibreOffice.git] / touch / InternalUnoApi_touch.mk
blob279d0eeb560ca192622df1fecf840a305da71607
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/.
9 $(eval $(call gb_InternalUnoApi_InternalUnoApi,touch))
11 $(eval $(call gb_InternalUnoApi_use_api,touch,\
12 udkapi \
15 $(eval $(call gb_InternalUnoApi_define_api_dependencies,touch, \
16 offapi,\
17 udkapi \
20 $(eval $(call gb_InternalUnoApi_set_include,touch,\
21 -I$(SRCDIR)/touch/idl \
22 -I$(SRCDIR)/udkapi \
23 $$(INCLUDE) \
26 $(eval $(call gb_InternalUnoApi_add_idlfiles,touch,touch/idl/org/libreoffice/touch,\
27 Document \
28 XDocument \
29 XDocumentRenderCallback \
32 # vim: set noet sw=4 ts=4: