office-gobmx/hsqldb/Module_hsqldb.mk
David Tardon 687944efaa gbuildize hsqldb
Change-Id: I35bf8094c9dcf0f70e59c1304ab5a6800393fa29
2012-08-24 13:22:02 +02:00

20 lines
536 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,hsqldb))
ifneq ($(SOLAR_JAVA),)
$(eval $(call gb_Module_add_targets,hsqldb,\
ExternalProject_hsqldb \
Package_hsqldb \
UnpackedTarball_hsqldb \
))
endif
# vim: set noet sw=4 ts=4: