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

install per target ....

2007-10-06 Thread Roberto Alejandro Espí Muñoz
I have 4 targets defined in my program. Three are binaries and one is a library. One of those programs depends on the library being built and installed in it's proper location in the system with it's corredpondant header files. When I try to issue "make install libprogram.la" for example, it exp

"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 \