1 #include <odinseq/seqmakefile.h>
9 STD_cout <<
"genmakefile: Generates a Makefile for ODIN methods" << STD_endl;
12 STD_cout <<
"Usage: genmakefile [options] <method-label>" << STD_endl;
13 STD_cout <<
"Options:" << STD_endl;
15 STD_cout <<
"\t" <<
helpUsage() << STD_endl;
18 int main(
int argc,
char* argv[]) {
22 char buff[ODIN_MAXCHAR];
24 if(argc<=1) {usage(); exit(0);}
32 STD_cout << mf.get_Makefile(
".") << STD_endl;
static bool set_log_levels(int argc, char *argv[], bool trigger_error=true)
static STD_string get_usage()
const char * configInfo()
int hasHelpOption(int argc, char *argv[])
int getLastArgument(int argc, char *argv[], char *returnvalue, int maxchar, bool modify=true)