LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Noob Question need help (https://www.linuxquestions.org/questions/linux-newbie-8/noob-question-need-help-4175470624/)

koklimabc 07-23-2013 09:50 AM

Noob Question need help
 
I always see '$<' append anyway in Makefile, what does '$<' exactly means?

Example liked (notdir $<).

Thanks for any helps.

grail 07-23-2013 11:03 AM

See if this page helps - http://www.gnu.org/software/make/manual/make.html

JLndr 07-23-2013 01:14 PM

This should help...

Quote:

$@ is the name of the file being generated, and $< the first prerequisite (usually the source file). You can find a list of all these special variables in the GNU Make manual.
Link: http://stackoverflow.com/questions/3...mbols-and-mean

koklimabc 07-31-2013 09:09 AM

nice, thanks to all your guide.


All times are GMT -5. The time now is 02:34 PM.