Re: special dependencies

2009-12-22 Thread Ralf Wildenhues
Hello Martin, * Martin Kalbfuß wrote on Wed, Dec 23, 2009 at 04:42:18AM CET: > sklib_LIBRARIES = libsk.a > > libsk_a_SOURCES = \ > SKGeneral.mod \ > SKVideo.mod \ > SKVersion.mod \ > SKTime.mod > > sklib_HEADERS = \ > GeneralBase.def \ > SKGeneral.

special dependencies

2009-12-22 Thread Martin Kalbfuß
Hi, I've created the following Makefile.am SUFFIXES = .c .mod .o M2CFLAGS = \ -fcheck-all \ -funbounded-by-reference \ -Wpedantic \ -Wpedantic-param-names \ -Wpedantic-cast \ -fcpp sklibdir = $(libdir)/gm2/sk sklib_LIBRARIES = libsk.a libsk_a_S

Re: preserve Python directory hierarchy

2009-12-22 Thread Ralf Wildenhues
Hi Baurzhan, * Baurzhan Ismagulov wrote on Tue, Dec 22, 2009 at 08:00:13AM CET: > > Now, how can I exclude the source .py files from the installation? I've > tried nodist_nobase_python_PYTHON, but that doesn't seem to do what I > want. nodist_ is to avoid distribution, that is, `make dist' putti

Re: [PATCH 0/2] Re: ifdef expessions in Makefile.am

2009-12-22 Thread Paolo Bonzini
On 12/22/2009 09:38 AM, Joakim Tjernlund wrote: bonz...@gnu.org wrote on 22/12/2009 09:16:59: From: Paolo Bonzini Here is where I was at. After that it was not immediate how to use a tag-dependent cache variable. Strictly speaking however using a cache variable is not needed to make the PIC

Re: [PATCH 0/2] Re: ifdef expessions in Makefile.am

2009-12-22 Thread Joakim Tjernlund
bonz...@gnu.org wrote on 22/12/2009 09:16:59: > > From: Paolo Bonzini > > Here is where I was at. After that it was not immediate how to > use a tag-dependent cache variable. Strictly speaking however > using a cache variable is not needed to make the PIC test > overridable. > > The patch is qui

[PATCH 2/2] extract static flag detection

2009-12-22 Thread bonzini
From: Paolo Bonzini --- libltdl/m4/libtool.m4 | 398 +++-- 1 files changed, 286 insertions(+), 112 deletions(-) diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 index 0d01241..8cd33e4 100644 --- a/libltdl/m4/libtool.m4 +++ b/libltdl/m4/libt

[PATCH 1/2] split -Wl test

2009-12-22 Thread bonzini
From: Paolo Bonzini --- libltdl/m4/libtool.m4 | 242 - 1 files changed, 198 insertions(+), 44 deletions(-) diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 index 9abd147..0d01241 100644 --- a/libltdl/m4/libtool.m4 +++ b/libltdl/m4/libto

[PATCH 0/2] Re: ifdef expessions in Makefile.am

2009-12-22 Thread bonzini
From: Paolo Bonzini Here is where I was at. After that it was not immediate how to use a tag-dependent cache variable. Strictly speaking however using a cache variable is not needed to make the PIC test overridable. The patch is quite risky though. Paolo Paolo Bonzini (2): split -Wl test