Re: Option no-gzip

2002-07-29 Thread BERTRAND Joël
Bruce Korb wrote: > Robert Collins wrote: > >>On Sat, 2002-07-27 at 02:25, Bruce Korb wrote: >> >>>Akim Demaille wrote: >>> Would that be accepted? For some of my projects, I don't need nor want the .gz, I just want the .bz2. >>> >>>If you are going to parameterize it at all, then parame

Building library

2002-04-05 Thread BERTRAND Joël
Hello, I'm working on a big project which contains a executable program and two libraries (static and dynamic). Thus, I have written in Makefile.am : bin_PROGRAMS = rpl lib_LTLIBRARIES = librpl.la ... rpl_SOURCES = $(SRCC) $(SRCH) $(SRCF) $(INIT_EXE) rpl_LDFLAGS = -rdynamic l

Re: How to force a compilation ?

2002-02-14 Thread BERTRAND Joël
Alexandre Duret-Lutz wrote: "bj" == bj Joël <[EMAIL PROTECTED]> writes: > > [...] > > bj> rpl.o is built from rpl.c and rpl.h. But I would recompile this file > bj> when "make" is done (even if rpl.o is up to date, because the gcc > bj> command line contains "-Ddate=..." which change

Re: How to force a compilation ?

2002-02-14 Thread BERTRAND Joël
Alexandre Duret-Lutz wrote: >>>>"bj" == BERTRAND Joël <[EMAIL PROTECTED]> writes: >>>> > > [...] > > bj> It works fine. But, when I run "make", a file named rpl.c must > bj> be recompiled. How can I do that ? > > Wh

How to force a compilation ?

2002-02-13 Thread BERTRAND Joël
Hello, I'm working on a big project which uses automake/autoconf (http://rpl2.free.fr). I have written in src/Makefile.am : SRCC=\ algebre_lineaire1.c\ algebre_lineaire2.c\ algebre_lineaire3.c\ ... SRCF=\ arithmetique.f\ bibliotheque_logarithmiq