help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

few simple make syntax questions


From: joe shoemaker
Subject: few simple make syntax questions
Date: Thu, 7 Feb 2008 11:02:24 -0500

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
reply via email to

[Prev in Thread] Current Thread [Next in Thread]