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
dkrz-sw
sct
Commits
92b3b91a
Commit
92b3b91a
authored
Nov 04, 2019
by
Sergey Kosukhin
Browse files
Avoid redundant recompilations of Fortran source files providing interface modules.
parent
66dc03f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am
View file @
92b3b91a
...
...
@@ -42,7 +42,7 @@ else
$(top_srcdir)/util/gen_public_header.pl
N_HAVE_MPI
$(header)
endif
$(sct_mod)
:
sct.o
$(sct_mod)
:
sct.
l
o
pkgconfigdir
=
$(libdir)
/pkgconfig
pkgconfig_DATA
=
pkgconfig/sct.pc
src_nosct/Makefile.am
View file @
92b3b91a
...
...
@@ -18,7 +18,7 @@ libsct_la_SOURCES =
nodist_include_HEADERS
=
endif
$(sct_mod)
:
nosct.o
$(sct_mod)
:
nosct.
l
o
# Clean Fortran module files and Cray's postprocessed files.
CLEANFILES
=
$(sct_mod)
sct.i
...
...
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