From e208c8f32b475db77ac6e0b39b7f59c0a3a83449 Mon Sep 17 00:00:00 2001 From: Rene Engelhard Date: Mon, 30 Apr 2018 12:13:21 +0200 Subject: build-examples_common.mk: add mode lines and license header Change-Id: I61db4968af4770817606da0c9c2d0622d7db4812 --- odk/build-examples_common.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'odk/build-examples_common.mk') 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: -- cgit