<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"	>
<channel>
	<title>Comments on: Non-recursive automake</title>
	<atom:link href="http://tecnocode.co.uk/2009/12/29/non-recursive-automake/feed/" rel="self" type="application/rss+xml" />
	<link>http://tecnocode.co.uk/2009/12/29/non-recursive-automake/</link>
	<description>Ramblings on computers…</description>
	<lastBuildDate>Fri, 20 Jan 2012 21:19:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Robert Collins</title>
		<link>http://tecnocode.co.uk/2009/12/29/non-recursive-automake/comment-page-1/#comment-763</link>
		<dc:creator>Robert Collins</dc:creator>
		<pubDate>Tue, 12 Jan 2010 00:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://tecnocode.co.uk/?p=304#comment-763</guid>
		<description>targets with no body just add dependencys. E.g.
.PHONY: foo
.PHONY: bar
is equivalent to
.PHONY: foo bar</description>
		<content:encoded><![CDATA[<p>targets with no body just add dependencys. E.g.<br />
.PHONY: foo<br />
.PHONY: bar<br />
is equivalent to<br />
.PHONY: foo bar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Withnall</title>
		<link>http://tecnocode.co.uk/2009/12/29/non-recursive-automake/comment-page-1/#comment-757</link>
		<dc:creator>Philip Withnall</dc:creator>
		<pubDate>Wed, 30 Dec 2009 11:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://tecnocode.co.uk/?p=304#comment-757</guid>
		<description>Ooh, thanks.

I didn&#039;t know we had automated lcov testing going on; that&#039;s quite useful to know. Unfortunately, the build bots are using libgdata 0.4.0, which is a bit out of date now. I should probably get around to asking for an external dependency version bump for libgdata sometime.</description>
		<content:encoded><![CDATA[<p>Ooh, thanks.</p>
<p>I didn't know we had automated lcov testing going on; that's quite useful to know. Unfortunately, the build bots are using libgdata 0.4.0, which is a bit out of date now. I should probably get around to asking for an external dependency version bump for libgdata sometime.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javier Jardón</title>
		<link>http://tecnocode.co.uk/2009/12/29/non-recursive-automake/comment-page-1/#comment-755</link>
		<dc:creator>Javier Jardón</dc:creator>
		<pubDate>Wed, 30 Dec 2009 02:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://tecnocode.co.uk/?p=304#comment-755</guid>
		<description>Hello Philip,

Thank you for this blog post, very interesting. I&#039;ve added libgdata to my list of projects using no recursive automake: http://live.gnome.org/JavierJardon/NewBuildSystem . Hope you don&#039;t mind

Also, maybe you already know, but you can see the coverage of your code here: http://fixed.gnome.org/coverage/libgdata/lcov/ and the status of the build here: http://build.gnome.org/libgdata

Regards</description>
		<content:encoded><![CDATA[<p>Hello Philip,</p>
<p>Thank you for this blog post, very interesting. I've added libgdata to my list of projects using no recursive automake: <a href="http://live.gnome.org/JavierJardon/NewBuildSystem" rel="nofollow">http://live.gnome.org/JavierJardon/NewBuildSystem</a> . Hope you don't mind</p>
<p>Also, maybe you already know, but you can see the coverage of your code here: <a href="http://fixed.gnome.org/coverage/libgdata/lcov/" rel="nofollow">http://fixed.gnome.org/coverage/libgdata/lcov/</a> and the status of the build here: <a href="http://build.gnome.org/libgdata" rel="nofollow">http://build.gnome.org/libgdata</a></p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: foo</title>
		<link>http://tecnocode.co.uk/2009/12/29/non-recursive-automake/comment-page-1/#comment-754</link>
		<dc:creator>foo</dc:creator>
		<pubDate>Wed, 30 Dec 2009 01:23:58 +0000</pubDate>
		<guid isPermaLink="false">http://tecnocode.co.uk/?p=304#comment-754</guid>
		<description>It would be great if automake would generate gcov makefile targets!</description>
		<content:encoded><![CDATA[<p>It would be great if automake would generate gcov makefile targets!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Withnall</title>
		<link>http://tecnocode.co.uk/2009/12/29/non-recursive-automake/comment-page-1/#comment-753</link>
		<dc:creator>Philip Withnall</dc:creator>
		<pubDate>Wed, 30 Dec 2009 01:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://tecnocode.co.uk/?p=304#comment-753</guid>
		<description>Good catch. I&#039;d meant to change that before committing, but forgot. Now I&#039;ve got the problem of having .PHONY twice in my Makefile though, and I don&#039;t want to combine them because that would be messy. Humph.</description>
		<content:encoded><![CDATA[<p>Good catch. I'd meant to change that before committing, but forgot. Now I've got the problem of having .PHONY twice in my Makefile though, and I don't want to combine them because that would be messy. Humph.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Elstner</title>
		<link>http://tecnocode.co.uk/2009/12/29/non-recursive-automake/comment-page-1/#comment-752</link>
		<dc:creator>Daniel Elstner</dc:creator>
		<pubDate>Tue, 29 Dec 2009 22:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://tecnocode.co.uk/?p=304#comment-752</guid>
		<description>I think it has to be spelled .PHONY: :-)</description>
		<content:encoded><![CDATA[<p>I think it has to be spelled .PHONY: <img src='http://tecnocode.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.250 seconds -->

