Re: porting with autotools

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 26 Aug 2010, at 09:25, Reuben Hawkins wrote:
> I was
> thinking output a Makefile.am in each dir which has source in this
> format...
> 
> noist_LTLIBRARIES = lib<dir_name>.la
> 
> lib<dir_name>_la_SOURCES = <source files in this directory>

func_output ()
{
   dirname=`echo "$1" | sed 's,^.*/,,g'`
   sources=*.c

   cat > Makefile.am <<EOF
noinst_LTLIBRARIES=lib$dirname.la

lib${dirname}_la_SOURCES = $sources
EOF
}

find . -type d -exec func_output {} \;

> Any thoughts would be appreciated.

Don't know whether it's sensible without more context, but the code
above is probably close to what you asked for :)

Cheers,
-- 
Gary V. Vaughan (gary@xxxxxxx)

Attachment: PGP.sig
Description: This is a digitally signed message part

_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux