Hello all, The past few days I have kept myself busy coding a kind of makefile generator. It can scan directories and generate makefile(s) from what c/c++ files it finds. Is such a program of interest to the boost lib? If so, I'd like to contribute. thank's Greg
If it could generate CMake files from existing directory structure then my past self would have been very interested.
On 25 Feb 2018, at 17:44, Ggh via Boost
wrote: Hello all,
The past few days I have kept myself busy coding a kind of makefile generator. It can scan directories and generate makefile(s) from what c/c++ files it finds.
Is such a program of interest to the boost lib? If so, I'd like to contribute.
thank's
Greg
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Hi,
below command line arguments (in its current state):
<pre>
mkmakefile
-tt
If it could generate CMake files from existing directory structure then my past self would have been very interested.
On 25 Feb 2018, at 17:44, Ggh via Boost
wrote: Hello all,
The past few days I have kept myself busy coding a kind of makefile generator. It can scan directories and generate makefile(s) from what c/c++ files it finds.
Is such a program of interest to the boost lib? If so, I'd like to contribute.
thank's
Greg
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
participants (2)
-
Ggh
-
Jonathan