Go to the first, previous, next, last section, table of contents.


Включение дополнительных файлов

Для включения других файлов (может быть для подключения общих правил) поддерживается следующий синтаксис:

include ($(srcdir)|$(top_srcdir))/filename

Используя файлы в текущем каталоге:

include $(srcdir)/Makefile.extra
include Makefile.generated

Используя файлы в каталоге верхнего уровня:

include $(top_srcdir)/filename


Go to the first, previous, next, last section, table of contents.