automake
[Top][All Lists]
Advanced

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

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


From: Braden McDaniel
Subject: "files left in build directory after distclean" using subdir-objects
Date: Sat, 06 Oct 2007 14:18:51 -0400

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 \
                -I$(top_builddir)/lib/gtkglext/gdk \
                -I$(top_builddir)/src/libopenvrml \
                -I$(top_srcdir)/src/libopenvrml \
                -I$(top_builddir)/src/libopenvrml-gl \
                -I$(top_srcdir)/src/libopenvrml-gl \
                -I$(mozincludedir) \
                -DGTK_DISABLE_DEPRECATED
        openvrml_xembed_openvrml_xembed_CXXFLAGS = \
                $(PTHREAD_CFLAGS) \
                $(GTK_CFLAGS) \
                $(GL_CFLAGS)
        openvrml_xembed_openvrml_xembed_SOURCES = \
                openvrml-xembed/main.cpp \
                openvrml-xembed/command_istream.cpp \
                openvrml-xembed/plugin_streambuf.cpp \
                openvrml-xembed/gtkvrmlbrowser.cpp
        openvrml_xembed_openvrml_xembed_LDFLAGS = $(OPENVRML_RPATH) $(GTK_LIBS)
        openvrml_xembed_openvrml_xembed_LDADD = \
                libopenvrml-gl/libopenvrml-gl.la \
                libopenvrml/libopenvrml.la \
                $(top_builddir)/lib/gtkglext/gtk/libgtkglext-x11-1.0.la \
                $(top_builddir)/lib/gtkglext/gdk/libgdkglext-x11-1.0.la

When I run "make dist", I get:

        make[2]: Leaving directory 
`/home/braden/src/openvrml/openvrml.nonrecursive/build/openvrml-0.16.6/_build'
        rm -f config.status config.cache config.log configure.lineno 
config.status.lineno
        rm -f Makefile
        ERROR: files left in build directory after distclean:
        ./src/openvrml-xembed/.libs/openvrml-xembed
        make[1]: *** [distcleancheck] Error 1

I am using Automake 1.10.

Might I be tripping over some bug that occurs when the subdirectory name
is the same as the built executable?

-- 
Braden McDaniel                           e-mail: <address@hidden>
<http://endoframe.com>                    Jabber: <address@hidden>






reply via email to

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