DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(automk14.info.gz) Include

Info Catalog (automk14.info.gz) Miscellaneous (automk14.info.gz) Top (automk14.info.gz) Conditionals
 
 17 Include
 **********
 
 To include another file (perhaps for common rules), the following
 syntax is supported:
 
    include ($(srcdir)|$(top_srcdir))/filename
 
    Using files in the current directory:
      include $(srcdir)/Makefile.extra
 
      include Makefile.generated
 
    Using a file in the top level directory:
      include $(top_srcdir)/filename
 
Info Catalog (automk14.info.gz) Miscellaneous (automk14.info.gz) Top (automk14.info.gz) Conditionals
automatically generated byinfo2html