<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Makefile Substring</title><link>http://www.bing.com:80/search?q=Makefile+Substring</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Makefile Substring</title><link>http://www.bing.com:80/search?q=Makefile+Substring</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>What do the makefile symbols $@ and $&lt; mean? - Stack Overflow</title><link>https://stackoverflow.com/questions/3220277/what-do-the-makefile-symbols-and-mean</link><description>30 The Makefile builds the hello executable if any one of main.cpp, hello.cpp, factorial.cpp changed. The smallest possible Makefile to achieve that specification could have been: hello: main.cpp hello.cpp factorial.cpp g++ -o hello main.cpp hello.cpp factorial.cpp pro: very easy to read con: maintenance nightmare, duplication of the C++ ...</description><pubDate>Tue, 07 Apr 2026 10:19:00 GMT</pubDate></item><item><title>What's the difference between := and = in Makefile?</title><link>https://stackoverflow.com/questions/4879592/whats-the-difference-between-and-in-makefile</link><description>For variable assignment in Make, I see := and = operator. What's the difference between them?</description><pubDate>Mon, 06 Apr 2026 05:05:00 GMT</pubDate></item><item><title>What is ?= in Makefile - Stack Overflow</title><link>https://stackoverflow.com/questions/24777289/what-is-in-makefile</link><description>What is ?= in Makefile Ask Question Asked 11 years, 8 months ago Modified 2 years, 3 months ago</description><pubDate>Thu, 09 Apr 2026 10:45:00 GMT</pubDate></item><item><title>What does a percent symbol do in a makefile? - Stack Overflow</title><link>https://stackoverflow.com/questions/7404444/what-does-a-percent-symbol-do-in-a-makefile</link><description>A makefile is processed sequentially, line by line. Variable assignments are "internalized", and include statements cause the contents of other files to be inserted literally at that location after which that content is processed as part of the makefile.</description><pubDate>Thu, 09 Apr 2026 01:20:00 GMT</pubDate></item><item><title>What do $@ and $&lt; in a makefile mean? - Unix &amp; Linux Stack Exchange</title><link>https://unix.stackexchange.com/questions/116547/what-do-and-in-a-makefile-mean</link><description>I am seeing a makefile and it has the symbols $@ and $&amp;lt; in it. I have never seen them, and Google does not show any results about them. Do you know what these commands do?</description><pubDate>Thu, 09 Apr 2026 06:27:00 GMT</pubDate></item><item><title>What does @: (at symbol colon) mean in a Makefile?</title><link>https://stackoverflow.com/questions/8610799/what-does-at-symbol-colon-mean-in-a-makefile</link><description>What does the following do in a Makefile? rule: $(deps) @: I can't seem to find this in the make manual.</description><pubDate>Wed, 08 Apr 2026 03:51:00 GMT</pubDate></item><item><title>gnu make - What is the difference between the GNU Makefile variable ...</title><link>https://stackoverflow.com/questions/448910/what-is-the-difference-between-the-gnu-makefile-variable-assignments-a</link><description>0 Since no current answer mentions :::= or why it matters, I wrote a Makefile that demonstrates the expansion-time differences: # You may need to comment out entries not supported by your particular # `make` implementation. # # The following implementations of `make` are known to meaningfully exist: # # * System V `make`, the ancestor of all ...</description><pubDate>Sat, 04 Apr 2026 16:13:00 GMT</pubDate></item><item><title>What does % symbol in Makefile mean - Unix &amp; Linux Stack Exchange</title><link>https://unix.stackexchange.com/questions/346322/what-does-symbol-in-makefile-mean</link><description>What does % symbol in Makefile mean Ask Question Asked 9 years, 1 month ago Modified 4 years, 7 months ago</description><pubDate>Mon, 06 Apr 2026 20:21:00 GMT</pubDate></item><item><title>How can I install and use "make" in Windows? - Stack Overflow</title><link>https://stackoverflow.com/questions/32127524/how-can-i-install-and-use-make-in-windows</link><description>make is a GNU command, so the only way you can get it on Windows is installing a Windows version like the one provided by GNUWin32. Anyway, there are several options for getting that: Directly download from Make for Windows Using Chocolatey. First, you need to install this package manager. Once installed, you simply need to install make (you may need to run it in an elevated/administrator ...</description><pubDate>Thu, 26 Mar 2026 08:24:00 GMT</pubDate></item><item><title>How to make a SIMPLE C++ Makefile - Stack Overflow</title><link>https://stackoverflow.com/questions/2481269/how-to-make-a-simple-c-makefile</link><description>At this point, our makefile is simply remembering the work that needs doing, but we still had to figure out and type each and every needed command in its entirety. It does not have to be that way: Make is a powerful language with variables, text manipulation functions, and a whole slew of built-in rules which can make this much easier for us.</description><pubDate>Tue, 07 Apr 2026 05:11:00 GMT</pubDate></item></channel></rss>