Lines Matching defs:make
447 /* make sure the rest of the regex matches */
4916 //## to make the dir 'above' this one, if necessary
4926 //## 3: now make
4933 error("cannot make directory '%s' : %s",
5825 * candidates for further processing. Reads make.exclude
6174 * a bit of state machine stuff to make sure that the directive
7153 //Now make the new path
10175 buildtool::Make make;
10192 printf("%s", make.version().c_str());
10203 make.setURI(argv[i]);
10208 make.setNumThreads(20); // default to some high value
10212 make.setNumThreads(20); // default to some high value
10214 make.setNumThreads(atoi(argv[i]));
10227 if (!make.specifyProperty(name, value))
10249 if (!make.run(target))
10261 buildtool::Make make;
10262 if (!make.run())
10293 buildtool::Make make;
10295 bool ret = make.executeCommand("gcc xx.cpp", "", out, err);
10303 buildtool::Make make;
10304 make.parsePropertyFile("test.prop", "test.");