# -*- 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_Library_Library,scn)) $(eval $(call gb_Library_use_externals,scn,\ boost_headers \ sane_headers \ )) $(eval $(call gb_Library_set_componentfile,scn,extensions/source/scanner/scn)) $(eval $(call gb_Library_use_sdk_api,scn)) $(eval $(call gb_Library_use_libraries,scn,\ svt \ vcl \ tl \ comphelper \ cppuhelper \ cppu \ sal \ i18nlangtag \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,scn,\ extensions/source/scanner/scnserv \ extensions/source/scanner/scanner \ )) ifeq ($(OS),WNT) $(eval $(call gb_Library_add_exception_objects,scn,\ extensions/source/scanner/scanwin \ )) else ifneq ($(OS),WNT) $(eval $(call gb_Library_add_exception_objects,scn,\ extensions/source/scanner/grid \ extensions/source/scanner/sane \ extensions/source/scanner/sanedlg \ extensions/source/scanner/scanunx \ )) ifeq ($(OS),LINUX) $(eval $(call gb_Library_add_libs,scn,\ -ldl \ )) endif endif endif # vim:set noet sw=4 ts=4: libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Expand)Author
2021-12-23Adapt .gitignoreStephan Bergmann
2021-12-01gbuild: serialize dynamic link for static buildsJan-Marek Glogowski
2021-05-31configure: Keep warnings file and cat build onesJan-Marek Glogowski
2021-05-05WASM: add initial support for Emscripten cross buildJan-Marek Glogowski
2021-02-24qtcreator: Create *.pro.shared files instead of *.pro.userMichael Weghorn
2020-12-30Drop some dubious .gitignore entriesStephan Bergmann
2020-08-17Move compilerplugins-related .gitignore content to compilerplugins/.gitignoreStephan Bergmann
2020-08-14add compilerplugin-generated files to .gitignoreNoel Grandin
2020-05-04Adapt to hardened_runtime.xcentStephan Bergmann
2019-06-08Add QtCreator-specific file to .gitignoreMuhammet Kara
2018-12-18No more need to generate lo.xcent from lo.xcent.inStephan Bergmann