-
Notifications
You must be signed in to change notification settings - Fork 0
/
deplist.config.in
24 lines (24 loc) · 1.11 KB
/
deplist.config.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# ICON
#
# ------------------------------------------
# Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
# Contact information: icon-model.org
# See AUTHORS.TXT for a list of authors
# See LICENSES/ for license information
# SPDX-License-Identifier: BSD-3-Clause
# ------------------------------------------
--check-colour red
# Check whether the dependency graph is acyclic:
--check-cycles
# Check that each Fortran module is defined:
--check-exists-prereq *.@[email protected] *.@OBJEXT@ *.pp-modstamp.f90
# Check that each Fortran module is defined only once:
--check-unique-prereq *.@[email protected] *.@OBJEXT@ *.pp-modstamp.f90
# Check that each Fortran submodule is defined:
--check-exists-prereq *.@[email protected] *.@OBJEXT@ *.pp-modstamp.f90
# Check that each Fortran submodule is defined only once:
--check-unique-prereq *.@[email protected] *.@OBJEXT@ *.pp-modstamp.f90
# Check that every Fortran module stamp file can be produced from a source file:
--check-exists-prereq *.pp-modstamp.f90 *.f90
# Check that all object files have unique basenames:
--check-unique-basename *.@OBJEXT@