GNU Info

Info Node: (automake.info)Include

(automake.info)Include


Next: Conditionals Prev: Miscellaneous Up: Top
Enter node , (file) or (file)node

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


automatically generated by info2www version 1.2.2.9