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
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
elpa
elpa
Commits
d0b7a29b
Commit
d0b7a29b
authored
Apr 23, 2016
by
Andreas Marek
Browse files
Makefile target to preprocess mod_compute_hh_trafo_complex.F90
parent
03b8edf4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
d0b7a29b
...
...
@@ -346,6 +346,10 @@ elpa2_kernels_real.i: $(top_srcdir)/src/elpa2_kernels/elpa2_kernels_real.F90
mod_compute_hh_trafo_real.i
:
$(top_srcdir)/src/mod_compute_hh_trafo_real.F90
$(CPP)
$(CPPFLAGS)
-I
$(top_builddir)
/
-c
$(top_srcdir)
/src/mod_compute_hh_trafo_real.F90
-o
$@
mod_compute_hh_trafo_complex.i
:
$(top_srcdir)/src/mod_compute_hh_trafo_complex.F90
$(CPP)
$(CPPFLAGS)
-I
$(top_builddir)
/
-c
$(top_srcdir)
/src/mod_compute_hh_trafo_complex.F90
-o
$@
include
doxygen.am
CLEANFILES
=
\
...
...
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