Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libcdi
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
mpim-sw
libcdi
Commits
abc0cce3
Commit
abc0cce3
authored
3 years ago
by
Sergey Kosukhin
Browse files
Options
Downloads
Patches
Plain Diff
Remove what seem to be redundancies for clean-related rules in the makefiles.
parent
59a95a9f
No related branches found
No related tags found
2 merge requests
!11
Consolidation with CDI-PIO (1.8.x)
,
!8
Consolidation with CDI-PIO (1.8.x)
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
app/Makefile.am
+1
-3
1 addition, 3 deletions
app/Makefile.am
examples/Makefile.am
+1
-3
1 addition, 3 deletions
examples/Makefile.am
examples/pio/Makefile.am
+1
-3
1 addition, 3 deletions
examples/pio/Makefile.am
tests/Makefile.am
+1
-3
1 addition, 3 deletions
tests/Makefile.am
with
4 additions
and
12 deletions
app/Makefile.am
+
1
−
3
View file @
abc0cce3
...
@@ -30,9 +30,7 @@ if ENABLE_ALL_STATIC
...
@@ -30,9 +30,7 @@ if ENABLE_ALL_STATIC
createtable_LDFLAGS
=
-all-static
createtable_LDFLAGS
=
-all-static
endif
endif
clean-local
:
clean-local-dirs
clean-local
:
.PHONY
:
clean-local-dirs
clean-local-dirs
:
-
rm
-rf
*
.dSYM
-
rm
-rf
*
.dSYM
# overrides to make regular compilations also use libtool
# overrides to make regular compilations also use libtool
...
...
This diff is collapsed.
Click to expand it.
examples/Makefile.am
+
1
−
3
View file @
abc0cce3
...
@@ -57,9 +57,7 @@ else
...
@@ -57,9 +57,7 @@ else
cdi_read_f2003.$(OBJEXT) cdi_write_f2003.$(OBJEXT)
:
$(top_builddir)/src/mo_cdi.$(FCMODEXT)
cdi_read_f2003.$(OBJEXT) cdi_write_f2003.$(OBJEXT)
:
$(top_builddir)/src/mo_cdi.$(FCMODEXT)
endif
endif
clean-local
:
clean-local-dirs
clean-local
:
.PHONY
:
clean-local-dirs
clean-local-dirs
:
-
rm
-rf
*
.dSYM
-
rm
-rf
*
.dSYM
# overrides to make regular compilations also use libtool
# overrides to make regular compilations also use libtool
...
...
This diff is collapsed.
Click to expand it.
examples/pio/Makefile.am
+
1
−
3
View file @
abc0cce3
...
@@ -34,9 +34,7 @@ compareResourcesArray_SOURCES = compareResourcesArray.c
...
@@ -34,9 +34,7 @@ compareResourcesArray_SOURCES = compareResourcesArray.c
collectData2003_SOURCES
=
collectData2003.F90
collectData2003_SOURCES
=
collectData2003.F90
clean-local
:
clean-local-dirs
clean-local
:
.PHONY
:
clean-local-dirs
clean-local-dirs
:
-
rm
-rf
*
.dSYM
-
rm
-rf
*
.dSYM
# overrides to make regular compilations also use libtool
# overrides to make regular compilations also use libtool
...
...
This diff is collapsed.
Click to expand it.
tests/Makefile.am
+
1
−
3
View file @
abc0cce3
...
@@ -137,10 +137,8 @@ else
...
@@ -137,10 +137,8 @@ else
test_resource_copy_mpi_LDADD
=
$(
LDADD
)
$(
UUID_C_LIB
)
test_resource_copy_mpi_LDADD
=
$(
LDADD
)
$(
UUID_C_LIB
)
endif
endif
clean-local
:
clean-local-dirs
clean-local
:
-
rm
-f
*
.grb
*
.grb2
*
.nc
*
.nc2
*
.nc4
*
.srv
*
.svc
*
.ext
*
.cksum
*
.ieg
*
.log
*
.stderr
*
.stdout
-
rm
-f
*
.grb
*
.grb2
*
.nc
*
.nc2
*
.nc4
*
.srv
*
.svc
*
.ext
*
.cksum
*
.ieg
*
.log
*
.stderr
*
.stdout
.PHONY
:
clean-local-dirs
clean-local-dirs
:
-
rm
-rf
test_cdf_const.d
*
.dSYM
-
rm
-rf
test_cdf_const.d
*
.dSYM
AUTOMAKE_OPTIONS
=
color-tests
AUTOMAKE_OPTIONS
=
color-tests
...
...
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