DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(automk14.info.gz) Canonicalization

Info Catalog (automk14.info.gz) Uniform (automk14.info.gz) Generalities
 
 2.5 How derived variables are named
 ===================================
 
 Sometimes a Makefile variable name is derived from some text the user
 supplies.  For instance, program names are rewritten into Makefile macro
 names.  Automake canonicalizes this text, so that it does not have to
 follow Makefile macro naming rules.  All characters in the name except
 for letters, numbers, and the underscore are turned into underscores
 when making macro references.  For example, if your program is named
 `sniff-glue', the derived variable name would be `sniff_glue_SOURCES',
 not `sniff-glue_SOURCES'.
 
Info Catalog (automk14.info.gz) Uniform (automk14.info.gz) Generalities
automatically generated byinfo2html