Re: "files left in build directory after distclean" using subdir-objects

2007-10-08 Thread Braden McDaniel
On Mon, 2007-10-08 at 08:51 +0200, Ralf Wildenhues wrote: [snip] > Thanks for the report. This should be fixed by the change from > 2007-08-16, which will be in Automake 1.11 and 1.10.1. If you like, > you can try CVS Automake to confirm this. Looks promising. Thanks! -- Braden McDaniel

Re: "files left in build directory after distclean" using subdir-objects

2007-10-08 Thread Ralf Wildenhues
Hello Braden, * Braden McDaniel wrote on Sat, Oct 06, 2007 at 08:18:51PM CEST: > src/Makefile.am has the following: > > if ENABLE_XEMBED > libexec_PROGRAMS = openvrml-xembed/openvrml-xembed > endif [...] > When I run "make dist", I get: > > make[2]: Leaving direct

Re: "files left in build directory after distclean" using subdir-objects

2007-10-07 Thread Braden McDaniel
On Sun, 2007-10-07 at 18:06 -0400, Braden McDaniel wrote: > On Sun, 2007-10-07 at 16:41 -0400, Braden McDaniel wrote: > > [snip] > > > I have successfully configured > > OpenVRML using the MacPorts toolchain (which it sounds like you might > > also be using) with the following options: > > > >

Re: "files left in build directory after distclean" using subdir-objects

2007-10-07 Thread Braden McDaniel
On Sun, 2007-10-07 at 16:41 -0400, Braden McDaniel wrote: [snip] > I have successfully configured > OpenVRML using the MacPorts toolchain (which it sounds like you might > also be using) with the following options: > > $ ../configure -C --prefix=$HOME --disable-static --enable-gtk-doc >

Re: "files left in build directory after distclean" using subdir-objects

2007-10-07 Thread Braden McDaniel
On Sun, 2007-10-07 at 18:59 +0200, Benoit SIGOURE wrote: > On Oct 7, 2007, at 7:36 AM, Braden McDaniel wrote: > > > On Sat, 2007-10-06 at 14:18 -0400, Braden McDaniel wrote: > > > > [snip] > > > >> Might I be tripping over some bug that occurs when the > >> subdirectory name > >> is the same as

Re: "files left in build directory after distclean" using subdir-objects

2007-10-07 Thread Benoit SIGOURE
On Oct 7, 2007, at 7:36 AM, Braden McDaniel wrote: On Sat, 2007-10-06 at 14:18 -0400, Braden McDaniel wrote: [snip] Might I be tripping over some bug that occurs when the subdirectory name is the same as the built executable? The addition of CLEANFILES = openvrml-xembed/.libs/ope

Re: "files left in build directory after distclean" using subdir-objects

2007-10-06 Thread Braden McDaniel
On Sat, 2007-10-06 at 14:18 -0400, Braden McDaniel wrote: [snip] > Might I be tripping over some bug that occurs when the subdirectory name > is the same as the built executable? The addition of CLEANFILES = openvrml-xembed/.libs/openvrml-xembed has worked around the problem. Suboptima

"files left in build directory after distclean" using subdir-objects

2007-10-06 Thread Braden McDaniel
src/Makefile.am has the following: if ENABLE_XEMBED libexec_PROGRAMS = openvrml-xembed/openvrml-xembed endif openvrml_xembed_openvrml_xembed_CPPFLAGS = \ -I$(top_srcdir)/lib/gtkglext \ -I$(top_builddir)/lib/gtkglext \