# -*- 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_Executable_Executable,pdfunzip)) $(eval $(call gb_Executable_use_sdk_api,pdfunzip)) $(eval $(call gb_Executable_use_externals,pdfunzip,\ boost_headers \ zlib \ )) $(eval $(call gb_Executable_set_include,pdfunzip,\ -I$(SRCDIR)/sdext/source/pdfimport/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Executable_use_libraries,pdfunzip,\ basegfx \ comphelper \ cppu \ cppuhelper \ sal \ vcl \ tl \ xo \ i18nutil \ )) $(eval $(call gb_Executable_use_library_objects,pdfunzip,pdfimport)) $(eval $(call gb_Executable_add_exception_objects,pdfunzip,\ sdext/source/pdfimport/test/pdfunzip \ )) # vim:set noet sw=4 ts=4: /zeta-24-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/solenv/gbuild/Extension.mk
AgeCommit message (Expand)Author
2024-05-04makefile simplification: replace $(call gb_Extension_get_workdir,foo)Christian Lohmaier
2024-04-26run zip via wsl in wsl-as-helper caseChristian Lohmaier
2024-04-22avoid exceeding command-line length limits when using zipChristian Lohmaier
2022-12-20gbuild trace: fix mismatching start/end category in Extension.mkChristian Lohmaier
2022-12-13gb_var2file: remove now unused chunk-size parameterChristian Lohmaier
2021-12-31gbuild: introduce gb_%_linktarget_targetJan-Marek Glogowski
2021-11-04Resolves: tdf#97046 ensure build system variables start with gb_Sabyasachi Bhoi
2020-12-09One more gbuild $ -> $$ fixStephan Bergmann
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák
2019-12-16Revert "Make font-based unit test depend on instdir fonts"Jan-Marek Glogowski
2019-07-05Make font-based unit test depend on instdir fontsJan-Marek Glogowski
2017-05-18Revert "Fix typos"Stephan Bergmann
2017-05-18Fix typosAndrea Gelmini
2016-10-26gbuild: missing emacs mode-linesMichael Stahl