On Sat, Jul 30, 2005 at 03:26:43PM +0200, Thomas Degris wrote:
> lib_LTLIBRARIES = libtoto.la
>
> dist_libtoto_la_SOURCES = src/toto.stc
> libtoto_la_SOURCES =src/toto01.cxx src/toto02.cxx src/toto.cpp
>
> %.cxx: src/diary.xml
>
> src/diary.xml: src/toto.stc
>gencxx src/toto.stc
>
> The pro
Hello,
I am trying to build a libtool library that is build from a bunch of
generated source files (with a .cxx extension) and a bunch of
distributed source files (with a .cpp extension). Until now, I have
added only one of the generated cxx files in the BUILD_SOURCE so the cxx
files were fir
On Fri, Jul 29, 2005 at 07:11:05AM +0200, Stepan Kasal wrote:
> Hi,
> this is an Automake question, so please let's move to the Automake list.
>
> On Fri, Jul 29, 2005 at 02:47:15AM +, Harlan Stenn wrote:
> > I have a distro that contains optionally-built subdirs.
> > I have found that I mus
Patrik Jonsson wrote:
> I'm trying to convert my little project to autotools, and I'm running
> into the problem that under AIX, to make a 64-bit library, you need to
> pass -X64 as an option to ar. I've tried setting libmcrx_a_AR =
> something, ARFLAGS =something and AR =something in the Makefile