office-gobmx/jpeg/Module_jpeg.mk
Michael Stahl b65859c5c6 jpeg: remove ExternalPackage_jpeg
Change-Id: I09a4b3a3ef816a8bf63d4aa0c7fe7bec2a67dbd8
2013-05-08 17:49:58 +02:00

21 lines
518 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,jpeg))
ifeq ($(SYSTEM_JPEG),NO)
$(eval $(call gb_Module_add_targets,jpeg,\
UnpackedTarball_jpeg \
StaticLibrary_jpeg \
))
endif
# vim: set noet sw=4 ts=4: