Login / Register


Share Snipplr


Welcome To Snipplr


Everyone's Recent Makefile Snippets



« Prev 1 Next »
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.
0 727 posted 11 years ago by VictorMoral
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...
1 773 posted 14 years ago by michaelaskew
This rule lets you print the contents of any variable for debugging purposes. Usage: > gmake echo_SOURCES SOURCES = main.c foo.c
1 725 posted 14 years ago by michaelaskew
0 720 posted 15 years ago by brcha
« Prev 1 Next »