Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
c33fd7a0
Commit
c33fd7a0
authored
Apr 22, 2016
by
Andreas Marek
Browse files
Makefile target to preprocess mod_compute_hh_trafo_complex.F90
parent
dba05340
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
c33fd7a0
...
...
@@ -767,6 +767,9 @@ 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
$@
test_real.i
:
$(top_srcdir)/test/fortran_test_programs/test_real.F90
$(CPP)
$(CPPFLAGS)
-I
$(top_builddir)
/
-c
$(top_srcdir)
/test/fortran_test_programs/test_real.F90
-o
$@
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment