| Takeshi Abe | b2bd33e | 2011-08-10 02:12:48 +0900 | [diff] [blame] | 1 | # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- |
| sb | 597dfa1 | 2010-09-10 13:09:38 +0200 | [diff] [blame] | 2 | # |
| Michael Meeks | d037b81 | 2026-03-26 15:06:16 +0000 | [diff] [blame] | 3 | # This file is part of the Collabora Office project. |
| sb | 597dfa1 | 2010-09-10 13:09:38 +0200 | [diff] [blame] | 4 | # |
| Michael Meeks | 1e4422a | 2013-05-16 21:56:04 +0100 | [diff] [blame] | 5 | # 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/. |
| sb | 597dfa1 | 2010-09-10 13:09:38 +0200 | [diff] [blame] | 8 | # |
| Michael Meeks | 1e4422a | 2013-05-16 21:56:04 +0100 | [diff] [blame] | 9 | # This file incorporates work covered by the following license notice: |
| sb | 597dfa1 | 2010-09-10 13:09:38 +0200 | [diff] [blame] | 10 | # |
| Michael Meeks | 1e4422a | 2013-05-16 21:56:04 +0100 | [diff] [blame] | 11 | # 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 . |
| sb | 597dfa1 | 2010-09-10 13:09:38 +0200 | [diff] [blame] | 18 | # |
| sb | 597dfa1 | 2010-09-10 13:09:38 +0200 | [diff] [blame] | 19 | |
| Mathias Bauer | ac61a8d | 2011-03-02 18:41:59 +0100 | [diff] [blame] | 20 | $(eval $(call gb_Module_Module,xmlreader)) |
| sb | 597dfa1 | 2010-09-10 13:09:38 +0200 | [diff] [blame] | 21 | |
| Mathias Bauer | ac61a8d | 2011-03-02 18:41:59 +0100 | [diff] [blame] | 22 | $(eval $(call gb_Module_add_targets,xmlreader,\ |
| 23 | Library_xmlreader \ |
| Mathias Bauer | ac61a8d | 2011-03-02 18:41:59 +0100 | [diff] [blame] | 24 | )) |
| sb | 597dfa1 | 2010-09-10 13:09:38 +0200 | [diff] [blame] | 25 | |
| Mathias Bauer | ac61a8d | 2011-03-02 18:41:59 +0100 | [diff] [blame] | 26 | # vim: set noet sw=4 ts=4: |