document fc module

This commit is contained in:
Radovan Bast 2015-06-04 21:23:35 +02:00
parent b5a6748626
commit d04a898ffe

View File

@ -5,10 +5,22 @@
# If environment variable FCFLAGS is set, then the FCFLAGS are used # If environment variable FCFLAGS is set, then the FCFLAGS are used
# and no other flags are used or appended. # and no other flags are used or appended.
# #
# Defines:: # Environment variables used::
#
# FCFLAGS
#
# CMake variables used::
#
# EXTRA_FCFLAGS
#
# CMake variables defined::
# #
# CMAKE_Fortran_MODULE_DIRECTORY (${PROJECT_BINARY_DIR}/include/fortran) # CMAKE_Fortran_MODULE_DIRECTORY (${PROJECT_BINARY_DIR}/include/fortran)
# #
# CMake variables modified::
#
# CMAKE_Fortran_FLAGS
#
# Example autocmake.cfg entry:: # Example autocmake.cfg entry::
# #
# [fc] # [fc]