summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odk/build-examples_common.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/odk/build-examples_common.mk b/odk/build-examples_common.mk
index 1f07208bfe3e..c465d01fc72b 100644
--- a/odk/build-examples_common.mk
+++ b/odk/build-examples_common.mk
@@ -1,3 +1,12 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t; fill-column: 100 -*-
+#
+# 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/.
+#
+
define odk_build-examples_test
$(eval $(call gb_CustomTarget_CustomTarget,$(1)))
@@ -50,3 +59,5 @@ $(call gb_CustomTarget_get_workdir,$(1))/setsdkenv: \
.PHONY: $(call gb_CustomTarget_get_target,$(1))
endef
+
+# vim: set noet sw=4 ts=4: