summaryrefslogtreecommitdiff
path: root/libcmis
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-05-09 12:20:34 +0200
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-06-04 13:28:11 +0200
commitd1eb25ba0a2b0a549f387eb731032c7f1265095e (patch)
tree1bfeb435def67e7df343d198faaa523f2f47f7e3 /libcmis
parent7b4c51ed76269546a03729b5e7f087a9d252994f (diff)
libcmis: removing unused gmake scripts to avoid maintaining them
Change-Id: Ic8e3666d25a0776ddaa8fa0a462275f771befca3
Diffstat (limited to 'libcmis')
-rw-r--r--libcmis/ExternalLib_libcmis.mk55
-rw-r--r--libcmis/Makefile7
-rw-r--r--libcmis/Module_libcmis.mk35
-rw-r--r--libcmis/libcmis-0.1.0-autotools.patch52
4 files changed, 0 insertions, 149 deletions
diff --git a/libcmis/ExternalLib_libcmis.mk b/libcmis/ExternalLib_libcmis.mk
deleted file mode 100644
index eb0510d99ece..000000000000
--- a/libcmis/ExternalLib_libcmis.mk
+++ /dev/null
@@ -1,55 +0,0 @@
-
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# Version: MPL 1.1 / GPLv3+ / LGPLv3+
-#
-# The contents of this file are subject to the Mozilla Public License Version
-# 1.1 (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.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS IS" basis,
-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
-# for the specific language governing rights and limitations under the
-# License.
-#
-# Major Contributor(s):
-# Copyright (C) 2011 SUSE <cbosdonnat@suse.com>
-#
-# All Rights Reserved.
-#
-# For minor contributions see the git repository.
-#
-# Alternatively, the contents of this file may be used under the terms of
-# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
-# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
-# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
-# instead of those above.
-
-$(eval $(call gb_ExternalLib_ExternalLib,libcmis,autotools))
-
-$(eval $(call gb_ExternalLib_set_src_package,libcmis,7c2549f6b0a8bb604e6c4c729ffdcfe6-libcmis-0.1.0.tar.gz))
-$(eval $(call gb_ExternalLib_add_conf_arg,libcmis,--disable-client))
-$(eval $(call gb_ExternalLib_add_patch,libcmis,libcmis/libcmis-0.1.0-autotools.patch))
-$(eval $(call gb_ExternalLib_add_patch,libcmis,libcmis/libcmis-0001-virtualdtor.patch))
-$(eval $(call gb_ExternalLib_add_conf_arg,libcmis,--disable-tests))
-$(eval $(call gb_ExternalLib_add_conf_arg,libcmis,--disable-static))
-
-ifeq ($(GUI)$(COM),WNTGCC)
-ifeq ($(SYSTEM_CURL),YES)
-$(eval $(call gb_ExternalLib_add_conf_arg,libcmis,--with-libcurl=/usr/i686-w64-mingw32/sys-root/mingw))
-endif
-ifeq ($(SYSTEM_LIBXML),YES)
-$(eval $(call gb_ExternalLib_add_conf_arg,libcmis,--with-libxml2=/usr/i686-w64-mingw32/sys-root/mingw))
-endif
-endif
-
-ifneq ($(filter $(OS),MACOSX ANDROID),)
-
-$(eval $(call gb_ExternalLib_add_conf_arg,libcmis,'CPPUNIT_LIBS=""'))
-$(eval $(call gb_ExternalLib_add_conf_arg,libcmis,'CPPUNIT_CFLAGS=""'))
-$(eval $(call gb_ExternalLib_add_conf_arg,libcmis,--with-boost=$(OUTDIR)/inc))
-
-endif
-
-# vim: set noet sw=4 ts=4:
diff --git a/libcmis/Makefile b/libcmis/Makefile
deleted file mode 100644
index ccb1c85a04da..000000000000
--- a/libcmis/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-
-module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
-
-include $(module_directory)/../solenv/gbuild/partial_build.mk
-
-# vim: set noet sw=4 ts=4:
diff --git a/libcmis/Module_libcmis.mk b/libcmis/Module_libcmis.mk
deleted file mode 100644
index 0cf0d040d05a..000000000000
--- a/libcmis/Module_libcmis.mk
+++ /dev/null
@@ -1,35 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# Version: MPL 1.1 / GPLv3+ / LGPLv3+
-#
-# The contents of this file are subject to the Mozilla Public License Version
-# 1.1 (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.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS IS" basis,
-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
-# for the specific language governing rights and limitations under the
-# License.
-#
-# Major Contributor(s):
-# Copyright (C) 2011 SUSE <cbosdonnat@suse.com>
-#
-# All Rights Reserved.
-#
-# For minor contributions see the git repository.
-#
-# Alternatively, the contents of this file may be used under the terms of
-# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
-# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
-# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
-# instead of those above.
-
-$(eval $(call gb_Module_Module,libcmis))
-
-$(eval $(call gb_Module_add_targets,libcmis,\
- ExternalLib_libcmis \
-))
-
-
-# vim: set noet sw=4 ts=4:
diff --git a/libcmis/libcmis-0.1.0-autotools.patch b/libcmis/libcmis-0.1.0-autotools.patch
deleted file mode 100644
index 05780ac09f0e..000000000000
--- a/libcmis/libcmis-0.1.0-autotools.patch
+++ /dev/null
@@ -1,52 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -42,6 +42,11 @@ AS_IF([test x"$GCC" = xyes], [
- CXXFLAGS="$CXXFLAGS -Wall -pedantic"
- ])
-
-+AC_ARG_WITH([libxml2],
-+ [AS_HELP_STRING([--with-libxml2=PREFIX], [look for the xml2 library in
-+ PREFIX/lib and headers in PREFIX/include])]
-+)
-+
- LIBCMIS_API_VERSION=libcmis_api_version
- AC_SUBST(LIBCMIS_API_VERSION)
-
-@@ -62,7 +67,7 @@ AC_SUBST(CURL_CFLAGS)
- AC_SUBST(LIBCURL)
-
- # Check for lixml2
--AC_PATH_PROGS([TOOL_XML2_CONFIG], [xml2-config])
-+AC_PATH_PROGS([TOOL_XML2_CONFIG], [xml2-config],, [$with_libxml2/bin:$PATH])
- AS_IF([test -n "$TOOL_XML2_CONFIG"],
- [XML2_CFLAGS=`$TOOL_XML2_CONFIG --cflags`
- XML2_LIBS=`$TOOL_XML2_CONFIG --libs`],
---- bleh/config.sub 2011-09-27 22:48:43.000000000 +0200
-+++ blah/config.sub 2011-10-04 09:26:51.000000000 +0200
-@@ -4,7 +4,7 @@
- # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
- # Free Software Foundation, Inc.
-
--timestamp='2009-11-20'
-+timestamp='2011-10-04'
-
- # This file is (in principle) common to ALL GNU software.
- # The presence of a machine in this file suggests that SOME GNU software
-@@ -123,7 +123,7 @@
- # Here we must recognize all the valid KERNEL-OS combinations.
- maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
- case $maybe_os in
-- nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
-+ nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
- uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
- kopensolaris*-gnu* | \
- storm-chaos* | os2-emx* | rtmk-nova*)
-@@ -1294,7 +1294,7 @@
- | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
- | -chorusos* | -chorusrdb* | -cegcc* \
- | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
-- | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
-+ | -mingw32* | -linux-gnu* | -linux-androideabi* | -linux-newlib* | -linux-uclibc* \
- | -uxpv* | -beos* | -mpeix* | -udk* \
- | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
- | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \