Use numeric prefixes on source files

This commit is contained in:
Laurence Withers 2007-08-08 12:03:18 +00:00
parent 66bbbe1b0f
commit 32f26f386a
63 changed files with 60 additions and 60 deletions

View File

@ -38,4 +38,4 @@ then
fi fi
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@

View File

@ -9,4 +9,4 @@ install_file "${@CNAME@}" "${BINDIR}" 0755 || return 1
print_success "Done" print_success "Done"
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@

View File

@ -24,4 +24,4 @@ then
fi fi
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@

View File

@ -12,4 +12,4 @@ add_config_option "BINDIR" "${COPT_BINDIR_DEFAULT}"
true true
# kate: replace-trailing-space-save true; space-indent true; tab-width 4; # 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

View File

@ -38,4 +38,4 @@ then
fi fi
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@

View File

@ -9,4 +9,4 @@ install_file "${@CNAME@}" "${BINDIR}" 0755 || return 1
print_success "Done" print_success "Done"
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@

View File

@ -15,4 +15,4 @@ then
fi fi
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@

View File

@ -11,4 +11,4 @@ add_config_option "BINDIR" "${COPT_BINDIR_DEFAULT}"
true true
# kate: replace-trailing-space-save true; space-indent true; tab-width 4; # 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

View File

