summaryrefslogtreecommitdiff
path: root/external/glm/UnpackedTarball_glm.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-01-05 13:14:50 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-01-29 08:09:37 +0100
commita74fd3f900826d8f525075ed7bbf6ca8ffda2847 (patch)
tree51216b83c4836795fd3f04d46c30a5fafeecdf36 /external/glm/UnpackedTarball_glm.mk
parentb2223335fcabf539081dd28244c68cb55404a73a (diff)
move glm to external
Change-Id: Ifa9584ab86c2ca02b2b62fb95a2c029a278aea9a
Diffstat (limited to 'external/glm/UnpackedTarball_glm.mk')
-rw-r--r--external/glm/UnpackedTarball_glm.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/external/glm/UnpackedTarball_glm.mk b/external/glm/UnpackedTarball_glm.mk
new file mode 100644
index 000000000000..e115bff8f168
--- /dev/null
+++ b/external/glm/UnpackedTarball_glm.mk
@@ -0,0 +1,16 @@
+# -*- 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_UnpackedTarball_UnpackedTarball,glm))
+
+$(eval $(call gb_UnpackedTarball_set_tarball,glm,$(GLM_TARBALL)))
+
+$(eval $(call gb_UnpackedTarball_set_patchlevel,glm,1))
+
+# vim: set noet sw=4 ts=4: