Bump version to 4.1-6
[LibreOffice.git] / scaddins / InternalUnoApi_scaddins.mk
blob63ff8364971d00e67d34aef98afb383aef8dee31
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_InternalUnoApi_InternalUnoApi,scaddins))
12 $(eval $(call gb_InternalUnoApi_use_api,scaddins,\
13 offapi \
14 udkapi \
17 $(eval $(call gb_InternalUnoApi_define_api_dependencies,scaddins,offapi,\
18 udkapi \
21 $(eval $(call gb_InternalUnoApi_set_include,scaddins,\
22 -I$(SRCDIR)/scaddins/idl \
23 -I$(SRCDIR)/offapi \
24 -I$(SRCDIR)/udkapi \
25 $$(INCLUDE) \
28 $(eval $(call gb_InternalUnoApi_add_idlfiles,scaddins,scaddins/idl/com/sun/star/sheet/addin,\
29 Analysis \
30 DateFunctions \
31 PricingFunctions \
32 XAnalysis \
33 XCompatibilityNames \
34 XDateFunctions \
35 XPricingFunctions \
36 XMiscFunctions \
39 # vim:set noet sw=4 ts=4: