]> 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>
Sat, 17 Jan 2009 23:08:03 +0000 (00:08 +0100)
Snippets can be recognized by .omk extension.

17 files changed:
snippets/base.omk
snippets/build.omk
snippets/config_h.omk
snippets/cprog.omk
snippets/gcc.omk
snippets/include.omk
snippets/keil16x.omk
snippets/keil51.omk
snippets/linux.omk
snippets/localeval.omk
snippets/prepare.omk
snippets/qt.omk
snippets/rtems.omk
snippets/sdcc.omk
snippets/sources-list.omk
snippets/sysless.omk
snippets/vxworks.omk

index fb536b573a74badb9f0c4be7495d1991e96c6d65..2c0846a60ffe1962a87f8fa3e94b8a3342f1bd85 100644 (file)
@@ -314,7 +314,3 @@ omkize:
 
 include prepare.omk #omkbuild
 include build.omk #omkbuild
-
-# Local Variables:
-# mode:makefile-gmake
-# End:
index ed0e9dd4fa6a93eabae4f54bc160b0e7853d7651..4182342c9834a12e070839893fd9bdeecdb2d686 100644 (file)
@@ -1,5 +1,5 @@
 
-##################### -*- makefile-gmake -*-
+#####################
 # Build pseudo-pass #
 #####################
 
index c78737e1c144d323a86ed83e94fa764a19cc0556..bbfe0b2dba39b41e32c09b7fb3d9aa819fd6e9cb 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 523fb26dd57917b726c1c888ea4e4cf66abf19b0..f130f76f76c4da17424665c7ce9a9265c39922a8 100644 (file)
@@ -1,5 +1,5 @@
 
-##############  -*- makefile-gmake -*-
+##############
 # C programs #
 ##############
 
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 e24aa3c60cf7780004d3952f7ec7c1ebfc9b2f66..df6d775c9bf5d76e3f01bf0d06d769564614e61d 100644 (file)
@@ -35,7 +35,3 @@ prepare-pass::
           cmp --quiet TODO_BUILD_DIR/$$$${srcfname} $(1)/$$$${destfname} \
           || ( mkdir -p `dirname $(1)/$$$${destfname}` && $$(call cp_cmd,TODO_BUILD_DIR/$$$${srcfname},$(1)/$$$${destfname}) ) || exit 1 ; )
 endef
-
-# Local Variables:
-# mode:makefile-gmake
-# 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 c978cbd0c9ab3e4ee92fbed6447e0eb35edf747b..c8285d6bf3f7770edbdb190824e04cd6ce1eacd5 100644 (file)
@@ -1,5 +1,5 @@
 
-################ -*- makefile-gmake -*-
+################
 # Prepare pass #
 ################
 
index c09b28afcee9bb373191081bf9696e436866418c..101d10dcd89572c0689c70f11338fe32f5a4b5fa 100644 (file)
@@ -47,7 +47,3 @@ distclean-qt:
                RELATIVE_DIR=$(RELATIVE_PREFIX)$(dir) -C $(SOURCES_DIR)/$(dir) \
                -f $(SOURCES_DIR)/$(dir)/Makefile distclean|| exit 1 ;))
 endif
-
-# Local Variables:
-# mode:makefile
-# End:
index 9a51b2c42091b27f280fceed74c074f4e5e55491..59ed5074254ef1a7f658a4ce7db315e49623d00a 100644 (file)
@@ -351,7 +351,3 @@ clean-local:
 
 
 default: include-pass library-pass binary-pass
-
-# Local Variables:
-# mode:makefile
-# End:
index dc6a578c5a4c18b12a68c45ce27c4dc1060c7efb..50d7c698bad5bafc50171d7aca54ab101bdd0d88 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 1b02ea8d5a9aea6ad9a95b30f042c0bf5fdbe3f9..349686165256b059f29f8784c372829b8fa86cd8 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 06c76a0359fc5824436c5103f7f88080baa614c7..f5a9c7d00dbe0d90f844035df5b74573c94deda3 100644 (file)
@@ -208,7 +208,3 @@ check-dir:
 
 
 default: include-pass library-pass binary-pass
-
-# Local Variables:
-# mode:makefile
-# End: