# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # 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/. # $(eval $(call gb_CustomTarget_CustomTarget,wizards/share)) $(call gb_CustomTarget_get_target,wizards/share): \ $(call gb_CustomTarget_get_workdir,wizards/share)/dialog.xlc \ $(call gb_CustomTarget_get_workdir,wizards/share)/script.xlc $(call gb_CustomTarget_get_workdir,wizards/share)/%.xlc: \ $(SRCDIR)/wizards/source/configshare/%.xlc \ | $(call gb_CustomTarget_get_workdir,wizards/share)/.dir $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),SED,1) sed -e 's/@LIBO_SHARE_FOLDER@/$(LIBO_SHARE_FOLDER)/' $< > $@ # vim:set shiftwidth=4 tabstop=4 noexpandtab: # vim: set noet sw=4 ts=4: >distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-11-01 12:19:09 +0100
committerMichael Stahl <mstahl@redhat.com>2013-11-02 22:07:53 +0100
commitbc5069ac40a19fc0f421403c9f8ae7e645b34cbb (patch)
tree630f91fad103ece03f8d9e15f6e074dbe8c70a09
parent64a882888665dcbe15acc5793e7c9cf5f1bdc575 (diff)
remove SOLARENV variable
It is constant and can just be replaced by $(SRCDIR)/solenv. Use BUILD_TYPE where it was used to check if config_*.mk is sourced. Change-Id: Ib9d480c57194b6340093aa47776f8768df69b7d1