Re: [E-devel] Top Level Makefile

2008-08-10 Thread Gustavo Sverzut Barbieri
On Sun, Aug 10, 2008 at 4:33 PM, Vikram Noel Ambrose <[EMAIL PROTECTED]> wrote: > This is another updated version :) v0.3 > > Changes: > 1. Added make %.reconf rule for reconfiguring a package > 2. Moved _srcdir path generation into configure.ac > 3. Added a few more libs and apps to build, includi

Re: [E-devel] Top Level Makefile

2008-08-10 Thread Vikram Noel Ambrose
This is another updated version :) v0.3 Changes: 1. Added make %.reconf rule for reconfiguring a package 2. Moved _srcdir path generation into configure.ac 3. Added a few more libs and apps to build, including e itself Defaults to throwing all build out to /dev/null Please let me know if it wor

Re: [E-devel] Top Level Makefile

2008-08-09 Thread Vikram Noel Ambrose
Gustavo Sverzut Barbieri wrote: > On Sat, Aug 9, 2008 at 2:25 AM, Vikram Noel Ambrose > <[EMAIL PROTECTED]> wrote: > >> Here is a little Makefile i wrote really quickly to build the basic libs >> from the help page >> http://wiki.enlightenment.org/index.php/E17_User_Guide/Installing_Using_CVS >>

Re: [E-devel] Top Level Makefile

2008-08-09 Thread Gustavo Sverzut Barbieri
On Sat, Aug 9, 2008 at 2:25 AM, Vikram Noel Ambrose <[EMAIL PROTECTED]> wrote: > Here is a little Makefile i wrote really quickly to build the basic libs > from the help page > http://wiki.enlightenment.org/index.php/E17_User_Guide/Installing_Using_CVS > > Pretty simple except for the chain rule bi

[E-devel] Top Level Makefile

2008-08-08 Thread Vikram Noel Ambrose
Here is a little Makefile i wrote really quickly to build the basic libs from the help page http://wiki.enlightenment.org/index.php/E17_User_Guide/Installing_Using_CVS Pretty simple except for the chain rule bit. It would be nice to have something like this in the trunk for the n00b to use whe