summaryrefslogtreecommitdiff
path: root/libmspub
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-09-19 19:32:31 +0200
committerMichael Stahl <mstahl@redhat.com>2013-09-22 11:08:33 +0200
commitf33c8644c052bf9d69157224500ca7887075c7da (patch)
tree0d8b87f1cb3b93355df964258ec2ec6a820b2e17 /libmspub
parent2f6261fa07e496439e4476d2be2c4c9bca9e6e52 (diff)
stop delivering lots of external static libraries
Change-Id: Id0c5908adbdec40346c1b62304d1f72ed077ca54
Diffstat (limited to 'libmspub')
-rw-r--r--libmspub/ExternalPackage_libmspub.mk21
-rw-r--r--libmspub/Module_libmspub.mk1
2 files changed, 0 insertions, 22 deletions
diff --git a/libmspub/ExternalPackage_libmspub.mk b/libmspub/ExternalPackage_libmspub.mk
deleted file mode 100644
index 8ecc85d2dd8e..000000000000
--- a/libmspub/ExternalPackage_libmspub.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_ExternalPackage_ExternalPackage,libmspub,libmspub))
-
-$(eval $(call gb_ExternalPackage_use_external_project,libmspub,libmspub))
-
-ifeq ($(COM),MSC)
-$(eval $(call gb_ExternalPackage_add_file,libmspub,lib/mspub-0.0.lib,src/lib/.libs/libmspub-0.0.lib))
-else
-$(eval $(call gb_ExternalPackage_add_file,libmspub,lib/libmspub-0.0.a,src/lib/.libs/libmspub-0.0.a))
-endif
-
-
-# vim: set noet sw=4 ts=4:
diff --git a/libmspub/Module_libmspub.mk b/libmspub/Module_libmspub.mk
index 12cdfd316a4b..0755acae9c6e 100644
--- a/libmspub/Module_libmspub.mk
+++ b/libmspub/Module_libmspub.mk
@@ -12,7 +12,6 @@ $(eval $(call gb_Module_Module,libmspub))
ifeq ($(SYSTEM_MSPUB),NO)
$(eval $(call gb_Module_add_targets,libmspub,\
- ExternalPackage_libmspub \
ExternalProject_libmspub \
UnpackedTarball_libmspub \
))