# -*- 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/. #
#getting the package files post-hoc with wildcard is not good and should be done better define gb_PackageInfo_emit_l10n_for_one_alllangpackage
@$(foreach file,$(shell ls $(INSTDIR)/$(1)/$(2)),echo"$(1)/$(2)/$(file)" >> $(gb_PackageInfo_get_target)/l10n-$(2).files &&) true
install-package-%: $(gb_PackageInfo_get_target)/packageinfo_all for executable in `cat $(gb_PackageInfo_get_target)/$*.executables`; \ do \
install -D $(INSTDIR)/$${executable} $(INSTALLDIR)/$${executable} ;\ done for library in `cat $(gb_PackageInfo_get_target)/$*.sdklinklibraries`; \ do \
install -D -m644 $(INSTDIR)/$${library} $(INSTALLDIR)/$${library}; \ done for library in `cat $(gb_PackageInfo_get_target)/$*.libraries`; \ do \
install -D -m644 $(INSTDIR)/$${library} $(INSTALLDIR)/$${library}; \ done for jar in `cat $(gb_PackageInfo_get_target)/$*.jars`; \ do \
install -D -m644 $(INSTDIR)/$${jar} $(INSTALLDIR)/$${jar}; \ done for file in `cat $(gb_PackageInfo_get_target)/$*.files`; \ do \
install -D -m644 $(INSTDIR)/$${file} $(INSTALLDIR)/$${file}; \ done
# vim: set noet sw=4 ts=4:
Messung V0.5
¤ Dauer der Verarbeitung: 0.14 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.