]> rtime.felk.cvut.cz Git - omk.git/commitdiff
Removed emacs modelines
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 17 Jan 2009 23:04:05 +0000 (00:04 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 19 Feb 2009 07:57:39 +0000 (08:57 +0100)
Snippets can be recognized by .omk extension.

13 files changed:
snippets/config_h.omk
snippets/gcc.omk
snippets/include.omk
snippets/keil16x.omk
snippets/keil51.omk
snippets/linux.omk
snippets/localeval.omk
snippets/qt.omk
snippets/rtems.omk
snippets/sdcc.omk
snippets/sources-list.omk
snippets/sysless.omk
snippets/vxworks.omk

index 98f717f452eac50e0132c229f0b3caccf6c4ef49..9718d85b0d4cb4c3477c7f331191be11a30ea4c9 100644 (file)
@@ -78,8 +78,3 @@ clean-local-config-h:
        @$(foreach confh,$(config_h_stamp_files) $(kern_config_h_stamp_files),\
            if [ -e $(confh) ] ; then rm $(confh) ; fi ; \
        )
-
-
-# Local Variables:
-# mode:makefile
-# End:
index a6d7c5184a46dbae50afd98e3185d8f5a19c62d1..f438cfd9de558a72fe359becdd3fdc35272dce2a 100644 (file)
@@ -210,7 +210,3 @@ $(LIB_DIR)/lib$(1).so: $$($(1)_OBJSLO)
        @$(QUIET_CMD_ECHO) "  LINK    $$@"
        $(Q) $(LD) --shared --soname=lib$(1).so -o $$@ $$^
 endef
-
-# Local Variables:
-# mode:makefile
-# End:
index 2c781f22443a6cba4e24caa1fb1802fb74052b67..05978789cf2cefd1eed58950a6bd581844c68c33 100644 (file)
@@ -36,7 +36,3 @@ include-pass-local-$(2): $$($(2)_GEN_HEADERS) $$(foreach f,$$(renamed_$(2)_GEN_H
           cmp --quiet $$$${srcfname} $(1)/$$$${destfname} \
           || ( mkdir -p `dirname $(1)/$$$${destfname}` && $$(call cp_cmd,$$(LOCAL_BUILD_DIR)/$$$${srcfname},$(1)/$$$${destfname}) ) || exit 1 ; )
 endef
-
-# Local Variables:
-# mode:makefile
-# End:
index ea1943c7b621ef67daf62c763e2f7a3e9800188f..61899b3b6932f20743e412e019d5f32e6546e01b 100644 (file)
@@ -142,7 +142,3 @@ $(USER_LIB_DIR)/$(LIB_PREF)$(1)$(LIB_EXT): $$($(1)_OBJS)
        $(AR) ADD $$$${S// /,} TO $$$$L $(FILTER_KEIL_LIB_OUTPUT)
        @touch $(USER_LIB_DIR)/timestamp
 endef
-
-# Local Variables:
-# mode:makefile
-# End:
index 222e859163f6a096c44a4243e15af98589623ff0..8eae753cf8393726f56a4d9257484d2ce86e4eaf 100644 (file)
@@ -169,7 +169,3 @@ $(USER_LIB_DIR)/$(LIB_PREF)$(1)$(LIB_EXT): $$($(1)_OBJS)
        for i in $$^ ; do $(AR) ADD $$$$i TO $$@ ; done
        @touch $(USER_LIB_DIR)/timestamp
 endef
-
-# Local Variables:
-# mode:makefile
-# End:
index 048d5ef86b92af94be1c5932b3e987eef099cebd..b45dc099d40569d6d46eb73e2e903b1e57ece6cd 100644 (file)
@@ -821,7 +821,3 @@ ifndef OMIT_KERNEL_PASSES
 # Also make kernel passes if not disabled
 default: kernel-lib-pass kernel-pass
 endif
-
-# Local Variables:
-# mode:makefile
-# End:
index 9cf7e5e8c2cf4da147528c2c4e6c1c81a9d4d76b..cb3b6bfafe69eebbba75ce1b12c4050e589453f1 100644 (file)
@@ -5,7 +5,3 @@ ifneq ($(local_EVALUATE),)
 #$(warning $(local_EVALUATE))
 $(eval $(local_EVALUATE))
 endif
-
-# Local Variables:
-# mode:makefile
-# End:
index df11bc0199ceae78a5215a76ccf56cf25219fca3..b9212970c86993534ac31adad74ead00c169f83c 100644 (file)
@@ -46,7 +46,3 @@ $(foreach pro,$(QT_PROJECTS), $(eval $(call qt_project_template,$(pro))))
 $(foreach pro,$(foreach dir,$(QT_SUBDIRS), $(wildcard $(dir)/*.pro)), $(eval $(call qt_project_template,$(pro))))
 
 endif
-
-# Local Variables:
-# mode:makefile
-# End:
index 2ab968bd9975b40bd20142ed48d217ecd0f1ddc7..ad5d47f4a6c069bc84268a569fc884c690320df1 100644 (file)
@@ -351,7 +351,3 @@ clean-local:
 
 
 default: include-pass library-pass binary-pass
-
-# Local Variables:
-# mode:makefile
-# End:
index 952817c6ab78717c99b96c71610cd73505dc4fb6..86247a7d3aff570d091fba8664ab8d8bc05df6fb 100644 (file)
@@ -369,7 +369,3 @@ check-dir::
 include-pass-submakes: extra-rules-subdirs
 # Which passes to pass
 default: include-pass library-pass binary-pass utils-pass
-
-# Local Variables:
-# mode:makefile
-# End:
index c74286596db32b600b47c20f0a5f04acef1b7a55..f13545131043ceb3c7d372bbb2f47e2ede05aabf 100644 (file)
@@ -77,7 +77,3 @@ cscope: $(SOURCES_LIST)
        @$(QUIET_CMD_ECHO) "  CSCOPE  < $(SOURCES_LIST_FN)"
        $(Q)sed -e '/^#/d' $(SOURCES_LIST)|cscope -b -i-
 #FIXME: see doc to -i in cscope(1)
-
-# Local Variables:
-# mode:makefile
-# End:
index fd535f6b1b8a4ce9265a3d658937ff170c6454b3..288205ffe51b2ef0e3289ed42d816684c4ea67b0 100644 (file)
@@ -276,7 +276,3 @@ check-dir::
 include-pass-submakes: extra-rules-subdirs
 # Which passes to pass
 default: include-pass library-pass binary-pass utils-pass
-
-# Local Variables:
-# mode:makefile
-# End:
index 988286b9a4f8c4faafd9cbf605866d5acc4bca89..6b4bbbfb24cb3e41555d906527c592198f5c0a2b 100644 (file)
@@ -208,7 +208,3 @@ check-dir::
 
 
 default: include-pass library-pass binary-pass
-
-# Local Variables:
-# mode:makefile
-# End: