What are the variables with 'at symbols' in Makefile?

Posted by Sam on Stack Overflow See other posts from Stack Overflow or by Sam
Published on 2010-04-27T01:30:46Z Indexed on 2010/04/27 1:33 UTC
Read the original article Hit count: 257

Filed under:

Hi,

I couldn't find any documentation on this. What exactly are these variables with 'at' symbols found in Makefiles? Example:

temp = @temp@ srcdir = @srcdir@

Thanks!

© Stack Overflow or respective owner

Related posts about makefile