<?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>Derek Hildreth's Blog &#187; beginner</title>
	<atom:link href="http://www.derekhildreth.com/blog/tag/beginner/feed" rel="self" type="application/rss+xml" />
	<link>http://www.derekhildreth.com/blog</link>
	<description>Family, Friends, Computers, and Linux</description>
	<lastBuildDate>Mon, 26 Jul 2010 06:08:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>My First Makefile for Compiling GTK+ (Or Any) Apps</title>
		<link>http://www.derekhildreth.com/blog/my-first-makefile-for-compiling-gtk-or-any-apps</link>
		<comments>http://www.derekhildreth.com/blog/my-first-makefile-for-compiling-gtk-or-any-apps#comments</comments>
		<pubDate>Wed, 20 Jan 2010 03:40:03 +0000</pubDate>
		<dc:creator>SendDerek</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[My Interests]]></category>
		<category><![CDATA[WILT]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[first]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[makefile]]></category>
		<category><![CDATA[newbie]]></category>
		<category><![CDATA[wilt]]></category>

		<guid isPermaLink="false">http://www.derekhildreth.com/blog/?p=829</guid>
		<description><![CDATA[A Makefile provides an easy, fast way to compile an application that requires more than just a simple gcc myprogram.c -o myprogram command. For example, to compile a GTK+ app, the common, basic compile command is gcc -g -Wall myguiapp.c -o myguiapp -export-dynamic `pkg-config &#8211;cflags &#8211;libs gtk+-2.0`. It&#8217;s not terrible, but it would be a [...]]]></description>
		<wfw:commentRss>http://www.derekhildreth.com/blog/my-first-makefile-for-compiling-gtk-or-any-apps/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
