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.
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
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
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
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
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
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
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