This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

F90 vs. F77


I have a program with pure f90 as such I have defined the variables FC
and FCFLAGS in my configure.in, but I don't define F77.  When I look at
my makefile.in, I see this as my target for the .o files:

.f90.o:
      $(F77COMPILE) -c -o $@ $<

This fails because I don't have F77 defined.  I've seen old emails about
this, but from them, I am unclear what the resolution is.  Why don't f90
files use FC?  

I am using automake version 1.8.2

Scott



-- 
Scott Kruger 			  
 Tech-X Corporation                     	kruger@txcorp.com 
 5621 Arapahoe Avenue, Suite A  		Phone: (720) 974-1841
 Boulder, CO 8030     	 			Fax:   (303) 448-7756



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]