Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
yaxt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
dkrz-sw
yaxt
Commits
8430e90f
Commit
8430e90f
authored
4 months ago
by
Thomas Jahns
Browse files
Options
Downloads
Patches
Plain Diff
build system: clean up NEC compiler report files.
parent
04b91920
No related branches found
Branches containing commit
No related tags found
1 merge request
!31
Draft: Attempt at fuller exchanger interface
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
examples/Makefile.am
+4
-1
4 additions, 1 deletion
examples/Makefile.am
perf/Makefile.am
+4
-1
4 additions, 1 deletion
perf/Makefile.am
src/Makefile.am
+4
-1
4 additions, 1 deletion
src/Makefile.am
tests/Makefile.am
+3
-1
3 additions, 1 deletion
tests/Makefile.am
with
15 additions
and
4 deletions
examples/Makefile.am
+
4
−
1
View file @
8430e90f
...
...
@@ -102,7 +102,10 @@ FCCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=FC $(AM_LIBTOOLFLAGS) \
$(
LIBTOOLFLAGS
)
--mode
=
compile
$(
FC
)
-static
$(
AM_FCFLAGS
)
$(
FCFLAGS
)
clean-local
:
-
rm
-f
*
.i
*
.dbg
-
rm
-f
*
.i ??????????.dbg
\
`
printf
"%s
\n
"
$(
SOURCES
)
\
|
$(
SED
)
-n
-e
's/\(.*\/\)\{0,1\}\(.*\)\.c$$/\2.L/p'
\
-e
's/\(.*\/\)\{0,1\}\(.*\)\.f90$$/\2.L/p'
`
-
rm
-rf
*
.dSYM
# When an out-of-source build takes place, the 'distclean' recipe of the
...
...
This diff is collapsed.
Click to expand it.
perf/Makefile.am
+
4
−
1
View file @
8430e90f
...
...
@@ -93,7 +93,10 @@ FCCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=FC $(AM_LIBTOOLFLAGS) \
$(
LIBTOOLFLAGS
)
--mode
=
compile
$(
FC
)
-static
$(
AM_FCFLAGS
)
$(
FCFLAGS
)
clean-local
:
-
rm
-f
*
.
$(
FCMODEXT
)
i.
*
.L
*
.i
*
.dbg
-
rm
-f
*
.
$(
FCMODEXT
)
i.
*
.L
*
.i ??????????.dbg
\
`
printf
"%s
\n
"
$(
SOURCES
)
\
|
$(
SED
)
-n
-e
's/\(.*\/\)\{0,1\}\(.*\)\.c$$/\2.L/p'
\
-e
's/\(.*\/\)\{0,1\}\(.*\)\.f90$$/\2.L/p'
`
-
rm
-rf
*
.dSYM
# When an out-of-source build takes place, the 'distclean' recipe of the
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.am
+
4
−
1
View file @
8430e90f
...
...
@@ -362,7 +362,10 @@ xtinclude_Makefile.inc: Makefile
all-local
:
xtinclude_Makefile.inc
clean-local
:
-
rm
-f
*
.
$(
FCMODEXT
)
i.
*
.L
*
.i
*
.dbg
*
.tmp
-
rm
-f
*
.
$(
FCMODEXT
)
i.
*
.L
*
.i
*
.dbg
*
.tmp
\
`
printf
"%s
\n
"
$(
SOURCES
)
\
|
$(
SED
)
-n
-e
's/\(.*\/\)\{0,1\}\(.*\)\.c$$/\2.L/p'
\
-e
's/\(.*\/\)\{0,1\}\(.*\)\.f90$$/\2.L/p'
`
# When an out-of-source build takes place, the recipe of the rule expects that
...
...
This diff is collapsed.
Click to expand it.
tests/Makefile.am
+
3
−
1
View file @
8430e90f
...
...
@@ -379,7 +379,9 @@ if with_fortran
endif
clean-local
:
-
rm
-f
*
.
$(
FCMODEXT
)
*
.i
*
.dbg
-
rm
-f
*
.
$(
FCMODEXT
)
*
.i ??????????.dbg
\
`
printf
"%s
\n
"
$(
SOURCES
)
\
|
sed
-n
-e
's/\.c$/.L/p'
-e
's/\.f90$/.L/p'
`
-
rm
-rf
*
.dSYM
# When an out-of-source build takes place, the 'distclean' recipe of the
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment