autoconf
[Top][All Lists]
Advanced

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

porting with autotools


From: Reuben Hawkins
Subject: porting with autotools
Date: Wed, 25 Aug 2010 19:25:36 -0700

Hi All,

I'm porting a large Windows toolkit to Linux, OSX, etc.  Is there a
tool which will walk my directory structure outputting Makefile.am in
each directory where needed?

If not, is there any reason to not write code to do just that?  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>

Any thoughts would be appreciated.

Thanks,
Reuben



reply via email to

[Prev in Thread] Current Thread [Next in Thread]