office-gobmx/external/glm/Module_glm.mk
Michael Stahl ff69e725c2 normalize values of SYSTEM_GLM, SYSTEM_VIGRA
Change-Id: Idc28f8be610aae57477f18c26ffcb97a24a2ab82
2014-02-12 09:53:10 +01:00

20 lines
484 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,glm))
ifeq ($(SYSTEM_GLM),)
$(eval $(call gb_Module_add_targets,glm,\
UnpackedTarball_glm \
))
endif
# vim: set noet sw=4 ts=4: