Re: automake with fortran

2013-07-26 Thread Fabrício Zimmerer Murta
makefile is particularly irrelevant when you try make -j as it will try to perform the rules a time as far as their dependencies are met. - fabricio -Original Message- From: Rudra Banerjee Sent: Friday, July 26, 2013 5:23 AM To: FabrícioZimmerer Murta Cc: automake@gnu.org Subject:

Re: automake with fortran

2013-07-26 Thread Rudra Banerjee
But even then, do src/Makefile.am is happy with any order of the source file or you have to keep the order manually? On Thu, 2013-07-25 at 14:11 -0300, Fabrício Zimmerer Murta wrote: > I implemented GNU Build System on a fortran project I work with.. > > I've created a 'Makefile.am' inside src/ (

Re: automake with fortran

2013-07-25 Thread Fabrício Zimmerer Murta
I implemented GNU Build System on a fortran project I work with.. I've created a 'Makefile.am' inside src/ (src/Makefile.am) thus my PACKAGE_ROOT/Makefile.am has a 'SUBDIRS=src'. This will make 'GNU Make' to chdir into src/ dir and the created modules works just fine. I think this 'subdirs' a