Re: Static library naming

2012-10-03 Thread Peter Rosin
On 2012-10-02 16:37, Stefano Lattarini wrote: > Hi Peter, sorry again for the delay. > > On 09/26/2012 10:40 AM, Peter Rosin wrote: >> On 2012-09-25 21:33, Stefano Lattarini wrote: >>> [Dropping Automake-NG list, from the next reply] >>> >>> On 09/24/2012 10:51 AM, Peter Rosin wrote: [ME

Re: help to create automake

2012-10-03 Thread Rudra Banerjee
On Wed, 2012-10-03 at 17:53 +0200, Alberto Luaces wrote: > Well, I usually command my text editor to paste into the current file > the output of running 'ls src/*.c'. > That is exactly what I have done, I was just thinking of if I am doing it in a brute-force way. Thanks for clearing.

Including Shared Objects and header files

2012-10-03 Thread Sujit Devkar
Hi, I am trying to include .so file and header files provided by a hardware firmware using autotools. I have tried using AM_CPPFLAGS= -I/usr/abc/inc and AM_LDFLAGS= -L/usr/abc/lib, but I get these are directories as a warning. Also when I tried using AM_LDFLAGS= /usr/abc/lib/libsrl.so but I get

Re: help to create automake

2012-10-03 Thread Alberto Luaces
Rudra Banerjee writes: > Yes, > I got some site on non-recursive automake. > But I have one more queries: I have 100+ routine in src/. > Do I need to enter ALL of them manually as automake do not like > wildcards, or we have any shorter way? Well, I usually command my text editor to paste into t

Re: help to create automake

2012-10-03 Thread Ralf Corsepius
On 10/03/2012 05:29 PM, Rudra Banerjee wrote: Yes, I got some site on non-recursive automake. But I have one more queries: I have 100+ routine in src/. Do I need to enter ALL of them manually as automake do not like wildcards, or we have any shorter way? Yes, but where is the problem? You can e

Re: help to create automake

2012-10-03 Thread Rudra Banerjee
Yes, I got some site on non-recursive automake. But I have one more queries: I have 100+ routine in src/. Do I need to enter ALL of them manually as automake do not like wildcards, or we have any shorter way? On Wed, 2012-10-03 at 09:05 +0200, Alberto Luaces wrote: > Rudra Banerjee writes: > > >

Re: [Automake] Including Shared Objects and other files in Makefile.am

2012-10-03 Thread Peter Johansson
On 10/03/2012 02:15 PM, Sujit Devkar wrote: Dear Sir/Madam, I am working on a C++ project in which I am trying to use autotools to make my project easy to deploy. I have some .so files in a directory and some other files in different directory. Before using autotools, I had a shell script to i

Re: help to create automake

2012-10-03 Thread Alberto Luaces
Rudra Banerjee writes: > Dear Friends, > My Project has a structure > MAIN DIR > __|__ > | | > src/ main.c (and other .h file) > > Inside the src/ there are 100+ file, which will be linked to main.c to > creat

[Automake] Including Shared Objects and other files in Makefile.am

2012-10-03 Thread Sujit Devkar
Dear Sir/Madam, I am working on a C++ project in which I am trying to use autotools to make my project easy to deploy. I have some .so files in a directory and some other files in different directory. Before using autotools, I had a shell script to include files using options [ I ] and [ L ] a