# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # Copyright 2000, 2010 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite # # This file is part of OpenOffice.org. # # OpenOffice.org is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License version 3 # only, as published by the Free Software Foundation. # # OpenOffice.org is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License version 3 for more details # (a copy is included in the LICENSE file that accompanied this code). # # You should have received a copy of the GNU Lesser General Public License # version 3 along with OpenOffice.org. If not, see # # for a copy of the LGPLv3 License. # #************************************************************************* $(eval $(call gb_Library_Library,vclplug_kde)) $(eval $(call gb_Library_set_include,vclplug_kde,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ -I$(SRCDIR)/solenv/inc \ )) $(eval $(call gb_Library_set_include,vclplug_kde,\ $$(INCLUDE) \ $$(KDE_CFLAGS) \ )) $(eval $(call gb_Library_add_defs,vclplug_kde,\ -DVCLPLUG_KDE_IMPLEMENTATION \ )) $(eval $(call gb_Library_add_api,vclplug_kde,\ offapi \ udkapi \ )) $(eval $(call gb_Library_add_libs,vclplug_kde,\ $$(KDE_LIBS) \ )) $(eval $(call gb_Library_add_linked_libs,vclplug_kde,\ vclplug_gen \ vcl \ tl \ utl \ sot \ ucbhelper \ basegfx \ comphelper \ cppuhelper \ i18nisolang1 \ i18npaper \ i18nutil \ jvmaccess \ cppu \ sal \ X11 \ Xext \ SM \ ICE \ $(gb_STDLIBS) \ )) $(eval $(call gb_Library_use_externals,vclplug_kde,\ icule \ icuuc \ )) $(eval $(call gb_Library_add_exception_objects,vclplug_kde,\ vcl/unx/kde/kdedata \ vcl/unx/kde/salnativewidgets-kde \ )) ifeq ($(OS),LINUX) $(eval $(call gb_Library_add_linked_libs,vclplug_kde,\ dl \ m \ pthread \ )) endif # vim: set noet sw=4 ts=4: ro/collabora/co-2021 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/openldap
AgeCommit message (Expand)Author
2013-01-07openldap: clear d.lstMatúš Kukan
2013-01-02convert nss to gbuildPeter Foley
2012-11-15tweak some build.lsts...Michael Stahl
2012-10-30fix parallelism variables and let's have only --with-parallelism from now onMatúš Kukan
2012-10-28openldap: convert to gbuildMatúš Kukan
2012-10-15Don't be paranoid, surely all our platforms have a working memcmp()Tor Lillqvist
2012-10-14Handle cross-compilationTor Lillqvist
2012-07-20android: x86 porting work.Michael Meeks
2012-07-17NSS_Initialize is actually in nssutil3Caolán McNamara
2012-07-16No space after -L (Mac OS X)Stephan Bergmann
2012-07-16TypoStephan Bergmann
2012-07-16Postgresql driver links with the *_r variantFridrich Štrba
2012-07-16Fixing build with internal openldapFridrich Štrba
2012-07-16openldap module to build for unix only (still unused)Fridrich Štrba