Add consistent Emacs and vim mode lines
This commit is contained in:
parent
17c68d1710
commit
f900be1d53
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
@ -53,4 +54,4 @@ $(eval $(call gb_SrsTarget_add_files,basctl/res,\
|
|||||||
basctl/source/dlged/managelang.src \
|
basctl/source/dlged/managelang.src \
|
||||||
))
|
))
|
||||||
|
|
||||||
# vim: set noet sw=4:
|
# vim: set noet sw=4 ts=4:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
@ -131,4 +132,4 @@ $(eval $(call gb_Library_add_linked_libs,basctl,\
|
|||||||
))
|
))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# vim: set noet sw=4:
|
# vim: set noet sw=4 ts=4:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
@ -33,4 +34,4 @@ $(eval $(call gb_Module_add_targets,basctl,\
|
|||||||
Package_xml \
|
Package_xml \
|
||||||
))
|
))
|
||||||
|
|
||||||
# vim: set noet sw=4:
|
# vim: set noet sw=4 ts=4:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
@ -38,4 +39,4 @@ $(eval $(call gb_Package_add_file,basctl_xml,xml/uiconfig/modules/BasicIDE/toolb
|
|||||||
$(eval $(call gb_Package_add_file,basctl_xml,xml/uiconfig/modules/BasicIDE/toolbar/standardbar.xml,uiconfig/basicide/toolbar/standardbar.xml))
|
$(eval $(call gb_Package_add_file,basctl_xml,xml/uiconfig/modules/BasicIDE/toolbar/standardbar.xml,uiconfig/basicide/toolbar/standardbar.xml))
|
||||||
$(eval $(call gb_Package_add_file,basctl_xml,xml/uiconfig/modules/BasicIDE/toolbar/translationbar.xml,uiconfig/basicide/toolbar/translationbar.xml))
|
$(eval $(call gb_Package_add_file,basctl_xml,xml/uiconfig/modules/BasicIDE/toolbar/translationbar.xml,uiconfig/basicide/toolbar/translationbar.xml))
|
||||||
|
|
||||||
# vim: set noet sw=4:
|
# vim: set noet sw=4 ts=4:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
|
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
|
||||||
#
|
#
|
||||||
# The contents of this file are subject to the Mozilla Public License Version
|
# The contents of this file are subject to the Mozilla Public License Version
|
||||||
@ -131,4 +132,4 @@ $(eval $(call gb_SrsTarget_add_files,cui/res,\
|
|||||||
cui/source/tabpages/transfrm.src \
|
cui/source/tabpages/transfrm.src \
|
||||||
))
|
))
|
||||||
|
|
||||||
# vim: set noet ts=4 sw=4:
|
# vim: set noet sw=4 ts=4:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
|
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
|
||||||
#
|
#
|
||||||
# The contents of this file are subject to the Mozilla Public License Version
|
# The contents of this file are subject to the Mozilla Public License Version
|
||||||
@ -220,4 +221,4 @@ $(eval $(call gb_Library_add_exception_objects,cui,\
|
|||||||
))
|
))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# vim: set noet ts=4 sw=4:
|
# vim: set noet sw=4 ts=4:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
|
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
|
||||||
#
|
#
|
||||||
# The contents of this file are subject to the Mozilla Public License Version
|
# The contents of this file are subject to the Mozilla Public License Version
|
||||||
@ -32,4 +33,4 @@ $(eval $(call gb_Module_add_targets,cui,\
|
|||||||
Library_cui \
|
Library_cui \
|
||||||
))
|
))
|
||||||
|
|
||||||
# vim: set noet ts=4 sw=4:
|
# vim: set noet sw=4 ts=4:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
|
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
|
||||||
#
|
#
|
||||||
# The contents of this file are subject to the Mozilla Public License Version
|
# The contents of this file are subject to the Mozilla Public License Version
|
||||||
@ -47,4 +48,4 @@ $(eval $(call gb_SrsTarget_add_files,frm/res,\
|
|||||||
forms/source/resource/xforms.src \
|
forms/source/resource/xforms.src \
|
||||||
))
|
))
|
||||||
|
|
||||||
# vim: set noet ts=4 sw=4:
|
# vim: set noet sw=4 ts=4:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
|
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
|
||||||
#
|
#
|
||||||
# The contents of this file are subject to the Mozilla Public License Version
|
# The contents of this file are subject to the Mozilla Public License Version
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
|
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
|
||||||
#
|
#
|
||||||
# The contents of this file are subject to the Mozilla Public License Version
|
# The contents of this file are subject to the Mozilla Public License Version
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
|
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
|
||||||
#
|
#
|
||||||
# The contents of this file are subject to the Mozilla Public License Version
|
# The contents of this file are subject to the Mozilla Public License Version
|
||||||
@ -173,4 +174,4 @@ $(eval $(call gb_Library_add_exception_objects,frm,\
|
|||||||
forms/source/xforms/xpathlib/xpathlib \
|
forms/source/xforms/xpathlib/xpathlib \
|
||||||
))
|
))
|
||||||
|
|
||||||
# vim: set noet ts=4 sw=4:
|
# vim: set noet sw=4 ts=4:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
|
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
|
||||||
#
|
#
|
||||||
# The contents of this file are subject to the Mozilla Public License Version
|
# The contents of this file are subject to the Mozilla Public License Version
|
||||||
@ -38,4 +39,4 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,forms,\
|
|||||||
JunitTest_forms_complex \
|
JunitTest_forms_complex \
|
||||||
))
|
))
|
||||||
|
|
||||||
# vim: set noet ts=4 sw=4:
|
# vim: set noet sw=4 ts=4:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
|
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
|
||||||
#
|
#
|
||||||
# The contents of this file are subject to the Mozilla Public License Version
|
# The contents of this file are subject to the Mozilla Public License Version
|
||||||
@ -29,4 +30,4 @@ $(eval $(call gb_Package_Package,forms_unotypes,$(SRCDIR)/forms/util))
|
|||||||
|
|
||||||
$(eval $(call gb_Package_add_file,forms_unotypes,xml/frm.xml,frm.xml))
|
$(eval $(call gb_Package_add_file,forms_unotypes,xml/frm.xml,frm.xml))
|
||||||
|
|
||||||
# vim: set noet ts=4 sw=4:
|
# vim: set noet sw=4 ts=4:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
@ -42,4 +43,4 @@ $(eval $(call gb_SrsTarget_add_files,cal/res,\
|
|||||||
wizards/source/schedule/schedule.src \
|
wizards/source/schedule/schedule.src \
|
||||||
))
|
))
|
||||||
|
|
||||||
|
# vim: set noet sw=4 ts=4:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
@ -42,4 +43,4 @@ $(eval $(call gb_SrsTarget_add_files,dbw/res,\
|
|||||||
wizards/source/formwizard/dbwizres.src \
|
wizards/source/formwizard/dbwizres.src \
|
||||||
))
|
))
|
||||||
|
|
||||||
|
# vim: set noet sw=4 ts=4:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
@ -42,4 +43,4 @@ $(eval $(call gb_SrsTarget_add_files,eur/res,\
|
|||||||
wizards/source/euro/euro.src \
|
wizards/source/euro/euro.src \
|
||||||
))
|
))
|
||||||
|
|
||||||
|
# vim: set noet sw=4 ts=4:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
@ -42,4 +43,4 @@ $(eval $(call gb_SrsTarget_add_files,imp/res,\
|
|||||||
wizards/source/importwizard/importwi.src \
|
wizards/source/importwizard/importwi.src \
|
||||||
))
|
))
|
||||||
|
|
||||||
|
# vim: set noet sw=4 ts=4:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
@ -42,4 +43,4 @@ $(eval $(call gb_SrsTarget_add_files,tpl/res,\
|
|||||||
wizards/source/template/template.src \
|
wizards/source/template/template.src \
|
||||||
))
|
))
|
||||||
|
|
||||||
|
# vim: set noet sw=4 ts=4:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
@ -42,4 +43,4 @@ $(eval $(call gb_SrsTarget_add_files,wwz/res,\
|
|||||||
wizards/source/webwizard/webwizar.src \
|
wizards/source/webwizard/webwizar.src \
|
||||||
))
|
))
|
||||||
|
|
||||||
|
# vim: set noet sw=4 ts=4:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
@ -44,4 +45,4 @@ $(eval $(call gb_SrsTarget_add_files,wzi/res,\
|
|||||||
wizards/source/imagelists/imagelists.src \
|
wizards/source/imagelists/imagelists.src \
|
||||||
))
|
))
|
||||||
|
|
||||||
|
# vim: set noet sw=4 ts=4:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user