CBuild
C++ build system with scripts written in c++
|
Generate Makefile from task/target, works as command logger. More...
#include <makefile.hpp>
Public Member Functions | |
makefile_out () | |
Create new Makefile generator. | |
virtual void | generate (CBuild::RType mode, lib::map< std::string, std::string > *args, std::vector< std::string > *pargs) override |
Generate some output. | |
virtual bool | init () override |
Some init. | |
![]() | |
generator_base (std::string out) | |
Create and save output file name. | |
Additional Inherited Members | |
![]() | |
std::string | OUT |
Generate Makefile from task/target, works as command logger.
Definition at line 37 of file makefile.hpp.
|
inline |
Create new Makefile generator.
Definition at line 42 of file makefile.hpp.
|
overridevirtual |
Generate some output.
mode | => CBuild::RType -> CBuild arg |
args | => lib::map<std::string, std::string>* -> CBuild arg |
args | => std::vector<std::string>* -> Preprocessed args |
Implements CBuild::generator_base.
Definition at line 40 of file generator.cpp.
References CBuild::BUILD, CBuild::BUILD_RUN, CBuild::CLEAR, CBuild::fs::create(), CBuild::DEBUG, CBuild::fs::exists(), CBuild::fs::FILE, lib::map< _K, _D >::get(), CBuild::get_log(), CBuild::get_random_string(), CBuild::log, CBuild::MAGENTA, CBuild::generator_base::OUT, CBuild::print(), CBuild::RUN, and CBuild::TASK.
|
overridevirtual |
Some init.
Implements CBuild::generator_base.
Definition at line 98 of file generator.cpp.