# -*- 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,oosplash)) $(eval $(call gb_Executable_set_targettype_gui,oosplash,YES)) $(eval $(call gb_Executable_use_libraries,oosplash,\ sal \ )) $(eval $(call gb_Executable_add_cobjects,oosplash,\ desktop/unx/source/args \ desktop/unx/source/file_image_unx \ desktop/unx/source/pagein \ desktop/unx/source/splashx \ desktop/unx/source/start \ )) ifeq ($(USE_XINERAMA),YES) $(eval $(call gb_Executable_add_defs,oosplash,\ -DUSE_XINERAMA \ )) $(eval $(call gb_Executable_add_libs,oosplash,\ -lXinerama \ )) endif ifneq ($(GUIBASE),headless) ifneq ($(OS),WNT) $(eval $(call gb_Executable_add_libs,oosplash,\ -lX11 \ )) endif endif ifneq ($(ENABLE_HEADLESS),TRUE) $(eval $(call gb_Executable_add_defs,oosplash,\ -DENABLE_QUICKSTART_LIBPNG \ )) $(eval $(call gb_Executable_use_externals,oosplash,\ png \ )) endif ifeq ($(OS),LINUX) $(eval $(call gb_Executable_add_libs,oosplash,\ -lm \ )) endif ifeq ($(OS),SOLARIS) $(eval $(call gb_Executable_add_libs,oosplash,\ -lsocket \ )) endif # vim: set ts=4 sw=4 et: b/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/extensions/Library_updatecheckui.mk
td class='label'>context:
AgeCommit message (Expand)Author
2014-04-28prefer makefile-gmake-modeTakeshi Abe
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-10-24 11:05:38 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-10-24 17:33:17 +0200
commita8165c111d38c6280a9205b45dde002f5ef9118d (patch)
treeaa8c75fb0a33a16532cd1125e149c07f01e733dd /dbaccess
parentea5c47d8ab9c8da6facc6ab950a93f4b0c286cb5 (diff)
weld OTextDetailsPage