Hey Boris,

On 13/03/2008, Boris Kolpackov <[EMAIL PROTECTED]> wrote:

> BTW, if you make swig build by default (and that's what what
>  happens if you add it to SUBDIRS in top-level Makefile.am), you
>  need to make sure that all other build targets are also implemented.
>  These include 'all', 'clean', 'distclean', 'install', and 'dist'.
>  Normally, automake takes care of this but since you use a different
>  build system (Makefile.PL), you will need to make sure that these
>  targets are implemented properly.

Since I am not wanting to make the components in swig/ by default, is
this still important? There would be problems with the 'all' target -
right now it means 'make perl', but later with more target languages
it wouldn't make sense, so why implement it now? 'dist' and 'install'
are the same, but 'clean', and 'distclean' are useful and I will
implement them regardless.

Cheers, jas.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to