<?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>Ian Coleman &#187; ian</title>
	<atom:link href="http://iancoleman.ie/words/?feed=rss2&#038;author=2" rel="self" type="application/rss+xml" />
	<link>http://iancoleman.ie/words</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Thu, 19 Feb 2015 02:17:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.19</generator>
	<item>
		<title>Android Hints &#8211; getting current working directoy path in makefile</title>
		<link>http://iancoleman.ie/words/?p=29</link>
		<comments>http://iancoleman.ie/words/?p=29#comments</comments>
		<pubDate>Tue, 01 Jul 2014 01:43:56 +0000</pubDate>
		<dc:creator><![CDATA[ian]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[android build]]></category>
		<category><![CDATA[ndk]]></category>

		<guid isPermaLink="false">http://iancoleman.ie/words/?p=29</guid>
		<description><![CDATA[Something I often forget when creating Android.mk files is how to get the current directory the make file is in. The build systems provides many useful enviroment functions, including one called &#8220;my-dir&#8221; to give you exactly that! It can leveraged &#8230; <a href="http://iancoleman.ie/words/?p=29">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Something I often forget when creating Android.mk files is how to get the current directory the make file is in. The build systems provides many useful enviroment functions, including one called &#8220;my-dir&#8221; to give you exactly that!</p>
<p>It can leveraged as such:<br />
MY_VAR := $(call my-dir)</p>
]]></content:encoded>
			<wfw:commentRss>http://iancoleman.ie/words/?feed=rss2&#038;p=29</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
