the game:
---------

 provided utilities are a set of tools for parsing c code
 and automatic generation of necessary header files

 the idea is to not write #include... lines and header files
 with function declarations etc., just write functions and
 everything else leave to a machine, this means more sex and
 less work for you

 this whole thing is designed to be used in bigger projects
 and it is tested on a middle-size project

 included utilities are not correct parsers of c code just 
 simple heuristics ...

install:
--------

 > configure
 > cd build
 > make install

 alternatively:

 > configure --prefix=/path/to/install/directory
 or
 > configure /path/to/install/directory

copyleft:
---------

 this is GPL copylefted (dummies and lawyers should visit
 http://www.fsf.org and search GPL)