I have few questions about gnu make syntax:

What does $(wildcard *~) mean?

When you have something like this: src/%.py, what does % in front of .py
mean?

MODS is a make variable.  When you have ${MODS:%=%.pyc}, what does :%=%.pyc
do?

Also, what does this: %:%.sh represent in plain english?

thanks.
-- 
js
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to