<?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> &#187; LUA</title>
	<atom:link href="http://www.kim-herzig.de/tag/lua/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kim-herzig.de</link>
	<description>Kim Herzig &#124; Software Engineering Chair &#124; Saarland University</description>
	<lastBuildDate>Sat, 05 May 2012 18:14:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>LUA Make (Bachelor Thesis)</title>
		<link>http://www.kim-herzig.de/2009/04/05/lua-make-bachelor-thesis/</link>
		<comments>http://www.kim-herzig.de/2009/04/05/lua-make-bachelor-thesis/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 18:54:05 +0000</pubDate>
		<dc:creator>kim</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[LUA]]></category>
		<category><![CDATA[MAKE]]></category>

		<guid isPermaLink="false">http://localhost:8888/wordpress/?p=88</guid>
		<description><![CDATA[Make as a tool to control the software build process was introduced in 1979 and since then is the predominant tool for this task. Unlike then, software projects today are usually spread over multiple directories — a situation for which Make was not designed. As a consequence, the current practice of using Make recursively leads [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Make as a tool to control the software build process was introduced in 1979 and since then is the predominant tool for this task. Unlike then, software projects today are usually spread over multiple directories — a situation for which Make was not designed. As a consequence, the current practice of using Make recursively leads to problems: incomplete dependency speciﬁcations cause builds to fail or to contain subtle errors. This thesis analyzes the problem and derives from it a prototype for a new build tool called LUA Make. The result is an extensible build tool that uses a single, complete dependency graph and oﬀers new abstractions: functions, close interaction between makeﬁle and shell scripts, and scopes. Building open-source projects with LUA Make showed that the concepts and ideas behind LUA Make are capable to handle large software build processes, independent from the structure of the pro ject. We are thus conﬁdent that ideas explored in this thesis point into the right direction.</p>
<h4>Reference</h4>
<div>[2005]&nbsp;K. Herzig, &quot;LUA Make &#8211; Bachelor&#8217;s thesis, Department of Computer Science, Saarland University, Saarbrücken, Germany&quot;, , 2005.&nbsp;</div>
<h4>BibTeX Entry</h4>
<pre class="bibtexentry">@thesis{herzig-bachelor-luamake-2005,<br/> author = "Kim Herzig",<br/> title = "LUA Make - Bachelor's thesis, Department of Computer Science, Saarland University, Saarbrücken, Germany",<br/> month = "December",<br/> year = "2005"
}</pre>
<p>	&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kim-herzig.de/2009/04/05/lua-make-bachelor-thesis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.kim-herzig.de @ 2012-05-20 06:25:40 -->
