2012-05-06 14:50:07 +02:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
2011-11-25 19:30:08 +01:00
|
|
|
#
|
2013-04-19 21:10:42 +01:00
|
|
|
# This file is part of the LibreOffice project.
|
2011-11-25 19:30:08 +01:00
|
|
|
#
|
2013-04-19 21:10:42 +01:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2011-11-25 19:30:08 +01:00
|
|
|
#
|
|
|
|
|
2012-05-06 14:50:07 +02:00
|
|
|
$(eval $(call gb_CustomTarget_CustomTarget,scp2/macros))
|
2011-11-25 19:30:08 +01:00
|
|
|
|
2012-05-06 14:50:07 +02:00
|
|
|
$(call gb_CustomTarget_get_target,scp2/macros) : $(call gb_CustomTarget_get_workdir,scp2/macros)/langmacros.inc
|
2011-11-25 19:30:08 +01:00
|
|
|
|
2012-05-06 14:50:07 +02:00
|
|
|
$(call gb_CustomTarget_get_workdir,scp2/macros)/langmacros.inc :| $(call gb_CustomTarget_get_workdir,scp2/macros)/.dir
|
2011-11-25 19:30:08 +01:00
|
|
|
|
2012-12-11 15:39:49 +01:00
|
|
|
$(call gb_CustomTarget_get_workdir,scp2/macros)/langmacros.inc : $(SRCDIR)/scp2/macros/macro.pl $(BUILDDIR)/config_host.mk.stamp
|
2012-05-06 14:50:07 +02:00
|
|
|
$(call gb_Helper_abbreviate_dirs,\
|
|
|
|
export COMPLETELANGISO_VAR='$(gb_ScpTemplateTarget_LANGS)' && \
|
2013-05-21 11:50:25 +02:00
|
|
|
export HELP_LANGS='$(gb_HELP_LANGS)' && \
|
2012-12-11 15:39:49 +01:00
|
|
|
$(PERL) $< -verbose -o $@ -c $(BUILDDIR)/config_host.mk.stamp \
|
2012-05-06 14:50:07 +02:00
|
|
|
)
|
2011-11-25 19:30:08 +01:00
|
|
|
|
2012-05-06 14:50:07 +02:00
|
|
|
# vim: set shiftwidth=4 tabstop=4 noexpandtab:
|