automake for fortran with modules

2015-01-27 Thread Rudra Banerjee
Hi, I am trying to write a automake file for fortran. The project contains module. So, a output of makedepf90 (http://personal.inet.fi/private/erikedelmann/makedepf90/) gives: $ makedepf90 *.f90 constants.o : constants.f90 init.o : init.f90 util.o constants.o mainmodule.o main.o : main.f90

subscription issue

2013-08-08 Thread Rudra Banerjee
Hello, I am a subscriber of this list, but there is no post delevered in my account. I also get a automake bounce notice, as Your membership in the mailing list Automake has been disabled due to excessive bounces ... I tried to reply the mail as directed on the same day, but got: - Results:

non-recursive automake with make 3.81,automake-1.10

2013-07-26 Thread Rudra Banerjee
Hello friends, In my laptop, I can very well use autotools with the following Makefile.am : bin_PROGRAMS = scasr scasr_SOURCES = src/main.f90\ src/constants.f90 src/environment.f90 src/util.f90 \ src/init.f90 src/constants.o : src/constants.f90

automake with fortran

2013-07-25 Thread Rudra Banerjee
Hello friends, I am facing a small problem when trying to build my code with autotools. My file structure is: $ tree . |-- configure.ac |-- Makefile.am `-- src |-- constants.f90 |-- environment.f90 |-- init.f90 |-- main.f90 `-- util.f90 (deleted possibly unnecessary lines) and

warning with help/Makefile

2013-01-31 Thread Rudra Banerjee
Hello friends, While trying to complie a package, automake gives a lot of Warning about gnome-doc-utils.make. It looks like: $ autoreconf --install gnome-doc-utils.make:74: warning: if $(DOC_H_FILE: non-POSIX variable name gnome-doc-utils.make:74: (probably a GNU make extension)

apt-get/yum like dependency installation in autotool

2012-10-23 Thread Rudra Banerjee
Dear friends, I don't  know if this is asking too much from autotools, but is it anyway possible to install missing dependency files via autotools? say, in my program, I use libsoup as #include libsoup/soup.h is it possible for autotools to install libsoup if it is missing?

Re: apt-get/yum like dependency installation in autotool

2012-10-23 Thread Rudra Banerjee
Hmm, looks like no way (yet)! On Tue, 2012-10-23 at 11:29 -0600, Eric Blake wrote: On 10/23/2012 11:19 AM, Dan Kegel wrote: On Tue, Oct 23, 2012 at 9:05 AM, Rudra Banerjee bnrj.ru...@yahoo.com wrote: I don't know if this is asking too much from autotools, but is it anyway possible

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

help to create automake

2012-10-02 Thread Rudra Banerjee
 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 create the executable.

help to create automake

2012-10-02 Thread Rudra Banerjee
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 create the executable. So, there will be *NO*

help to create automake

2012-10-02 Thread Rudra Banerjee
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 create the executable. So, there will be *NO*