lw-build-system/skel
Laurence Withers 7a4adc3550 Add build.header.c
A new module type for creating just a header file. This is useful for e.g.
shared interfaces and so on which are not backed by a library.
2011-04-07 15:17:51 +00:00
..
scripts Add build.header.c 2011-04-07 15:17:51 +00:00
.gitignore Add vim swap files to default gitignore 2008-03-06 23:56:15 +00:00
COPYING Switch to GPLv3 2007-10-14 10:31:40 +00:00
README Big copyright update 2010-11-25 15:32:52 +00:00
config Big copyright update 2010-11-25 15:32:52 +00:00
make.sh Big copyright update 2010-11-25 15:32:52 +00:00
run-test.sh Big copyright update 2010-11-25 15:32:52 +00:00
version Big copyright update 2010-11-25 15:32:52 +00:00

README

@P@
========================================================================
Copyright: ©@YEAR@, @COPYRIGHT@
Author: @AUTHOR@ <@EMAIL@>
License: GPLv3

See file COPYING for detail license information.

Really Quick Instructions
-------------------------

To build: ./make.sh
To install: ./make.sh install

You might want to edit 'config' first. You might also want to set
'INSTALL_PREFIX', which is prepended onto the destination of any
installed file.

@TODO@