summaryrefslogtreecommitdiff
path: root/neon/Module_neon.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-09-11 12:56:39 +0200
committerDavid Tardon <dtardon@redhat.com>2012-09-22 08:13:41 +0200
commitbb6c5a5443e2124d18686b87ac1a87f867d2d056 (patch)
tree4ff7b135b447f7426af9f8fdfb5fdb1d5031f42d /neon/Module_neon.mk
parent17924c4aa5eb66465986cce97e975a13546d4eb6 (diff)
neon: convert to gbuild
Change-Id: I1cca0e3be7e148c835af26d2c001878b849e8432
Diffstat (limited to 'neon/Module_neon.mk')
-rw-r--r--neon/Module_neon.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/neon/Module_neon.mk b/neon/Module_neon.mk
new file mode 100644
index 000000000000..26d4b4d6d896
--- /dev/null
+++ b/neon/Module_neon.mk
@@ -0,0 +1,21 @@
+# -*- 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,neon))
+
+ifeq ($(SYSTEM_NEON),NO)
+
+$(eval $(call gb_Module_add_targets,neon,\
+ Library_neon \
+ UnpackedTarball_neon \
+))
+
+endif
+
+# vim: set noet sw=4 ts=4: