blob: 5847dcdd4a9b38e7a92257e2de08534441707410 [file] [log] [blame]
Takeshi Abeb2bd33e2011-08-10 02:12:48 +09001# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
sb597dfa12010-09-10 13:09:38 +02002#
Michael Meeksd037b812026-03-26 15:06:16 +00003# This file is part of the Collabora Office project.
sb597dfa12010-09-10 13:09:38 +02004#
Michael Meeks1e4422a2013-05-16 21:56:04 +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/.
sb597dfa12010-09-10 13:09:38 +02008#
Michael Meeks1e4422a2013-05-16 21:56:04 +01009# This file incorporates work covered by the following license notice:
sb597dfa12010-09-10 13:09:38 +020010#
Michael Meeks1e4422a2013-05-16 21:56:04 +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 .
sb597dfa12010-09-10 13:09:38 +020018#
sb597dfa12010-09-10 13:09:38 +020019
Mathias Bauerac61a8d2011-03-02 18:41:59 +010020$(eval $(call gb_Module_Module,xmlreader))
sb597dfa12010-09-10 13:09:38 +020021
Mathias Bauerac61a8d2011-03-02 18:41:59 +010022$(eval $(call gb_Module_add_targets,xmlreader,\
23 Library_xmlreader \
Mathias Bauerac61a8d2011-03-02 18:41:59 +010024))
sb597dfa12010-09-10 13:09:38 +020025
Mathias Bauerac61a8d2011-03-02 18:41:59 +010026# vim: set noet sw=4 ts=4: