From f33c8644c052bf9d69157224500ca7887075c7da Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 19 Sep 2013 19:32:31 +0200 Subject: stop delivering lots of external static libraries Change-Id: Id0c5908adbdec40346c1b62304d1f72ed077ca54 --- mythes/ExternalPackage_mythes.mk | 20 -------------------- mythes/Module_mythes.mk | 1 - 2 files changed, 21 deletions(-) delete mode 100644 mythes/ExternalPackage_mythes.mk (limited to 'mythes') diff --git a/mythes/ExternalPackage_mythes.mk b/mythes/ExternalPackage_mythes.mk deleted file mode 100644 index cd8907ccede8..000000000000 --- a/mythes/ExternalPackage_mythes.mk +++ /dev/null @@ -1,20 +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,mythes,mythes)) - -ifneq ($(COM),MSC) - -$(eval $(call gb_ExternalPackage_use_external_project,mythes,mythes)) - -$(eval $(call gb_ExternalPackage_add_file,mythes,lib/libmythes.a,.libs/libmythes-1.2.a)) - -endif - -# vim: set noet sw=4 ts=4: diff --git a/mythes/Module_mythes.mk b/mythes/Module_mythes.mk index 7a210c02d933..4d9ac64ee926 100644 --- a/mythes/Module_mythes.mk +++ b/mythes/Module_mythes.mk @@ -12,7 +12,6 @@ $(eval $(call gb_Module_Module,mythes)) ifeq ($(SYSTEM_MYTHES),NO) $(eval $(call gb_Module_add_targets,mythes,\ UnpackedTarball_mythes \ - ExternalPackage_mythes \ )) ifeq ($(COM),MSC) $(eval $(call gb_Module_add_targets,mythes,\ -- cgit