summaryrefslogtreecommitdiff
path: root/vigra/Module_vigra.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-08-25 01:29:00 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-08-25 12:45:37 +0200
commit54a06c6820e13cae1401302c031cd15bd961eb7a (patch)
tree9b47d2aa1ca9d9f8fb45db480d58d42a115577ad /vigra/Module_vigra.mk
parent3f750f8e7b4e79282202aa2d2027922bd1fe3bdd (diff)
vigra: convert to gbuild
Change-Id: Ie5f050bf5f672a35d9629dcfb039d9fff7470cab
Diffstat (limited to 'vigra/Module_vigra.mk')
-rw-r--r--vigra/Module_vigra.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/vigra/Module_vigra.mk b/vigra/Module_vigra.mk
new file mode 100644
index 000000000000..af2369f31323
--- /dev/null
+++ b/vigra/Module_vigra.mk
@@ -0,0 +1,20 @@
+# -*- 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,vigra))
+
+ifeq ($(SYSTEM_VIGRA),NO)
+
+$(eval $(call gb_Module_add_targets,vigra,\
+ UnpackedTarball_vigra \
+))
+
+endif
+
+# vim: set noet sw=4 ts=4: