# -*- 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_CustomTarget_CustomTarget,unoidl/unoidl-check_test)) .PHONY: $(call gb_CustomTarget_get_target,unoidl/unoidl-check_test) $(call gb_CustomTarget_get_target,unoidl/unoidl-check_test): \ $(call gb_Executable_get_runtime_dependencies,unoidl-check) \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/other1.rdb \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/other2.rdb \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/pe.rdb \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psb.rdb \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/ue.rdb \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usb.rdb ifneq ($(gb_SUPPRESS_TESTS),) @true else $(call gb_Helper_abbreviate_dirs,( \ $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) $(call gb_Helper_abbreviate_dirs,( \ ! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psb.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) $(call gb_Helper_abbreviate_dirs,( \ ! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) $(call gb_Helper_abbreviate_dirs,( \ ! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usb.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) $(call gb_Helper_abbreviate_dirs,( \ ! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/pe.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) $(call gb_Helper_abbreviate_dirs,( \ ! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/ue.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) $(call gb_Helper_abbreviate_dirs,( \ ! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/other1.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) $(call gb_Helper_abbreviate_dirs,( \ ! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/other2.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) $(call gb_Helper_abbreviate_dirs,( \ $(call gb_Executable_get_command,unoidl-check) \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) $(call gb_Helper_abbreviate_dirs,( \ ! $(call gb_Executable_get_command,unoidl-check) \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psb.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) $(call gb_Helper_abbreviate_dirs,( \ ! $(call gb_Executable_get_command,unoidl-check) \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) $(call gb_Helper_abbreviate_dirs,( \ ! $(call gb_Executable_get_command,unoidl-check) \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usb.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) $(call gb_Helper_abbreviate_dirs,( \ ! $(call gb_Executable_get_command,unoidl-check) \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/pe.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) $(call gb_Helper_abbreviate_dirs,( \ ! $(call gb_Executable_get_command,unoidl-check) \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/ue.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) $(call gb_Helper_abbreviate_dirs,( \ ! $(call gb_Executable_get_command,unoidl-check) \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/other1.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) $(call gb_Helper_abbreviate_dirs,( \ ! $(call gb_Executable_get_command,unoidl-check) \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/other2.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) $(call gb_Helper_abbreviate_dirs,( \ $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) $(call gb_Helper_abbreviate_dirs,( \ $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psb.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) $(call gb_Helper_abbreviate_dirs,( \ $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) $(call gb_Helper_abbreviate_dirs,( \ $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usb.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) $(call gb_Helper_abbreviate_dirs,( \ $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/pe.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) $(call gb_Helper_abbreviate_dirs,( \ $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/ue.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) $(call gb_Helper_abbreviate_dirs,( \ $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/other1.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) $(call gb_Helper_abbreviate_dirs,( \ $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/other2.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) $(call gb_Helper_abbreviate_dirs,( \ $(call gb_Executable_get_command,unoidl-check) \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) $(call gb_Helper_abbreviate_dirs,( \ ! $(call gb_Executable_get_command,unoidl-check) \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psb.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) $(call gb_Helper_abbreviate_dirs,( \ $(call gb_Executable_get_command,unoidl-check) \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) $(call gb_Helper_abbreviate_dirs,( \ ! $(call gb_Executable_get_command,unoidl-check) \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usb.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) $(call gb_Helper_abbreviate_dirs,( \ ! $(call gb_Executable_get_command,unoidl-check) \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/pe.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) $(call gb_Helper_abbreviate_dirs,( \ ! $(call gb_Executable_get_command,unoidl-check) \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/ue.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) $(call gb_Helper_abbreviate_dirs,( \ ! $(call gb_Executable_get_command,unoidl-check) \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/other1.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) $(call gb_Helper_abbreviate_dirs,( \ ! $(call gb_Executable_get_command,unoidl-check) \ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/other2.rdb) \ > $@.log 2>&1 || (cat $@.log && false)) endif $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/%.rdb: \ $(SRCDIR)/unoidl/qa/unoidl-check/%.idl \ $(call gb_Executable_get_runtime_dependencies,unoidl-write) \ | $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/.dir $(call gb_Helper_abbreviate_dirs,( \ $(call gb_Executable_get_command,unoidl-write) $< $@)) # vim: set noet sw=4 ts=4: alue='feature/cib_contract3756'>feature/cib_contract3756 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/writerperfect/Library_wpftwriter.mk
AgeCommit message (Expand)Author
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2019-10-14use common PCH for more librariesLuboš Luňák
2019-10-02On Windows, Library_wpftwriter indirectly references Bcrypt.libStephan Bergmann
2018-01-20EPUB export UI: show remaining metadata from the doc modelMiklos Vajna
2018-01-05upload libe-book 0.1.3David Tardon
2017-12-04EPUB export, fixed layout: switch to a metafile-based approachMiklos Vajna
2017-12-01EPUB export: handle footnotesMiklos Vajna
2017-09-13EPUB export: add options dialogMiklos Vajna
2017-09-12EPUB export: handle list contentMiklos Vajna
2017-09-12EPUB export: initial UI componentMiklos Vajna
2017-09-08EPUB export: handle section contentMiklos Vajna
2017-08-25EPUB export: add support for page breaksMiklos Vajna
2017-08-22EPUB export: initial table supportMiklos Vajna
2017-08-17EPUB export: handle inline imagesMiklos Vajna
2017-08-11EPUB export: add initial metadata support, document titleMiklos Vajna
2017-08-11EPUB export: rework to use context classesMiklos Vajna
2017-08-03EPUB export: add initial package implementationMiklos Vajna
2017-08-01EPUB export: add initial document handlerMiklos Vajna
2017-08-01writerperfect: add initial EPUB export filterMiklos Vajna
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2016-11-02add missing dependency to gb_Library_use_externals, icu_headersEike Rathke
2016-08-11integrate libstarofficeosnola
2016-02-08wpftwriter: use service constructorDavid Tardon
2015-05-20enable Apple Pages importDavid Tardon
2015-05-19upload libwps 0.4.0osnola
2014-10-22fdo#84168 change writerperfect filters to use a new base class templateTakeshi Abe
2014-05-26rebase all import libsDavid Tardon
2014-04-25refactor to decrease the amount of copypastaDavid Tardon
2014-04-24change libwriterperfect to shared libraryDavid Tardon
2014-04-12Unnecessary to mention dependency on icudata as only libicuuc directly uses itTor Lillqvist
2014-03-23remove unnecessary util dirDavid Tardon
2014-01-13AbiWord Import filterFridrich Štrba
2013-11-11bundle libebookDavid Tardon
2013-10-30update libodfgenDavid Tardon
2013-09-22find lots of external static libraries in UnpackedTarball dirMichael Stahl