Error make: *** No rule to make target `all'. Stop.
-
Could somebody give me a hint where to start looking to resolve this error. Please note - this comes from Eclipse IDE after autotools successfully executes "configure" and I just try to do "Run". Basically executing "Run" gives me this output and Eclipse does not tell me which file / process does this "Run" / build. 09:15:44 **** Incremental Build of configuration Build (GNU) for project TEMPLATE_AUTOTOOLS_BASE **** make all make: *** No rule to make target `all'. Stop. 09:15:44 Build Finished (took 109ms) My guess is it is a result of ONE of the makefile(s). So how can I trace "make(file)" when some of them are "build" by the Eclipse IDE during whatever process. Maybe what I really need to know how ANY IDE UI interfaces with command line - at least in some kind of theory. Thanks Cheers Vaclav