[Libreoffice-commits] .: cppcanvas/Library_mtfrenderer.mk cppcanvas/Module_cppcanvas.mk

Radek Doulík rodo at kemper.freedesktop.org
Wed Jul 27 01:06:31 PDT 2011


 cppcanvas/Library_mtfrenderer.mk |   51 +++++++++++++++++++++++++++++++++++++++
 cppcanvas/Module_cppcanvas.mk    |    1 
 2 files changed, 52 insertions(+)

New commits:
commit 137d33ad17020561e91fed26dd7dca16fce6400a
Author: Radek Doulik <rodo at novell.com>
Date:   Wed Jul 27 10:06:10 2011 +0200

    build mtfrenderer component again

diff --git a/cppcanvas/Library_mtfrenderer.mk b/cppcanvas/Library_mtfrenderer.mk
new file mode 100644
index 0000000..652b0fb
--- /dev/null
+++ b/cppcanvas/Library_mtfrenderer.mk
@@ -0,0 +1,51 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+# 
+# Copyright 2000, 2011 Novell Inc.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.  If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+$(eval $(call gb_Library_Library,mtfrenderer))
+
+$(eval $(call gb_Library_set_componentfile,mtfrenderer,cppcanvas/source/uno/mtfrenderer))
+
+$(eval $(call gb_Library_add_linked_libs,mtfrenderer,\
+	sal \
+	cppu \
+	cppuhelper \
+	comphelper \
+	cppcanvas \
+	basegfx \
+    $(gb_STDLIBS) \
+))
+
+$(eval $(call gb_Library_add_api,mtfrenderer,\
+    offapi \
+    udkapi \
+))
+
+$(eval $(call gb_Library_add_exception_objects,mtfrenderer,\
+	cppcanvas/source/uno/uno_mtfrenderer \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/cppcanvas/Module_cppcanvas.mk b/cppcanvas/Module_cppcanvas.mk
index 5332d93..780e92e 100644
--- a/cppcanvas/Module_cppcanvas.mk
+++ b/cppcanvas/Module_cppcanvas.mk
@@ -29,6 +29,7 @@ $(eval $(call gb_Module_Module,cppcanvas))
 
 $(eval $(call gb_Module_add_targets,cppcanvas,\
 	Library_cppcanvas \
+	Library_mtfrenderer \
 	Package_inc \
 ))
 


More information about the Libreoffice-commits mailing list