automake
[Top][All Lists]
Advanced

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

Re: Automake 1.4j: Release Candidate


From: Robert Boehne
Subject: Re: Automake 1.4j: Release Candidate
Date: Tue, 31 Jul 2001 15:19:04 -0500

Hello,

The current CVS Automake also causes 13 test failures in CVS Libtool
for (possibly) the same reason.

from CVS libtool/demo/Makefile.am

if BINARY_HELLDL
BUILD_helldl = helldl
else
BUILD_helldl = 
endif
bin_PROGRAMS = hell hell.static $(BUILD_helldl)
if BINARY_HELLDL

# Create a version of hell that does a preloaded dlopen.
helldl_SOURCES = dlmain.c
helldl_LDFLAGS = -export-dynamic -dlpreopen libhello.la
helldl_DEPENDENCIES = libhello.la

else

bin_SCRIPTS = helldl
# create a script that says that -dlopen is not supported
helldl:
        rm -f $@
        echo '#! /bin/sh' > $@
        echo '-dlopen is unsupported' >> $@
        chmod +x $@
endif


In the case where a binary helldl is needed, there is no rule
to make it.

Thanks,

Robert


"Lars J. Aas" wrote:
> 
> On Tue, Jul 31, 2001 at 12:36:35AM -0600, Tom Tromey wrote:
> : If serious problems aren't found within a reasonable amount of time,
> : I'll release it as 1.5.
> 
> Here's one.  The following Makefile.am doesn't generate any object
> dependencies.  $(libtest_a_OBJECTS) is always empty.
> 
>   Lars J
> 
>   ------------------------------------------------------------------------
> 
>    Makefile.amName: Makefile.am
>               Type: Plain Text (text/plain)
> 
>    configure.inName: configure.in
>                Type: Plain Text (text/plain)

-- 
Robert Boehne             Software Engineer
Ricardo Software   Chicago Technical Center
TEL: (630)789-0003 x. 238
FAX: (630)789-0127
email:  address@hidden



reply via email to

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