add some protocols that don't make sense as floating frame targets
[LibreOffice.git] / scp2 / CustomTarget_langmacros.mk
blob48cb596335627a0a3ec12edbdb8656529dd012d5
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,scp2/macros))
12 $(call gb_CustomTarget_get_target,scp2/macros) : $(call gb_CustomTarget_get_workdir,scp2/macros)/langmacros.inc
14 $(call gb_CustomTarget_get_workdir,scp2/macros)/langmacros.inc :| $(call gb_CustomTarget_get_workdir,scp2/macros)/.dir
16 $(call gb_CustomTarget_get_workdir,scp2/macros)/langmacros.inc : $(SRCDIR)/scp2/macros/macro.pl $(BUILDDIR)/config_host.mk.stamp
17 $(call gb_Helper_abbreviate_dirs,\
18 export COMPLETELANGISO_VAR='$(gb_ScpTemplateTarget_LANGS)' && \
19 export HELP_LANGS='$(gb_HELP_LANGS)' && \
20 $(PERL) $< -verbose -o $@ -c $(BUILDDIR)/config_host.mk.stamp \
23 # vim: set shiftwidth=4 tabstop=4 noexpandtab: