<div dir="ltr"><div dir="ltr"><div>Hi,</div><div><br></div><div>I would like to inform everyone interested here that I just made a beta release (v0.0.2) of a build tool I have been developing for some of my projects which is called PMake.</div><div>PMake is inspired on FPMake and CMake, but much easier in its use (as far as I am concerned). It compiles build "script" code into a "make" tool and regenerates the build tools on demand. A nice feature is autogenerating the build scripts, based on the files in the source tree. You can also do out-of-source builds and install files and package files (ZIP only for now). PMake parses the output of FPC to create visually more distinctive output.</div><div>The basic concept are collections of unit files called libraries. These libraries are labelled symbolically. The labels are used to assign dependencies. It's also possible to create dependencies on generated output (revision number to source file for instance) and compiled files, then generating output even (some tool that generates an output file in turn). There even much more...</div><div><br></div><div>The project is located here: <a href="https://github.com/daar/pmake">https://github.com/daar/pmake</a></div><div><br></div><div>Please test if you like, comment if you have an idea or ignore if you're not interested...</div><div><br></div><div>Rgds, Darius</div></div></div>