<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>chys&#039;s random notes &#187; make</title>
	<atom:link href="http://en.chys.info/tag/make/feed/" rel="self" type="application/rss+xml" />
	<link>http://en.chys.info</link>
	<description>Study more problems; Talk less of isms.</description>
	<lastBuildDate>Tue, 27 Dec 2011 11:56:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Determine the existence of a file in Makefile</title>
		<link>http://en.chys.info/2008/10/determine-the-existence-of-a-file-in-makefile/</link>
		<comments>http://en.chys.info/2008/10/determine-the-existence-of-a-file-in-makefile/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 21:18:00 +0000</pubDate>
		<dc:creator>chys</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[make]]></category>

		<guid isPermaLink="false">http://blog.chys.info/2008/10/determine-the-existence-of-a-file-in-makefile/</guid>
		<description><![CDATA[Combine &#8220;wildcard&#8221; and &#8220;ifeq&#8220;. For example, ifneq &#8220;$(wildcard Makefile.inc)&#8221; &#8220;&#8221; include Makefile.inc endif GNU Make is powerful! This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License. Related posts: Jumbled Characters after Catting a Binary File SSH without password Disk size needed to compile OpenOffice<hr/>
Related posts:<ol>
<li><a href='http://en.chys.info/2008/10/jumbled-characters-after-catting-a-binary-file/' rel='bookmark' title='Jumbled Characters after Catting a Binary File'>Jumbled Characters after Catting a Binary File</a></li>
<li><a href='http://en.chys.info/2008/11/ssh-without-password/' rel='bookmark' title='SSH without password'>SSH without password</a></li>
<li><a href='http://en.chys.info/2008/10/disk-size-needed-to-compile-openoffice/' rel='bookmark' title='Disk size needed to compile OpenOffice'>Disk size needed to compile OpenOffice</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Combine &#8220;<span style="font-family: &quot;Courier New&quot;,Courier,monospace;">wildcard</span>&#8221; and &#8220;<span style="font-family: &quot;Courier New&quot;,Courier,monospace;">ifeq</span>&#8220;. For example, </p>
<blockquote style="font-family: &quot;Courier New&quot;,Courier,monospace;"><p>ifneq &#8220;$(wildcard Makefile.inc)&#8221; &#8220;&#8221;<br />
include Makefile.inc<br />
endif</p></blockquote>
<p><a href="http://www.gnu.org/software/make/">GNU Make</a> is powerful!
<div class="blogger-post-footer">
<hr />
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://creativecommons.org/images/public/somerights20.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div>
<hr/><p>Related posts:<ol>
<li><a href='http://en.chys.info/2008/10/jumbled-characters-after-catting-a-binary-file/' rel='bookmark' title='Jumbled Characters after Catting a Binary File'>Jumbled Characters after Catting a Binary File</a></li>
<li><a href='http://en.chys.info/2008/11/ssh-without-password/' rel='bookmark' title='SSH without password'>SSH without password</a></li>
<li><a href='http://en.chys.info/2008/10/disk-size-needed-to-compile-openoffice/' rel='bookmark' title='Disk size needed to compile OpenOffice'>Disk size needed to compile OpenOffice</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://en.chys.info/2008/10/determine-the-existence-of-a-file-in-makefile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

