[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.cdt] Re: how to build a project when Makefile is in subdirectory?

Alejandro AragÃn wrote:
> Do you have an example of a Makefile that calls other Makefiles in
> subdirectories? I don't really understand how Makefiles work.

If make is available on your system the documentation is probably
available too in info pages. Just call "info make" or use another
info browser.

Please note that Makefiles are not only useful for compilation but
also to create other files which have dependencies such as
documentation, ... So you should really learn it.

Jens