Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libmtime
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
icon-libraries
libmtime
Merge requests
!70
Clean up the repository
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Clean up the repository
clean-up
into
master
Overview
1
Commits
6
Pipelines
1
Changes
10
Merged
Sergey Kosukhin
requested to merge
clean-up
into
master
3 months ago
Overview
1
Commits
6
Pipelines
1
Changes
10
Expand
A minor clean-up of the repository:
remove the seemingly stale
NEWS
file;
remove the seemingly obsolete
pfunit
directory;
make the list of authors a markdown file for consistency and reference it in
README.md
;
fix up
REUSE.toml
.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
f5799e31
6 commits,
3 months ago
10 files
+
15
−
277
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
pfunit/tests/GNUmakefile deleted
100644 → 0
+
0
−
24
Options
# Copyright (c) 2013-2024 MPI-M, Luis Kornblueh, Rahul Sinha and DWD, Florian Prill. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
.PHONY
:
clean tests
SRCS
=
$(
wildcard
*
.pf
)
OBJS
=
$(
SRCS:.pf
=
$(
OBJ_EXT
))
tests
:
$(OBJS)
testSuites.inc
:
$(SRCS)
FFLAGS
+=
-I
$(
SRC_DIR
)
-I
$(
PFUNIT
)
/mod
%.F90
:
%.pf
$(
PFUNIT
)
/bin/pFUnitParser.py
$<
$@
%$(OBJ_EXT)
:
%.F90
$(
F90
)
-c
$(
FFLAGS
)
$<
clean
:
$(
RM
)
*
.o
*
.mod
Loading