1090f0eb8SEike Rathke#************************************************************************* 2090f0eb8SEike Rathke# 3090f0eb8SEike Rathke# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4090f0eb8SEike Rathke# 5090f0eb8SEike Rathke# Copyright 2000, 2011 Oracle and/or its affiliates. 6090f0eb8SEike Rathke# 7090f0eb8SEike Rathke# OpenOffice.org - a multi-platform office productivity suite 8090f0eb8SEike Rathke# 9090f0eb8SEike Rathke# This file is part of OpenOffice.org. 10090f0eb8SEike Rathke# 11090f0eb8SEike Rathke# OpenOffice.org is free software: you can redistribute it and/or modify 12090f0eb8SEike Rathke# it under the terms of the GNU Lesser General Public License version 3 13090f0eb8SEike Rathke# only, as published by the Free Software Foundation. 14090f0eb8SEike Rathke# 15090f0eb8SEike Rathke# OpenOffice.org is distributed in the hope that it will be useful, 16090f0eb8SEike Rathke# but WITHOUT ANY WARRANTY; without even the implied warranty of 17090f0eb8SEike Rathke# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18090f0eb8SEike Rathke# GNU Lesser General Public License version 3 for more details 19090f0eb8SEike Rathke# (a copy is included in the LICENSE file that accompanied this code). 20090f0eb8SEike Rathke# 21090f0eb8SEike Rathke# You should have received a copy of the GNU Lesser General Public License 22090f0eb8SEike Rathke# version 3 along with OpenOffice.org. If not, see 23090f0eb8SEike Rathke# <http://www.openoffice.org/license.html> 24090f0eb8SEike Rathke# for a copy of the LGPLv3 License. 25090f0eb8SEike Rathke# 26090f0eb8SEike Rathke#************************************************************************* 27090f0eb8SEike Rathke 28090f0eb8SEike Rathke$(eval $(call gb_Module_Module,drawinglayer)) 29090f0eb8SEike Rathke 30090f0eb8SEike Rathke$(eval $(call gb_Module_add_targets,drawinglayer,\ 31090f0eb8SEike Rathke Library_drawinglayer \ 32*7b6c7d7bSEike Rathke Package_inc \ 33090f0eb8SEike Rathke)) 34090f0eb8SEike Rathke 35090f0eb8SEike Rathke# vim: set noet ts=4 sw=4: 36