mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
37 lines
416 B
Plaintext
37 lines
416 B
Plaintext
# Fortran dependency scanner dictionary
|
|
|
|
# Module dependency statements
|
|
"module "
|
|
"submodule "
|
|
"end module"
|
|
"use "
|
|
"use, intrinsic ::"
|
|
"only:"
|
|
"include "
|
|
"#include "
|
|
|
|
# Submodule parent syntax
|
|
"submodule ("
|
|
")"
|
|
":"
|
|
|
|
# Preprocessor directives the scanner tracks
|
|
"#define"
|
|
"#undef"
|
|
"#ifdef"
|
|
"#ifndef"
|
|
"#if defined"
|
|
"#elif"
|
|
"#else"
|
|
"#endif"
|
|
|
|
# Fixed-form and continuation punctuation
|
|
"&"
|
|
"!"
|
|
"c "
|
|
"*"
|
|
"'"
|
|
"\""
|
|
";"
|
|
"::"
|