<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/make</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 18 Jun 2013 16:01:01 GMT</pubDate>
<item>
<title>(Makefile) Template for perl module with debian package - VictorMoral</title>
<link>http://snipplr.com/view/70052/template-for-perl-module-with-debian-package/</link>
<description><![CDATA[ <p>This is the template for a basic project in Perl language with a minimal Debian package build.
I always use the I parameter with Perl for use the more updated version of the modules in the debug process.</p> ]]></description>
<pubDate>Fri, 22 Feb 2013 02:13:24 GMT</pubDate>
<guid>http://snipplr.com/view/70052/template-for-perl-module-with-debian-package/</guid>
</item>
<item>
<title>(Makefile) make Vars - beaknit</title>
<link>http://snipplr.com/view/49013/make-vars/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 15 Feb 2011 02:26:25 GMT</pubDate>
<guid>http://snipplr.com/view/49013/make-vars/</guid>
</item>
<item>
<title>(Makefile) Makefile for checking syntax of openFrameworks application - masahiroh</title>
<link>http://snipplr.com/view/39771/makefile-for-checking-syntax-of-openframeworks-application/</link>
<description><![CDATA[ <p>Path: /some/where/openFrameworks/apps/examples/myProject/src/Makefile</p> ]]></description>
<pubDate>Wed, 01 Sep 2010 04:53:02 GMT</pubDate>
<guid>http://snipplr.com/view/39771/makefile-for-checking-syntax-of-openframeworks-application/</guid>
</item>
<item>
<title>(Makefile) Makefile for ICL - mitry</title>
<link>http://snipplr.com/view/30252/makefile-for-icl/</link>
<description><![CDATA[ <p>ICL - Windows ICon Library</p> ]]></description>
<pubDate>Thu, 25 Mar 2010 05:28:38 GMT</pubDate>
<guid>http://snipplr.com/view/30252/makefile-for-icl/</guid>
</item>
<item>
<title>(Makefile) Makefile for DjVu - mitry</title>
<link>http://snipplr.com/view/30096/makefile-for-djvu/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 21 Mar 2010 17:11:01 GMT</pubDate>
<guid>http://snipplr.com/view/30096/makefile-for-djvu/</guid>
</item>
<item>
<title>(Makefile) Search For or Replace Spaces - michaelaskew</title>
<link>http://snipplr.com/view/26103/search-for-or-replace-spaces/</link>
<description><![CDATA[ <p>Make (and GMake) ignore spaces in many constructs, making it difficult to use a single space as a search string or a replacement string, for example. This trick works around the problem by assigning the space to a variable named SPACE and using that instead. So given this makefile:

    NOTHING:=
    SPACE:=$(NOTHING) $(NOTHING)
    NAME_WITH_UNDERSCORES:=$(subst $(SPACE),_,$(NAME))
    print : ; @echo $(NAME_WITH_UNDERSCORES)

The command

    gmake NAME="Professor Hubert Farnsworth"

would print

    Professor_Hubert_Farnsworth</p> ]]></description>
<pubDate>Thu, 07 Jan 2010 20:21:16 GMT</pubDate>
<guid>http://snipplr.com/view/26103/search-for-or-replace-spaces/</guid>
</item>
<item>
<title>(Makefile) Rule to Dump Any Makefile Variable - michaelaskew</title>
<link>http://snipplr.com/view/26102/rule-to-dump-any-makefile-variable/</link>
<description><![CDATA[ <p>This rule lets you print the contents of any variable for debugging purposes. Usage:

    > gmake echo_SOURCES
    SOURCES = main.c foo.c</p> ]]></description>
<pubDate>Thu, 07 Jan 2010 20:03:56 GMT</pubDate>
<guid>http://snipplr.com/view/26102/rule-to-dump-any-makefile-variable/</guid>
</item>
<item>
<title>(Makefile) Simple backup solution - brcha</title>
<link>http://snipplr.com/view/8891/simple-backup-solution/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 08 Oct 2008 08:40:53 GMT</pubDate>
<guid>http://snipplr.com/view/8891/simple-backup-solution/</guid>
</item>
</channel>
</rss>