summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-07-30 23:03:51 +0300
committerTor Lillqvist <tml@iki.fi>2011-07-30 23:03:51 +0300
commit0d2d4288596a39f74f29b626f06624be6725a06e (patch)
treef32a4c166a263410219d5885c6423fdb9fc4d58d
parentbe5e99526963b0791270e26ed0cde5afa354f80e (diff)
Add consistent Emacs and vim mode lines
-rw-r--r--starmath/AllLangResTarget_sm.mk3
-rw-r--r--starmath/CppunitTest_starmath_qa_cppunit.mk3
-rw-r--r--starmath/JunitTest_sm_unoapi.mk1
-rw-r--r--starmath/JunitTest_starmath_unoapi.mk1
-rw-r--r--starmath/Library_sm.mk1
-rw-r--r--starmath/Library_smd.mk1
-rw-r--r--starmath/Module_starmath.mk3
-rw-r--r--starmath/Package_uiconfig.mk3
-rw-r--r--sw/AllLangResTarget_sw.mk3
-rw-r--r--sw/CppunitTest_sw_swdoc_test.mk3
-rw-r--r--sw/CppunitTest_sw_test_filters.mk3
-rw-r--r--[-rwxr-xr-x]sw/JunitTest_sw_complex.mk1
-rw-r--r--[-rwxr-xr-x]sw/JunitTest_sw_unoapi.mk1
-rw-r--r--sw/Library_msword.mk1
-rw-r--r--sw/Library_sw.mk1
-rw-r--r--sw/Library_swd.mk1
-rw-r--r--sw/Library_swui.mk1
-rw-r--r--sw/Library_vbaswobj.mk1
-rw-r--r--sw/Module_sw.mk3
-rw-r--r--sw/Package_misc.mk3
-rw-r--r--sw/Package_uiconfig.mk3
-rw-r--r--sw/Package_xml.mk3
22 files changed, 39 insertions, 5 deletions
diff --git a/starmath/AllLangResTarget_sm.mk b/starmath/AllLangResTarget_sm.mk
index 61ca79f579..390429de05 100644
--- a/starmath/AllLangResTarget_sm.mk
+++ b/starmath/AllLangResTarget_sm.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.
@@ -46,3 +47,5 @@ $(eval $(call gb_SrsTarget_add_files,sm/res,\
starmath/source/symbol.src \
starmath/source/toolbox.src \
))
+
+# vim: set noet sw=4 ts=4:
diff --git a/starmath/CppunitTest_starmath_qa_cppunit.mk b/starmath/CppunitTest_starmath_qa_cppunit.mk
index 1713710c97..cb5a10977a 100644
--- a/starmath/CppunitTest_starmath_qa_cppunit.mk
+++ b/starmath/CppunitTest_starmath_qa_cppunit.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
@@ -115,4 +116,4 @@ $(eval $(call gb_RdbTarget_add_old_components,starmath_qa_cppunit,\
))
endif
-# vim: set noet sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/starmath/JunitTest_sm_unoapi.mk b/starmath/JunitTest_sm_unoapi.mk
index 5e36a7b553..09cfae1ace 100644
--- a/starmath/JunitTest_sm_unoapi.mk
+++ b/starmath/JunitTest_sm_unoapi.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.
diff --git a/starmath/JunitTest_starmath_unoapi.mk b/starmath/JunitTest_starmath_unoapi.mk
index 27a18d9346..d73caad3c5 100644
--- a/starmath/JunitTest_starmath_unoapi.mk
+++ b/starmath/JunitTest_starmath_unoapi.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
diff --git a/starmath/Library_sm.mk b/starmath/Library_sm.mk
index 2aef3094c0..034bf60a66 100644
--- a/starmath/Library_sm.mk
+++ b/starmath/Library_sm.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
diff --git a/starmath/Library_smd.mk b/starmath/Library_smd.mk
index 995cd77c1d..44c43a88f5 100644
--- a/starmath/Library_smd.mk
+++ b/starmath/Library_smd.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.
diff --git a/starmath/Module_starmath.mk b/starmath/Module_starmath.mk
index da3addf98c..596e8a906a 100644
--- a/starmath/Module_starmath.mk
+++ b/starmath/Module_starmath.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.
@@ -38,4 +39,4 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,starmath,\
JunitTest_sm_unoapi \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/starmath/Package_uiconfig.mk b/starmath/Package_uiconfig.mk
index d01d857ec1..9fbe5a2b1c 100644
--- a/starmath/Package_uiconfig.mk
+++ b/starmath/Package_uiconfig.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.
@@ -31,3 +32,5 @@ $(eval $(call gb_Package_add_file,sm_uiconfig,xml/uiconfig/modules/smath/statusb
$(eval $(call gb_Package_add_file,sm_uiconfig,xml/uiconfig/modules/smath/toolbar/fullscreenbar.xml,smath/toolbar/fullscreenbar.xml))
$(eval $(call gb_Package_add_file,sm_uiconfig,xml/uiconfig/modules/smath/toolbar/standardbar.xml,smath/toolbar/standardbar.xml))
$(eval $(call gb_Package_add_file,sm_uiconfig,xml/uiconfig/modules/smath/toolbar/toolbar.xml,smath/toolbar/toolbar.xml))
+
+# vim: set noet sw=4 ts=4:
diff --git a/sw/AllLangResTarget_sw.mk b/sw/AllLangResTarget_sw.mk
index aac0fbc8d4..e90d22c957 100644
--- a/sw/AllLangResTarget_sw.mk
+++ b/sw/AllLangResTarget_sw.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.
@@ -186,3 +187,5 @@ $(eval $(call gb_SrsTarget_add_files,sw/res,\
sw/source/ui/web/web.src \
sw/source/ui/wrtsh/wrtsh.src \
))
+
+# vim: set noet sw=4 ts=4:
diff --git a/sw/CppunitTest_sw_swdoc_test.mk b/sw/CppunitTest_sw_swdoc_test.mk
index c6e186f339..e882a6b327 100644
--- a/sw/CppunitTest_sw_swdoc_test.mk
+++ b/sw/CppunitTest_sw_swdoc_test.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
@@ -124,4 +125,4 @@ $(eval $(call gb_RdbTarget_add_old_components,sw_swdoc_test,\
# runtime
$(call gb_CppunitTest_get_target,sw_swdoc_test) : $(WORKDIR)/AllLangRes/sw
-# vim: set noet sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/sw/CppunitTest_sw_test_filters.mk b/sw/CppunitTest_sw_test_filters.mk
index cc49fa6772..a3bfd2f833 100644
--- a/sw/CppunitTest_sw_test_filters.mk
+++ b/sw/CppunitTest_sw_test_filters.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
@@ -107,4 +108,4 @@ $(eval $(call gb_RdbTarget_add_old_components,sw_filters_test,\
# by a link relation
$(call gb_CppunitTest_get_target,sw_filters_test) : $(call gb_Library_get_target,msword)
-# vim: set noet sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/sw/JunitTest_sw_complex.mk b/sw/JunitTest_sw_complex.mk
index f740014ef6..83e856ac9c 100755..100644
--- a/sw/JunitTest_sw_complex.mk
+++ b/sw/JunitTest_sw_complex.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.
diff --git a/sw/JunitTest_sw_unoapi.mk b/sw/JunitTest_sw_unoapi.mk
index d148319a58..0c58c5c062 100755..100644
--- a/sw/JunitTest_sw_unoapi.mk
+++ b/sw/JunitTest_sw_unoapi.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.
diff --git a/sw/Library_msword.mk b/sw/Library_msword.mk
index 5ca4115ba6..b58b41cfc8 100644
--- a/sw/Library_msword.mk
+++ b/sw/Library_msword.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.
diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk
index 84471a3bca..9271a0d799 100644
--- a/sw/Library_sw.mk
+++ b/sw/Library_sw.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.
diff --git a/sw/Library_swd.mk b/sw/Library_swd.mk
index 52988841c6..402f868178 100644
--- a/sw/Library_swd.mk
+++ b/sw/Library_swd.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.
diff --git a/sw/Library_swui.mk b/sw/Library_swui.mk
index 91a89034fb..f82e85880a 100644
--- a/sw/Library_swui.mk
+++ b/sw/Library_swui.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.
diff --git a/sw/Library_vbaswobj.mk b/sw/Library_vbaswobj.mk
index 41ee17cd9a..4c4a8fb7c2 100644
--- a/sw/Library_vbaswobj.mk
+++ b/sw/Library_vbaswobj.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.
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk
index 527c8ea1c1..685c1bb41f 100644
--- a/sw/Module_sw.mk
+++ b/sw/Module_sw.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.
@@ -49,4 +50,4 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sw,\
JunitTest_sw_unoapi \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/sw/Package_misc.mk b/sw/Package_misc.mk
index 60f721be43..ea22c00103 100644
--- a/sw/Package_misc.mk
+++ b/sw/Package_misc.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.
@@ -28,3 +29,5 @@
$(eval $(call gb_Package_Package,sw_misc,$(SRCDIR)/sw/misc))
# TODO:
#COPY sw/unxlngx6.pro/misc/swslots_sid.hid unxlngx6.pro/bin/hid/swslots_sid.hid
+
+# vim: set noet sw=4 ts=4:
diff --git a/sw/Package_uiconfig.mk b/sw/Package_uiconfig.mk
index c5ee34505a..8a38ae3e1f 100644
--- a/sw/Package_uiconfig.mk
+++ b/sw/Package_uiconfig.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.
@@ -260,3 +261,5 @@ $(eval $(call gb_Package_add_file,sw_uiconfig,xml/uiconfig/modules/swxform/toolb
$(eval $(call gb_Package_add_file,sw_uiconfig,xml/uiconfig/modules/swxform/toolbar/textobjectbar.xml,swxform/toolbar/textobjectbar.xml))
$(eval $(call gb_Package_add_file,sw_uiconfig,xml/uiconfig/modules/swxform/toolbar/toolbar.xml,swxform/toolbar/toolbar.xml))
$(eval $(call gb_Package_add_file,sw_uiconfig,xml/uiconfig/modules/swxform/toolbar/viewerbar.xml,swxform/toolbar/viewerbar.xml))
+
+# vim: set noet sw=4 ts=4:
diff --git a/sw/Package_xml.mk b/sw/Package_xml.mk
index dee52fdd97..f292231b6f 100644
--- a/sw/Package_xml.mk
+++ b/sw/Package_xml.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.
@@ -27,3 +28,5 @@
$(eval $(call gb_Package_Package,sw_xml,$(SRCDIR)/sw/xml))
$(eval $(call gb_Package_add_file,sw_xml,xml/writer.xml,writer.xml))
+
+# vim: set noet sw=4 ts=4: