Lines Matching defs:Make
574 /* Make a single pass over regex string, memorize brackets and branches */
3597 fprintf(stderr, "Make error line %d: ", line);
3626 fprintf(stdout, "Make: ");
4368 * the one holding the properties. Likely "Make" itself
6533 class Make;
6789 //## Make paths
6796 //## Make sure destination directory exists
6832 //## Make paths
9102 Target(Make &par) : parent(par)
9127 virtual Make &getParent()
9230 Make &parent;
9261 class Make : public MakeBase
9269 Make()
9275 Make(const Make &other)
9281 Make &operator=(const Make &other)
9287 virtual ~Make()
9336 void assign(const Make &other);
9418 void Make::init()
9443 void Make::cleanup()
9455 void Make::assign(const Make &other)
9476 std::vector<String> Make::glob(const String &pattern)
9492 bool Make::executeTarget(Target &target,
9550 bool Make::execute()
9596 bool Make::checkTargetDependencies(Target &target,
9663 bool Make::parsePropertyFile(const String &fileName,
9763 bool Make::parseProperty(Element *elem)
9872 bool Make::parseFile()
10001 bool Make::specifyProperty(const String &name, const String &value)
10017 bool Make::run()
10062 bool Make::run(const String &target)
10175 buildtool::Make make;
10261 buildtool::Make make;
10293 buildtool::Make make;
10303 buildtool::Make make;