genmake

Makefile Generator genmake.

Uses exthash_t to store names.

Call Signature

genmake -o <makefile.name> <filename>

All paths in <filename> which references source codes are relative to the working directory of genmake.  The command make must also be run in with the same working directory as genmake.

Summary
genmakeMakefile Generator genmake.
CopyrightThis program is free software.
Files
C-kern/main/tools/genmake.cMain implementation of tool genmake.

Copyright

This program is free software.  You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.

Author

© 2012 Jörg Seebohn

Files

C-kern/main/tools/genmake.c

Main implementation of tool genmake.

Makefile Generator genmake.
Close