summaryrefslogtreecommitdiff
path: root/libwps
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-10-18 22:22:34 +0200
committerDavid Tardon <dtardon@redhat.com>2013-10-19 07:39:27 +0000
commit27d0ddf6b4526ffdf2e166e20a03a4c40a0f9936 (patch)
treeb52c594b915eae4f31107b430037bc9f7ed57fd8 /libwps
parent06c6846346e945f40ce4ab87261e9511d5e87e9c (diff)
fdo#70393: move libwps to a subdir of external
Change-Id: Ib7c85b6004f4cf1cc3a3ecf280d9c99fb2e7297f Reviewed-on: https://gerrit.libreoffice.org/6338 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'libwps')
-rw-r--r--libwps/ExternalProject_libwps.mk40
-rw-r--r--libwps/Makefile7
-rw-r--r--libwps/Module_libwps.mk21
-rw-r--r--libwps/README1
-rw-r--r--libwps/UnpackedTarball_libwps.mk14
5 files changed, 0 insertions, 83 deletions
diff --git a/libwps/ExternalProject_libwps.mk b/libwps/ExternalProject_libwps.mk
deleted file mode 100644
index 5af9deda7052..000000000000
--- a/libwps/ExternalProject_libwps.mk
+++ /dev/null
@@ -1,40 +0,0 @@
-# -*- 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_ExternalProject_ExternalProject,libwps))
-
-$(eval $(call gb_ExternalProject_use_autoconf,libwps,build))
-
-$(eval $(call gb_ExternalProject_register_targets,libwps,\
- build \
-))
-
-$(eval $(call gb_ExternalProject_use_externals,libwps,\
- boost_headers \
- wpd \
-))
-
-$(call gb_ExternalProject_get_state_target,libwps,build) :
- $(call gb_ExternalProject_run,build,\
- export PKG_CONFIG="" \
- && ./configure \
- --with-pic \
- --enable-static \
- --disable-shared \
- --without-docs \
- --disable-debug \
- --disable-werror \
- CXXFLAGS="$(if $(filter NO,$(SYSTEM_BOOST)),-I$(call gb_UnpackedTarball_get_dir,boost),$(BOOST_CPPFLAGS))" \
- $(if $(filter YES,$(CROSS_COMPILING)),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \
- && (cd $(EXTERNAL_WORKDIR)/src/lib && \
- $(if $(VERBOSE)$(verbose),V=1) \
- $(MAKE)) \
- )
-
-# vim: set noet sw=4 ts=4:
diff --git a/libwps/Makefile b/libwps/Makefile
deleted file mode 100644
index ccb1c85a04da..000000000000
--- a/libwps/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/libwps/Module_libwps.mk b/libwps/Module_libwps.mk
deleted file mode 100644
index ee163f09060b..000000000000
--- a/libwps/Module_libwps.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-# -*- 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_Module_Module,libwps))
-
-ifeq ($(SYSTEM_WPS),NO)
-
-$(eval $(call gb_Module_add_targets,libwps,\
- ExternalProject_libwps \
- UnpackedTarball_libwps \
-))
-
-endif
-
-# vim: set noet sw=4 ts=4:
diff --git a/libwps/README b/libwps/README
deleted file mode 100644
index 3ce52187d520..000000000000
--- a/libwps/README
+++ /dev/null
@@ -1 +0,0 @@
-Microsoft Works file word processor format import library from [http://libwps.sourceforge.net/].
diff --git a/libwps/UnpackedTarball_libwps.mk b/libwps/UnpackedTarball_libwps.mk
deleted file mode 100644
index 1fd633acbe90..000000000000
--- a/libwps/UnpackedTarball_libwps.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# -*- 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_UnpackedTarball_UnpackedTarball,libwps))
-
-$(eval $(call gb_UnpackedTarball_set_tarball,libwps,$(WPS_TARBALL)))
-
-# vim: set noet sw=4 ts=4: