[geos-devel] Re: [postgis-devel] Re: CVS to SVN move

Mateusz Loskot mateusz at loskot.net
Thu Jul 27 02:15:49 EDT 2006


Charlie Savage wrote:
> How would you do that in automake?

I think it should be possible to exclude swig directory in make targets
optionally. This ex/inclusion decision can be made up by ./configure,
depending on user's choice.

The idea is to exclude swig directory from SUBDIRS macro in the main
Makefile.am if user does not want to build SWIG wrappers.
It can be achieved using AM_CONDITIONAL macro or other techniques of
handling conditional subdirectories in automake:

http://sources.redhat.com/automake/automake.html#Conditional-Subdirectories

Best regards
-- 
Mateusz Loskot
http://mateusz.loskot.net



More information about the geos-devel mailing list