Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
f9f1f6df
Commit
f9f1f6df
authored
Apr 04, 2016
by
Uwe Schulzweida
Browse files
Makefile.am added clean-local-dirs
parent
d5fd4dc6
Changes
3
Hide whitespace changes
Inline
Side-by-side
examples/pio/Makefile.am
View file @
f9f1f6df
...
...
@@ -28,3 +28,8 @@ collectData2003_SOURCES=collectData2003.F90
collectDataNStreams_SOURCES
=
collectDataNStreams.c
compareResourcesArray_SOURCES
=
compareResourcesArray.c
#
clean-local
:
clean-local-dirs
.PHONY
:
clean-local-dirs
clean-local-dirs
:
-
rm
-rf
*
.dSYM
examples/pio/Makefile.in
View file @
f9f1f6df
...
...
@@ -667,7 +667,7 @@ maintainer-clean-generic:
@
echo
"it deletes files that may require special tools to rebuild."
clean
:
clean-am
clean-am
:
clean-generic clean-libtool clean-noinstPROGRAMS
\
clean-am
:
clean-generic clean-libtool
clean-local
clean-noinstPROGRAMS
\
mostlyclean-am
distclean
:
distclean-am
...
...
@@ -739,8 +739,8 @@ uninstall-am:
.MAKE
:
install-am install-strip
.PHONY
:
CTAGS GTAGS TAGS all all-am check check-am clean clean-generic
\
clean-libtool clean-noinstPROGRAMS cscopelist-am
ctags
\
ctags-am distclean distclean-compile distclean-generic
\
clean-libtool
clean-local
clean-noinstPROGRAMS cscopelist-am
\
ctags
ctags-am distclean distclean-compile distclean-generic
\
distclean-libtool distclean-tags distdir dvi dvi-am html
\
html-am info info-am install install-am install-data
\
install-data-am install-dvi install-dvi-am install-exec
\
...
...
@@ -752,6 +752,11 @@ uninstall-am:
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am
\
tags tags-am uninstall uninstall-am
#
clean-local
:
clean-local-dirs
.PHONY
:
clean-local-dirs
clean-local-dirs
:
-
rm
-rf
*
.dSYM
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
...
...
src/Makefile.in
View file @
f9f1f6df
...
...
@@ -942,8 +942,8 @@ distclean-generic:
maintainer-clean-generic
:
@
echo
"This command is intended for maintainers to use"
@
echo
"it deletes files that may require special tools to rebuild."
@ENABLE_CDI_LIB_FALSE@uninstall-local
:
@ENABLE_CDI_LIB_FALSE@install-exec-local
:
@ENABLE_CDI_LIB_FALSE@uninstall-local
:
clean
:
clean-am
clean-am
:
clean-generic clean-libLTLIBRARIES clean-libtool
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment