Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
elpa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
elpa
elpa
Commits
5853bc93
Commit
5853bc93
authored
Jun 10, 2014
by
Lorenz Huedepohl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add clean-local target to remove generated directories
parent
49096cda
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
16 deletions
+20
-16
ELPA_2014.06/Makefile.am
ELPA_2014.06/Makefile.am
+4
-2
ELPA_2014.06/Makefile.in
ELPA_2014.06/Makefile.in
+16
-14
No files found.
ELPA_2014.06/Makefile.am
View file @
5853bc93
...
...
@@ -273,8 +273,10 @@ CLEANFILES = \
test_complex2_choose_kernel_with_api.sh
\
print_available_elpa2_kernels.sh
\
elpa2.i
\
config-f90.h
\
modules/
*
config-f90.h
clean-local
:
-
rm
-rf
modules .fortran_dependencies
EXTRA_DIST
=
fdep/fortran_dependencies.pl fdep/fortran_dependencies.mk
@FORTRAN_MODULE_DEPS@
ELPA_2014.06/Makefile.in
View file @
5853bc93
...
...
@@ -901,8 +901,7 @@ CLEANFILES = \
test_complex2_choose_kernel_with_api.sh
\
print_available_elpa2_kernels.sh
\
elpa2.i
\
config-f90.h
\
modules/
*
config-f90.h
EXTRA_DIST
=
fdep/fortran_dependencies.pl fdep/fortran_dependencies.mk
all
:
config.h
...
...
@@ -1876,7 +1875,7 @@ maintainer-clean-generic:
clean
:
clean-am
clean-am
:
clean-binPROGRAMS clean-generic clean-libLTLIBRARIES
\
clean-libtool clean-testsPROGRAMS mostlyclean-am
clean-libtool clean-
local clean-
testsPROGRAMS mostlyclean-am
distclean
:
distclean-am
-
rm
-f
$(am__CONFIG_DISTCLEAN_FILES)
...
...
@@ -1955,17 +1954,17 @@ uninstall-am: uninstall-binPROGRAMS uninstall-dist_filesDATA \
.PHONY
:
CTAGS GTAGS TAGS all all-am am--refresh check check-TESTS
\
check-am clean clean-binPROGRAMS clean-cscope clean-generic
\
clean-libLTLIBRARIES clean-libtool clean-
testsPROGRAMS cscope
\
c
scopelist-am ctags ctags-am dist dist-all dist-bzip2
\
dist-
gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip
\
dist
check distclean distclean-compile distclean-generic
\
distclean-
hdr distclean-libtool distclean-tags distcleancheck
\
dist
dir distuninstallcheck dvi dvi-am html html-am info
\
info-am install install-am install-binPROGRAMS install-data
\
install-
data-am install-dist_filesDATA install-dvi
\
install-d
vi-am install-exec install-exec-am install-html
\
install-
html-am install-info install-info-am
\
install-libLTLIBRARIES install-man
\
clean-libLTLIBRARIES clean-libtool clean-
local
\
c
lean-testsPROGRAMS cscope cscopelist-am ctags ctags-am dist
\
dist-
all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ
\
dist
-xz dist-zip distcheck distclean distclean-compile
\
distclean-
generic distclean-hdr distclean-libtool
\
dist
clean-tags distcleancheck distdir distuninstallcheck dvi
\
dvi-am html html-am info info-am install install-am
\
install-
binPROGRAMS install-data install-data-am
\
install-d
ist_filesDATA install-dvi install-dvi-am install-exec
\
install-
exec-am install-html install-html-am install-info
\
install-
info-am install-
libLTLIBRARIES install-man
\
install-nobase_elpa_includeHEADERS install-pdf install-pdf-am
\
install-pkgconfigDATA install-ps install-ps-am install-strip
\
install-testsPROGRAMS installcheck installcheck-am installdirs
\
...
...
@@ -2017,6 +2016,9 @@ elpa2.i: $(top_srcdir)/src/elpa2.F90
elpa1.i
:
$(top_srcdir)/src/elpa1.F90
$(CPP)
$(CPPFLAGS)
-I
$(top_builddir)
/
-c
$(top_srcdir)
/src/elpa1.F90
-o
$@
clean-local
:
-
rm
-rf
modules .fortran_dependencies
@FORTRAN_MODULE_DEPS@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
...
...
Write
Preview
Markdown
is supported
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