dep is a software build automation tool, similar in function to make but easier to use and more powerful.
Dep has a very simple language, little more than a scripting language. It figures out the source and target of a build command by analysing the command line. It figures out the files included by any source file by simply reading all the source files.
Dep has special syntax for varied situations such as existence dependencies and change dependencies, it handles subprojects very well, and it has some good ways to speed up the build process.
More information: README.html
Tutorial: Tutorial.html
Download dep-0.5.tar.gz (111849 bytes)
Download dep-0.5.tar.xz (91868 bytes)
Download dep-0.4.tar.gz (96007 bytes)
Download dep-0.4.tar.xz (79536 bytes)
Download dep-0.3.tar.gz (94479 bytes)
Download dep-0.3.tar.xz (78336 bytes)
Download dep-0.2.tar.gz (93731 bytes)
Download dep-0.2.tar.xz (77692 bytes)
Download dep-0.1.tar.gz (89677 bytes)
Download dep-0.1.tar.xz (74364 bytes)
Copyright (C) 2022 Matthew Rickard
dep is free software licenced under the GNU General Public Licence version 3.