ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/compilers.mk
(Generate patch)

Comparing COMP/SCRAM/src/compilers.mk (file contents):
Revision 1.6 by williamc, Fri Mar 26 15:14:37 1999 UTC vs.
Revision 1.7 by williamc, Tue Mar 30 13:44:00 1999 UTC

# Line 17 | Line 17
17   CXX=CC
18   CXXDebugFlag=-g
19   FCDebugFlag=-g
20 + FC:=f77
21  
22   ArchiveSuffix = a
23   ArchiveTool = ar -rc $@ $^
# Line 79 | Line 80 | ifdef f77
80   extralib+=g2c m
81   endif
82   endif
83 +
84 + #----------------------------------------------
85 + # GNU g77 Fortran compiler
86 + #----------------------------------------------
87 + ifeq ($(F77compiler),g77)
88 + FC:=g77
89 + endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines