# fgenrc template (inline comments forbidden)
# $Id: template,v 1.1 1998/03/22 21:59:30 ber Exp $

[fc]

# name of the company producing the compiler if implemented
# specials currently implemented: cray
vendor =

# name of the Fortran compiler
fc = 

# default compiler flags
fflags = 

# compiler flags for debugging
dbg = 

# compiler flags for profiling
pro = 

# compiler flags for optimization
opt = 

# suffixes for include files (like .SUFFIXES in the makefile)
suffixes =

#==============================================================================

[cc]

# name of the C compiler
cc = 

# default compiler flags
ccflags = 

# compiler flags for debugging
dbg = 

# compiler flags for profiling
pro = 

# compiler flags for optimization
opt = 

#==============================================================================

[ld]

# name of the linker/loader
ld = 

# default linker/loader flags
ldflags = 

# linker/loader flags for debugging
dbg = 

# linker/loader flags for profiling
pro = 

# linker/loader flags for optimization
opt = 

# additional library paths
libdirs = 

# additional libraries
libs = 

#==============================================================================

[ar]

# default archiver flags
arflags = -r

#==============================================================================

[fpp]

# name of the preprocessor
fpp = 

# default preprocessor flags
fppflags = 

#==============================================================================

[make]

# name of the makefile
makefile = 

# name of the file containing all dependencies
depsfile = 

# name of the file containing all objects definitions
objsfile = 

# max. simultaneous parallel make jobs
maxjobs = 

# max. load average limit for spwawning new make jobs
maxload = 

# where to install the library
libdir = /usr/local/lib

# where to install the executable
bindir = 

#==============================================================================

[html]

# html output directory
dir = 

# color for anchors
c_anchors = 

# color for comments
c_comments = 

# color for strings
c_strings = 

# color for Fortran intrinsics 
c_intrinsics = 

# color for Fortran blocks
c_blocks = 