@ -1,4 +1,4 @@
/* @P@/src/@NAME@/TopSource.c /* @P@/src/@NAME@/000_TopSource.c
* *
* (c)2007, @AUTHOR@, <@EMAIL@>. * (c)2007, @AUTHOR@, <@EMAIL@>.
* Released under the GNU GPLv2. See file COPYING or * Released under the GNU GPLv2. See file COPYING or

View File

@ -38,4 +38,4 @@ then
fi fi
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@

View File

@ -9,4 +9,4 @@ install_file "${@CNAME@}" "${BINDIR}" 0755 || return 1
print_success "Done" print_success "Done"
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@

View File

@ -7,7 +7,7 @@ MONOLITHIC_TESTS="src/@NAME@/build.app src/@NAME@/build.monolithic"
if [ -z "${@CNAME@_MONOLITHIC}" ] if [ -z "${@CNAME@_MONOLITHIC}" ]
then then
MONOLITHIC_SOURCE="$(echo src/@NAME@/TopSource.c)" MONOLITHIC_SOURCE="$(echo src/@NAME@/*.c)"
make_monolithic ${SRC} C || return 1 make_monolithic ${SRC} C || return 1
@CNAME@_MONOLITHIC=1 @CNAME@_MONOLITHIC=1
@ -15,4 +15,4 @@ then
fi fi
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@

View File

@ -11,4 +11,4 @@ add_config_option "BINDIR" "${COPT_BINDIR_DEFAULT}"
true true
# kate: replace-trailing-space-save true; space-indent true; tab-width 4; # 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

View File

@ -10,4 +10,4 @@ done
print_success "Done" print_success "Done"
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@

View File

@ -9,4 +9,4 @@ add_config_option "BINDIR" "${COPT_BINDIR_DEFAULT}"
true true
# kate: replace-trailing-space-save true; space-indent true; tab-width 4; # 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

View File

@ -40,4 +40,4 @@ then
fi fi
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@

View File

@ -18,4 +18,4 @@ done
print_success "Documentation installed" print_success "Documentation installed"
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@

View File

@ -9,4 +9,4 @@ add_config_option "DOCSDIR" "${COPT_DOCSDIR_DEFAULT}"
true true
# kate: replace-trailing-space-save true; space-indent true; tab-width 4; # 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

View File

@ -11,4 +11,4 @@ done
print_success "Documentation installed" print_success "Documentation installed"
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@

View File

@ -9,4 +9,4 @@ add_config_option "DOCSDIR" "${COPT_DOCSDIR_DEFAULT}"
true true
# kate: replace-trailing-space-save true; space-indent true; tab-width 4; # 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

View File

@ -13,4 +13,4 @@ done
print_success "Files installed" print_success "Files installed"
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@

View File

@ -8,4 +8,4 @@ do_parameter_subst
true true
# kate: replace-trailing-space-save true; space-indent true; tab-width 4; # 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

View File

@ -39,4 +39,4 @@ then
fi fi
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@

View File

@ -9,4 +9,4 @@ install_file "${@CNAME@}" "${HEXDIR}" 0755 || return 1
print_success "Done" print_success "Done"
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@

View File

@ -15,4 +15,4 @@ then
fi fi
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@

View File

@ -11,4 +11,4 @@ add_config_option "GPASM_FLAGS" ""
true true
# kate: replace-trailing-space-save true; space-indent true; tab-width 4; # 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

View File

@ -1,4 +1,4 @@
/* @P@/src/@NAME@/TopSource.c /* @P@/src/@NAME@/000_TopSource.c
* *
* (c)2007, @AUTHOR@, <@EMAIL@>. * (c)2007, @AUTHOR@, <@EMAIL@>.
* Released under the GNU GPLv2. See file COPYING or * Released under the GNU GPLv2. See file COPYING or

View File

@ -38,4 +38,4 @@ then
fi fi
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@

View File

@ -9,4 +9,4 @@ install_file "${@CNAME@}" "${HEXDIR}" 0755 || return 1
print_success "Done" print_success "Done"
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@

View File

@ -15,4 +15,4 @@ then
fi fi
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@

View File

@ -11,4 +11,4 @@ add_config_option "SDCCFLAGS" ""
true true
# kate: replace-trailing-space-save true; space-indent true; tab-width 4; # 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

View File

@ -1,4 +1,4 @@
/* @P@/src/@NAME@/TopHeader.h /* @P@/src/@NAME@/000_TopHeader.h
* *
* (c)2007, @AUTHOR@, <@EMAIL@>. * (c)2007, @AUTHOR@, <@EMAIL@>.
* Released under the GNU GPLv2. See file COPYING or * Released under the GNU GPLv2. See file COPYING or

View File

@ -1,4 +1,4 @@
/* @P@/src/@NAME@/BottomHeader.h /* @P@/src/@NAME@/999_BottomHeader.h
* *
* (c)2007, @AUTHOR@, <@EMAIL@>. * (c)2007, @AUTHOR@, <@EMAIL@>.
* Released under the GNU GPLv2. See file COPYING or * Released under the GNU GPLv2. See file COPYING or

View File

@ -36,4 +36,4 @@ do_cmd chmod 0644 "${CONFFILE}"
print_success "Done" print_success "Done"
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@

View File

@ -52,4 +52,4 @@ then
fi fi
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@

View File

@ -18,4 +18,4 @@ then
MONOLITHIC_DOC="${MONOLITHIC_DOC} ${HDR}" MONOLITHIC_DOC="${MONOLITHIC_DOC} ${HDR}"
fi fi
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@

View File

@ -94,5 +94,5 @@ true
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@

View File

@ -28,4 +28,4 @@ add_config_option "FINALINCLUDEDIR" "${COPT_FINALINCLUDEDIR_DEFAULT}"
true true
# kate: replace-trailing-space-save true; space-indent true; tab-width 4; # 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

View File

@ -1,4 +1,4 @@
/* @P@/src/@NAME@/TopHeader.h /* @P@/src/@NAME@/000_TopHeader.h
* *
* (c)2007, @AUTHOR@, <@EMAIL@>. * (c)2007, @AUTHOR@, <@EMAIL@>.
* Released under the GNU GPLv2. See file COPYING or * Released under the GNU GPLv2. See file COPYING or

View File

@ -1,4 +1,4 @@
/* @P@/src/@NAME@/TopSource.c /* @P@/src/@NAME@/000_TopSource.c
* *
* (c)2007, @AUTHOR@, <@EMAIL@>. * (c)2007, @AUTHOR@, <@EMAIL@>.
* Released under the GNU GPLv2. See file COPYING or * Released under the GNU GPLv2. See file COPYING or

View File

@ -1,4 +1,4 @@
/* @P@/src/@NAME@/BottomHeader.h /* @P@/src/@NAME@/999_BottomHeader.h
* *
* (c)2007, @AUTHOR@, <@EMAIL@>. * (c)2007, @AUTHOR@, <@EMAIL@>.
* Released under the GNU GPLv2. See file COPYING or * Released under the GNU GPLv2. See file COPYING or

View File

@ -37,4 +37,4 @@ do_cmd chmod 0755 "${CONFFILE}"
print_success "Done" print_success "Done"
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@

View File

@ -52,4 +52,4 @@ then
fi fi
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@

View File

@ -18,4 +18,4 @@ then
MONOLITHIC_DOC="${MONOLITHIC_DOC} ${HDR}" MONOLITHIC_DOC="${MONOLITHIC_DOC} ${HDR}"
fi fi
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@

View File

@ -94,5 +94,5 @@ true
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@

View File

@ -28,4 +28,4 @@ add_config_option "FINALINCLUDEDIR" "${COPT_FINALINCLUDEDIR_DEFAULT}"
true true
# kate: replace-trailing-space-save true; space-indent true; tab-width 4; # 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

View File

@ -1,4 +1,4 @@
/* @P@/src/@NAME@/TopSource.c /* @P@/src/@NAME@/000_TopSource.c
* *
* (c)2007, @AUTHOR@, <@EMAIL@>. * (c)2007, @AUTHOR@, <@EMAIL@>.
* Released under the GNU GPLv2. See file COPYING or * Released under the GNU GPLv2. See file COPYING or

View File

@ -9,4 +9,4 @@ install_file ${@CNAME@} ${MODULEDIR} 0755 || return 1
print_success "Done" print_success "Done"
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@

View File

@ -36,4 +36,4 @@ then
@CNAME@_BUILT=1 @CNAME@_BUILT=1
fi fi
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@

View File

@ -14,4 +14,4 @@ then
@CNAME@_MONOLITHIC=1 @CNAME@_MONOLITHIC=1
fi fi
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@

View File

@ -12,4 +12,4 @@ add_config_option "MODULEDIR" "${COPT_LIBDIR_DEFAULT}/@TODO@/"
true true
# kate: replace-trailing-space-save true; space-indent true; tab-width 4; # 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

View File

@ -1,3 +1,3 @@
source src/@NAME@/build.tests source src/@NAME@/build.tests
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@

View File

@ -40,4 +40,4 @@ then
fi fi
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@

View File

@ -27,4 +27,4 @@ add_config_option "CFLAGS" "${COPT_CFLAGS_DEFAULT}"
true true
# kate: replace-trailing-space-save true; space-indent true; tab-width 4; # 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

View File

@ -1,3 +1,3 @@
source src/@NAME@/build.tests source src/@NAME@/build.tests
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@

View File

@ -40,4 +40,4 @@ then
fi fi
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@

View File

@ -27,4 +27,4 @@ add_config_option "CFLAGS" "${COPT_CFLAGS_DEFAULT}"
true true
# kate: replace-trailing-space-save true; space-indent true; tab-width 4; # 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

View File

@ -127,4 +127,4 @@ grep -r "@TODO@" .
true true
# kate: replace-trailing-space-save true; space-indent true; tab-width 4; # 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

View File

@ -89,4 +89,4 @@ fi
rm -rf "${PKGNAME}" "${PKGNAME}-doc" rm -rf "${PKGNAME}" "${PKGNAME}-doc"
# kate: replace-trailing-space-save true; space-indent true; tab-width 4; # 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