From 0ae6a22f45b8e82d69f325e93c406dd1166415a0 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 30 Jul 2011 23:01:11 +0300 Subject: Add consistent Emacs and vim mode lines --- sccomp/AllLangResTarget_solver.mk | 3 ++- sccomp/Library_solver.mk | 3 +++ sccomp/Module_sccomp.mk | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'sccomp') diff --git a/sccomp/AllLangResTarget_solver.mk b/sccomp/AllLangResTarget_solver.mk index 98c3817e2c6c..613417f0546a 100644 --- a/sccomp/AllLangResTarget_solver.mk +++ b/sccomp/AllLangResTarget_solver.mk @@ -1,3 +1,4 @@ +# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -39,4 +40,4 @@ $(eval $(call gb_SrsTarget_add_files,solver/res,\ sccomp/source/solver/solver.src \ )) -# vim: set noet sw=4: +# vim: set noet sw=4 ts=4: diff --git a/sccomp/Library_solver.mk b/sccomp/Library_solver.mk index 586c23776f31..a9e96454e392 100644 --- a/sccomp/Library_solver.mk +++ b/sccomp/Library_solver.mk @@ -1,3 +1,4 @@ +# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -53,3 +54,5 @@ $(eval $(call gb_Library_use_external,solver,lpsolve55)) $(eval $(call gb_Library_add_exception_objects,solver,\ sccomp/source/solver/solver \ )) + +# vim: set noet sw=4 ts=4: diff --git a/sccomp/Module_sccomp.mk b/sccomp/Module_sccomp.mk index 92d311315aa9..27ba12963db0 100644 --- a/sccomp/Module_sccomp.mk +++ b/sccomp/Module_sccomp.mk @@ -1,3 +1,4 @@ +# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -32,4 +33,4 @@ $(eval $(call gb_Module_add_targets,sccomp,\ Library_solver \ )) -# vim: set noet sw=4: +# vim: set noet sw=4 ts=4: -- cgit