Use numeric prefixes on source files
This commit is contained in:
parent
66bbbe1b0f
commit
32f26f386a
|
@ -38,4 +38,4 @@ then
|
|||
fi
|
||||
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
@ -9,4 +9,4 @@ install_file "${@CNAME@}" "${BINDIR}" 0755 || return 1
|
|||
print_success "Done"
|
||||
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
@ -24,4 +24,4 @@ then
|
|||
fi
|
||||
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
@ -12,4 +12,4 @@ add_config_option "BINDIR" "${COPT_BINDIR_DEFAULT}"
|
|||
true
|
||||
|
||||
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
||||
# vim: expandtab:ts=4:sw=4
|
||||
# vim: syntax=sh:expandtab:ts=4:sw=4
|
||||
|
|
|
@ -38,4 +38,4 @@ then
|
|||
fi
|
||||
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
@ -9,4 +9,4 @@ install_file "${@CNAME@}" "${BINDIR}" 0755 || return 1
|
|||
print_success "Done"
|
||||
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
@ -15,4 +15,4 @@ then
|
|||
fi
|
||||
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
@ -11,4 +11,4 @@ add_config_option "BINDIR" "${COPT_BINDIR_DEFAULT}"
|
|||
true
|
||||
|
||||
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
||||
# vim: expandtab:ts=4:sw=4
|
||||
# vim: syntax=sh:expandtab:ts=4:sw=4
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* @P@/src/@NAME@/TopSource.c
|
||||
/* @P@/src/@NAME@/000_TopSource.c
|
||||
*
|
||||
* (c)2007, @AUTHOR@, <@EMAIL@>.
|
||||
* Released under the GNU GPLv2. See file COPYING or
|
|
@ -38,4 +38,4 @@ then
|
|||
fi
|
||||
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
@ -9,4 +9,4 @@ install_file "${@CNAME@}" "${BINDIR}" 0755 || return 1
|
|||
print_success "Done"
|
||||
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
@ -7,7 +7,7 @@ MONOLITHIC_TESTS="src/@NAME@/build.app src/@NAME@/build.monolithic"
|
|||
|
||||
if [ -z "${@CNAME@_MONOLITHIC}" ]
|
||||
then
|
||||
MONOLITHIC_SOURCE="$(echo src/@NAME@/TopSource.c)"
|
||||
MONOLITHIC_SOURCE="$(echo src/@NAME@/*.c)"
|
||||
make_monolithic ${SRC} C || return 1
|
||||
|
||||
@CNAME@_MONOLITHIC=1
|
||||
|
@ -15,4 +15,4 @@ then
|
|||
fi
|
||||
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
@ -11,4 +11,4 @@ add_config_option "BINDIR" "${COPT_BINDIR_DEFAULT}"
|
|||
true
|
||||
|
||||
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
||||
# vim: expandtab:ts=4:sw=4
|
||||
# vim: syntax=sh:expandtab:ts=4:sw=4
|
||||
|
|
|
@ -10,4 +10,4 @@ done
|
|||
print_success "Done"
|
||||
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
@ -9,4 +9,4 @@ add_config_option "BINDIR" "${COPT_BINDIR_DEFAULT}"
|
|||
true
|
||||
|
||||
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
||||
# vim: expandtab:ts=4:sw=4
|
||||
# vim: syntax=sh:expandtab:ts=4:sw=4
|
||||
|
|
|
@ -40,4 +40,4 @@ then
|
|||
fi
|
||||
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
@ -18,4 +18,4 @@ done
|
|||
|
||||
print_success "Documentation installed"
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
@ -9,4 +9,4 @@ add_config_option "DOCSDIR" "${COPT_DOCSDIR_DEFAULT}"
|
|||
true
|
||||
|
||||
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
||||
# vim: expandtab:ts=4:sw=4
|
||||
# vim: syntax=sh:expandtab:ts=4:sw=4
|
||||
|
|
|
@ -11,4 +11,4 @@ done
|
|||
|
||||
print_success "Documentation installed"
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
@ -9,4 +9,4 @@ add_config_option "DOCSDIR" "${COPT_DOCSDIR_DEFAULT}"
|
|||
true
|
||||
|
||||
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
||||
# vim: expandtab:ts=4:sw=4
|
||||
# vim: syntax=sh:expandtab:ts=4:sw=4
|
||||
|
|
|
@ -13,4 +13,4 @@ done
|
|||
|
||||
print_success "Files installed"
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
@ -8,4 +8,4 @@ do_parameter_subst
|
|||
true
|
||||
|
||||
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
||||
# vim: expandtab:ts=4:sw=4
|
||||
# vim: syntax=sh:expandtab:ts=4:sw=4
|
||||
|
|
|
@ -39,4 +39,4 @@ then
|
|||
fi
|
||||
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
@ -9,4 +9,4 @@ install_file "${@CNAME@}" "${HEXDIR}" 0755 || return 1
|
|||
print_success "Done"
|
||||
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
@ -15,4 +15,4 @@ then
|
|||
fi
|
||||
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
@ -11,4 +11,4 @@ add_config_option "GPASM_FLAGS" ""
|
|||
true
|
||||
|
||||
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
||||
# vim: expandtab:ts=4:sw=4
|
||||
# vim: syntax=sh:expandtab:ts=4:sw=4
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* @P@/src/@NAME@/TopSource.c
|
||||
/* @P@/src/@NAME@/000_TopSource.c
|
||||
*
|
||||
* (c)2007, @AUTHOR@, <@EMAIL@>.
|
||||
* Released under the GNU GPLv2. See file COPYING or
|
|
@ -38,4 +38,4 @@ then
|
|||
fi
|
||||
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
@ -9,4 +9,4 @@ install_file "${@CNAME@}" "${HEXDIR}" 0755 || return 1
|
|||
print_success "Done"
|
||||
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
@ -15,4 +15,4 @@ then
|
|||
fi
|
||||
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
@ -11,4 +11,4 @@ add_config_option "SDCCFLAGS" ""
|
|||
true
|
||||
|
||||
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
||||
# vim: expandtab:ts=4:sw=4
|
||||
# vim: syntax=sh:expandtab:ts=4:sw=4
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* @P@/src/@NAME@/TopHeader.h
|
||||
/* @P@/src/@NAME@/000_TopHeader.h
|
||||
*
|
||||
* (c)2007, @AUTHOR@, <@EMAIL@>.
|
||||
* Released under the GNU GPLv2. See file COPYING or
|
|
@ -1,4 +1,4 @@
|
|||
/* @P@/src/@NAME@/BottomHeader.h
|
||||
/* @P@/src/@NAME@/999_BottomHeader.h
|
||||
*
|
||||
* (c)2007, @AUTHOR@, <@EMAIL@>.
|
||||
* Released under the GNU GPLv2. See file COPYING or
|
|
@ -36,4 +36,4 @@ do_cmd chmod 0644 "${CONFFILE}"
|
|||
print_success "Done"
|
||||
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
@ -52,4 +52,4 @@ then
|
|||
|
||||
fi
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
@ -18,4 +18,4 @@ then
|
|||
MONOLITHIC_DOC="${MONOLITHIC_DOC} ${HDR}"
|
||||
fi
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
@ -94,5 +94,5 @@ true
|
|||
|
||||
|
||||
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
# kate: @KATE_MODELINE@
|
||||
|
|
|
@ -28,4 +28,4 @@ add_config_option "FINALINCLUDEDIR" "${COPT_FINALINCLUDEDIR_DEFAULT}"
|
|||
true
|
||||
|
||||
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
||||
# vim: expandtab:ts=4:sw=4
|
||||
# vim: syntax=sh:expandtab:ts=4:sw=4
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* @P@/src/@NAME@/TopHeader.h
|
||||
/* @P@/src/@NAME@/000_TopHeader.h
|
||||
*
|
||||
* (c)2007, @AUTHOR@, <@EMAIL@>.
|
||||
* Released under the GNU GPLv2. See file COPYING or
|
|
@ -1,4 +1,4 @@
|
|||
/* @P@/src/@NAME@/TopSource.c
|
||||
/* @P@/src/@NAME@/000_TopSource.c
|
||||
*
|
||||
* (c)2007, @AUTHOR@, <@EMAIL@>.
|
||||
* Released under the GNU GPLv2. See file COPYING or
|
|
@ -1,4 +1,4 @@
|
|||
/* @P@/src/@NAME@/BottomHeader.h
|
||||
/* @P@/src/@NAME@/999_BottomHeader.h
|
||||
*
|
||||
* (c)2007, @AUTHOR@, <@EMAIL@>.
|
||||
* Released under the GNU GPLv2. See file COPYING or
|
|
@ -37,4 +37,4 @@ do_cmd chmod 0755 "${CONFFILE}"
|
|||
print_success "Done"
|
||||
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
@ -52,4 +52,4 @@ then
|
|||
|
||||
fi
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
@ -18,4 +18,4 @@ then
|
|||
MONOLITHIC_DOC="${MONOLITHIC_DOC} ${HDR}"
|
||||
fi
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
@ -94,5 +94,5 @@ true
|
|||
|
||||
|
||||
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
# kate: @KATE_MODELINE@
|
||||
|
|
|
@ -28,4 +28,4 @@ add_config_option "FINALINCLUDEDIR" "${COPT_FINALINCLUDEDIR_DEFAULT}"
|
|||
true
|
||||
|
||||
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
||||
# vim: expandtab:ts=4:sw=4
|
||||
# vim: syntax=sh:expandtab:ts=4:sw=4
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* @P@/src/@NAME@/TopSource.c
|
||||
/* @P@/src/@NAME@/000_TopSource.c
|
||||
*
|
||||
* (c)2007, @AUTHOR@, <@EMAIL@>.
|
||||
* Released under the GNU GPLv2. See file COPYING or
|
|
@ -9,4 +9,4 @@ install_file ${@CNAME@} ${MODULEDIR} 0755 || return 1
|
|||
print_success "Done"
|
||||
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
@ -36,4 +36,4 @@ then
|
|||
@CNAME@_BUILT=1
|
||||
fi
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
@ -14,4 +14,4 @@ then
|
|||
@CNAME@_MONOLITHIC=1
|
||||
fi
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
@ -12,4 +12,4 @@ add_config_option "MODULEDIR" "${COPT_LIBDIR_DEFAULT}/@TODO@/"
|
|||
true
|
||||
|
||||
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
||||
# vim: expandtab:ts=4:sw=4
|
||||
# vim: syntax=sh:expandtab:ts=4:sw=4
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
source src/@NAME@/build.tests
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
@ -40,4 +40,4 @@ then
|
|||
fi
|
||||
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
@ -27,4 +27,4 @@ add_config_option "CFLAGS" "${COPT_CFLAGS_DEFAULT}"
|
|||
true
|
||||
|
||||
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
||||
# vim: expandtab:ts=4:sw=4
|
||||
# vim: syntax=sh:expandtab:ts=4:sw=4
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
source src/@NAME@/build.tests
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
@ -40,4 +40,4 @@ then
|
|||
fi
|
||||
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: @VIM_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
@ -27,4 +27,4 @@ add_config_option "CFLAGS" "${COPT_CFLAGS_DEFAULT}"
|
|||
true
|
||||
|
||||
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
||||
# vim: expandtab:ts=4:sw=4
|
||||
# vim: syntax=sh:expandtab:ts=4:sw=4
|
||||
|
|
|
@ -127,4 +127,4 @@ grep -r "@TODO@" .
|
|||
true
|
||||
|
||||
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
||||
# vim: expandtab:ts=4:sw=4
|
||||
# vim: syntax=sh:expandtab:ts=4:sw=4
|
||||
|
|
|
@ -89,4 +89,4 @@ fi
|
|||
rm -rf "${PKGNAME}" "${PKGNAME}-doc"
|
||||
|
||||
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
||||
# vim: ts=4:sw=4:expandtab
|
||||
# vim: syntax=sh:ts=4:sw=4:expandtab
|
||||
|
|
Loading…
Reference in New Issue