tdf#62032 use style list level when changing style
[LibreOffice.git] / shell / CustomTarget_spsupp_idl.mk
blob2c860f6d81d1c2336890e699ce3ff9f4ee90eaf5
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_CustomTarget_CustomTarget,shell/source/win32/spsupp/idl))
12 spsupp_IDLDIR := $(call gb_CustomTarget_get_workdir,shell/source/win32/spsupp/idl)
14 $(call gb_CustomTarget_get_target,shell/source/win32/spsupp/idl) : \
15 $(spsupp_IDLDIR)/spsupp.tlb
17 $(spsupp_IDLDIR)/spsupp.tlb : \
18 $(SRCDIR)/shell/source/win32/spsupp/spsupp.idl \
19 | $(spsupp_IDLDIR)/.dir
20 $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),IDL,1)
21 $(call gb_Trace_StartRange,$(subst $(WORKDIR)/,,$@),IDL)
22 $(call gb_Helper_abbreviate_dirs, \
23 midl.exe \
24 -tlb $@ \
25 -h $(spsupp_IDLDIR)/spsupp_h.h \
26 -iid $(spsupp_IDLDIR)/spsupp_i.c \
27 $(INCLUDE) \
28 $(SOLARINC) \
29 -Oicf \
30 $<)
31 $(call gb_Trace_EndRange,$(subst $(WORKDIR)/,,$@),IDL)
33 # vim:set shiftwidth=4 tabstop=4 noexpandtab: