summaryrefslogtreecommitdiff
path: root/i18npool/Library_i18npaper.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-03-08 00:40:31 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-03-08 12:02:38 +0000
commit80b0a3a7b647b3d60379344a37a5f9b15a2bbfe9 (patch)
treef417692b42e7caa5a2834eccc8038b35f79df0e4 /i18npool/Library_i18npaper.mk
parent18a48b7489650c7addef4c64b7c5b6985a3c68fe (diff)
fold i18npaper into i18nutil
It's too small to justify standalone existence. We can accumulate i18n things we link to directly into i18nutil and rework i18npool uno implementions in terms of thin wrappers over i18nutil and prefer linking to i18nutil internally and leave the uno forwarders for use by external components and scripting
Diffstat (limited to 'i18npool/Library_i18npaper.mk')
-rw-r--r--i18npool/Library_i18npaper.mk57
1 files changed, 0 insertions, 57 deletions
diff --git a/i18npool/Library_i18npaper.mk b/i18npool/Library_i18npaper.mk
deleted file mode 100644
index 88813abf1901..000000000000
--- a/i18npool/Library_i18npaper.mk
+++ /dev/null
@@ -1,57 +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 or as specified alternatively below. 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.
-#
-# The Initial Developer of the Original Code is
-# Matúš Kukan <matus.kukan@gmail.com>
-# Portions created by the Initial Developer are Copyright (C) 2011 the
-# Initial Developer. All Rights Reserved.
-#
-# Major Contributor(s):
-#
-# 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_Library_Library,i18npaper))
-
-$(eval $(call gb_Library_add_package_headers,i18npaper,i18npool_inc))
-
-$(eval $(call gb_Library_set_include,i18npaper,\
- $$(INCLUDE) \
-))
-
-$(eval $(call gb_Library_add_api,i18npaper,\
- udkapi \
- offapi \
-))
-
-$(eval $(call gb_Library_add_defs,i18npaper,\
- -DI18NPAPER_DLLIMPLEMENTATION \
-))
-
-$(eval $(call gb_Library_add_linked_libs,i18npaper,\
- comphelper \
- cppu \
- sal \
- $(gb_STDLIBS) \
-))
-
-$(eval $(call gb_Library_add_exception_objects,i18npaper,\
- i18npool/source/paper/paper \
-))
-
-# vim: set noet sw=4 ts=4: