# -*- 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,onlineupdate/generated)) onlineupdate_INC := $(call gb_CustomTarget_get_workdir,onlineupdate/generated)/onlineupdate $(onlineupdate_INC)/primaryCert.h : \ $(SRCDIR)/onlineupdate/source/update/updater/gen_cert_header.py \ $(call gb_ExternalExecutable_get_dependencies,python) $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),build,,1) mkdir -p $(dir $@) $(call gb_ExternalExecutable_get_command,python) $(SRCDIR)/onlineupdate/source/update/updater/gen_cert_header.py "primaryCertData" $(UPDATE_CONFIG) > $(onlineupdate_INC)/primaryCert.h #"$(UPDATE_CONFIG)" $(onlineupdate_INC)/secondaryCert.h : \ $(SRCDIR)/onlineupdate/source/update/updater/gen_cert_header.py \ $(call gb_ExternalExecutable_get_dependencies,python) $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),build,,1) mkdir -p $(dir $@) $(call gb_ExternalExecutable_get_command,python) $(SRCDIR)/onlineupdate/source/update/updater/gen_cert_header.py "secondaryCertData" $(UPDATE_CONFIG) > $(onlineupdate_INC)/secondaryCert.h #"$(UPDATE_CONFIG)" $(call gb_CustomTarget_get_target,onlineupdate/generated) : \ $(onlineupdate_INC)/primaryCert.h \ $(onlineupdate_INC)/secondaryCert.h \ # vim: set noet sw=4 ts=4: reoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sdext
AgeCommit message (Expand)Author
2024-10-05Use good old string literals in assertXPath and friendsMike Kaganski
2024-09-27tdf#162887 sdext.pdfimport: Fix tilingPatternFill crashDr. David Alan Gilbert
2024-08-29tdf#101611, tdf#108813, tdf#86211, sdext,pdfimport: Clip fillsDr. David Alan Gilbert
2024-08-09cid#1556026 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-08-08cid#1607356 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-08-06cid#555593 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-07-31cid#1555417 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-07-28cid#1556624 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-07-18cid#1555824 Check of thread-shared field evades lock acquisitionCaolán McNamara
2024-07-11Resolves: tdf#161965 missing UpdateControlStates on page switchCaolán McNamara
2024-07-09cid#1606955 Use of auto that causes a copyCaolán McNamara
2024-06-02READMEs update: presenter console is now in sd instead of sdextJulien Nabet
2024-05-16loplugin:ostr in sdextNoel Grandin
2024-05-15add explicit png build dependency to xpdfimportCaolán McNamara
2024-05-12WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-05-03makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo)Christian Lohmaier
2024-04-26run gperf via wsl in wsl-as-helper caseChristian Lohmaier