summaryrefslogtreecommitdiff
path: root/gen-version.sh
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2008-03-24 23:01:44 +0100
committerLars Hjemli <hjemli@gmail.com>2008-03-24 23:27:12 +0100
commitdf90b51bafec24336cf30339b2978ff6df22b075 (patch)
tree699d232ce635dbac9222e4b9dfc22f60b1aaa788 /gen-version.sh
parent271818693d6803b5df25ee87570808c2a9dbd7e7 (diff)
downloadcgit-df90b51bafec24336cf30339b2978ff6df22b075.tar.gz
cgit-df90b51bafec24336cf30339b2978ff6df22b075.tar.bz2
cgit-df90b51bafec24336cf30339b2978ff6df22b075.zip
Makefile: autobuild dependency rules
This uses gcc to generate dependency rules for each `.o` file, based on the corresponding `.c` file, into a new set of `.d` files (which are also defined to depend on the same set of source files as their `.o` files). Result: * all objectfile dependencies are correctly calculated * only the necessary dependencies are recalculated when a sourcefile is updated Inspiration for the build rules: * http://www.gnu.org/software/make/manual/make.html#Automatic-Prerequisites * http://make.paulandlesley.org/autodep.html Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'gen-version.sh')
0 files changed, 0 insertions, 0 deletions
nohover-highlight'> 2008-07-03Remove xsd and -x cmdline optionRené 'Necoro' Neumann2-107/+1 2008-07-03Ported completelyRené 'Necoro' Neumann3-548/+54 2008-07-03Should show dependencies nowRené 'Necoro' Neumann2-82/+128 2008-07-03New plugin system - first hackRené 'Necoro' Neumann2-420/+683 2008-06-30Now the new design is able to do the same as the old oneRené 'Necoro' Neumann3-168/+182 2008-06-30First draft of the new plugin windowRené 'Necoro' Neumann1-8/+172 2008-06-30Added stuff to plugin.pyRené 'Necoro' Neumann1-2/+24 2008-06-25Now load 22 versions when running the correct portageRené 'Necoro' Neumann4-8/+18 2008-06-25Added Package_22 and System_22René 'Necoro' Neumann4-5/+63