office-gobmx/sax/Module_sax.mk
Matúš Kukan 5b57402ac4 sax: avoid pointless linking expwrap against sax
..only to share one class with fastsax in sax, where it's not used.
The link dependency is ugly, mostly for libmerged.
Use static library.
Another option would be to link fastsax against expwrap.

Change-Id: Ia85b01150959e2472d1ac04013b8b9a27232a070
2012-08-24 23:22:42 +02:00

24 lines
613 B
Makefile

# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_Module_Module,sax))
$(eval $(call gb_Module_add_targets,sax,\
Library_expwrap \
Library_fastsax \
Library_sax \
Package_inc \
StaticLibrary_sax_shared \
))
$(eval $(call gb_Module_add_check_targets,sax,\
CppunitTest_sax \
))
# vim: set noet sw=4 ts=4: