Bump for 4.0-15
[LibreOffice.git] / touch / InternalUnoApi_touch.mk
blobb74af1a4cb91adf47129afdf53aa353dc3826e48
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # Copyright 2012 LibreOffice contributors.
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$(OUTDIR)/idl \
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: