blob: fad05f1c60a02f1da29b4fad5cc080ae93645432 [file] [log] [blame]
Takeshi Abeb2bd33e2011-08-10 02:12:48 +09001# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
Rüdiger Timmf46cd332006-10-30 08:13:37 +00002#
Michael Meeks44cfc7c2012-10-09 12:22:23 +01003# This file is part of the LibreOffice project.
Rüdiger Timmf46cd332006-10-30 08:13:37 +00004#
Michael Meeks44cfc7c2012-10-09 12:22:23 +01005# This Source Code Form is subject to the terms of the Mozilla Public
6# License, v. 2.0. If a copy of the MPL was not distributed with this
7# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Rüdiger Timmf46cd332006-10-30 08:13:37 +00008#
Michael Meeks44cfc7c2012-10-09 12:22:23 +01009# This file incorporates work covered by the following license notice:
Rüdiger Timmf46cd332006-10-30 08:13:37 +000010#
Michael Meeks44cfc7c2012-10-09 12:22:23 +010011# Licensed to the Apache Software Foundation (ASF) under one or more
12# contributor license agreements. See the NOTICE file distributed
13# with this work for additional information regarding copyright
14# ownership. The ASF licenses this file to you under the Apache
15# License, Version 2.0 (the "License"); you may not use this file
16# except in compliance with the License. You may obtain a copy of
17# the License at http://www.apache.org/licenses/LICENSE-2.0 .
Rüdiger Timmf46cd332006-10-30 08:13:37 +000018#
Rüdiger Timmf46cd332006-10-30 08:13:37 +000019
Mathias Bauer77de7972011-02-25 17:49:36 +010020$(eval $(call gb_Module_Module,cppcanvas))
Rüdiger Timmf46cd332006-10-30 08:13:37 +000021
Mathias Bauer77de7972011-02-25 17:49:36 +010022$(eval $(call gb_Module_add_targets,cppcanvas,\
23 Library_cppcanvas \
Radek Doulik55870812011-07-27 10:06:10 +020024 Library_mtfrenderer \
Mathias Bauer77de7972011-02-25 17:49:36 +010025))
Rüdiger Timmf46cd332006-10-30 08:13:37 +000026
Mathias Bauer77de7972011-02-25 17:49:36 +010027# vim: set noet sw=4 ts=4: