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 unusual 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:
Dep 0.51 Release Notes
Download dep-0.51.tar.gz (110511 bytes)
Download dep-0.51.tar.xz (90884 bytes)
Dep 0.5 Release Notes
Download dep-0.5.tar.gz (111849 bytes)
Download dep-0.5.tar.xz (91868 bytes)
Dep 0.4 Release Notes
Download dep-0.4.tar.gz (96007 bytes)
Download dep-0.4.tar.xz (79536 bytes)
Dep 0.3 Release Notes
Download dep-0.3.tar.gz (94479 bytes)
Download dep-0.3.tar.xz (78336 bytes)
Dep 0.2 Release Notes
Download dep-0.2.tar.gz (93731 bytes)
Download dep-0.2.tar.xz (77692 bytes)
Dep 0.1 Release Notes
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.