<?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>Jan Varwig &#187; autotools</title>
	<atom:link href="http://jan.varwig.org/archive/tag/autotools/feed" rel="self" type="application/rss+xml" />
	<link>http://jan.varwig.org</link>
	<description>Somewhere between Hello World and HAL9000</description>
	<lastBuildDate>Wed, 17 Mar 2010 11:12:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Autotools?</title>
		<link>http://jan.varwig.org/archive/autotools</link>
		<comments>http://jan.varwig.org/archive/autotools#comments</comments>
		<pubDate>Thu, 07 Aug 2008 07:19:24 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[autotools]]></category>

		<guid isPermaLink="false">http://jan.varwig.org/?p=88</guid>
		<description><![CDATA[Why didn&#8217;t ANYONE notice how FUCKED UP this is:


  These factors led to the development of Automake. automake, like autoconf, is a program run by a developer. The developer writes files named Makefile.am; these use a simpler syntax than ordinary Makefiles. automake reads the Makefile.am files and produces Makefile.in files. The idea is that [...]]]></description>
			<content:encoded><![CDATA[<p>Why didn&#8217;t ANYONE notice how FUCKED UP this is:</p>

<blockquote>
  <p>These factors led to the development of Automake. automake, like autoconf, is a program run by a developer. The developer writes files named <code>Makefile.am</code>; these use a simpler syntax than ordinary <code>Makefile</code>s. automake reads the <code>Makefile.am</code> files and produces <code>Makefile.in</code> files. The idea is that a script generated by autoconf converts these <code>Makefile.in</code> files into <code>Makefile</code>s.</p>
</blockquote>

<p>&#8230; which are then read by <code>make</code> to run the compiler.</p>

<p>Seriously, if a build process needs 5 different programms in 3 different languages that, in part, generate each other, change the god damn build process to something simpler. So I don&#8217;t have to deal with this crap in 2008.</p>

<p>(from <a href="http://sources.redhat.com/autobook/autobook/autobook_10.html#SEC10">http://sources.redhat.com/autobook/autobook/autobook_10.html#SEC10</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://jan.varwig.org/archive/autotools/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
