<?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>无人喝彩Beta &#187; makefile</title>
	<atom:link href="http://kmlzkma.com/archives/tag/makefile/feed" rel="self" type="application/rss+xml" />
	<link>http://kmlzkma.com</link>
	<description>每个人都在各自的空间里狂悲狂喜，依旧无人喝彩。</description>
	<lastBuildDate>Fri, 23 Apr 2010 07:21:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>我的erlang的makefile模板</title>
		<link>http://kmlzkma.com/archives/471</link>
		<comments>http://kmlzkma.com/archives/471#comments</comments>
		<pubDate>Thu, 03 Dec 2009 11:57:33 +0000</pubDate>
		<dc:creator>kmlzkma</dc:creator>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[erlang]]></category>
		<category><![CDATA[makefile]]></category>

		<guid isPermaLink="false">http://kmlzkma.com/?p=471</guid>
		<description><![CDATA[目前还不支持文件夹的遍历，只能一个一个写上去。 .SUFFIXES: .erl .beam .erl.beam: erlc ${ERLC_FLAGS} $]]></description>
			<content:encoded><![CDATA[<p>目前还不支持文件夹的遍历，只能一个一个写上去。</p>
<p><code lang="make"><br />
.SUFFIXES: .erl .beam</p>
<p>.erl.beam:<br />
	erlc ${ERLC_FLAGS} $<</p>
<p>SOURCES = ${wildcard src/api/twitter/*.erl} ${wildcard src/ui/*.erl}<br />
BINS = bin<br />
INCLUDES = include<br />
ERLC_FLAGS = -W -I ${INCLUDES} -o ${BINS}</p>
<p>all: compile</p>
<p>compile:  initDirs ${SOURCES:%.erl=%.beam}</p>
<p>initDirs:<br />
	mkdir -p bin</p>
<p>test: compile<br />
	erl -noshell -pa $(BINS) -s client test -s init stop<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://kmlzkma.com/archives/471/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
