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
elpa
elpa
Commits
0f147678
Commit
0f147678
authored
May 27, 2014
by
Lorenz Huedepohl
Browse files
Remove debug messages
parent
3827ea9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
fdep/fortran_dependencies.mk
View file @
0f147678
...
...
@@ -41,7 +41,6 @@ endef
# $2 stem
# $3 program
define
module_targets
$(info
called
module_targets($1,$2,$3))
$(eval
_$(3)_use_mods
+=
$(
dir
$1
)
$(2)
$(
call
strip_fortran_ext,
$(
notdir
$1
))
.use_mods.
$(
call
object_extension,
$3
)
)
$(dir $1)$(2)$(call strip_fortran_ext,$(notdir $1)).use_mods.$(call object_extension,$3)
:
$1 $(dir $1)$(am__dirstamp)
$(
call
_f90_verbose,F90 USE
[
$3
]
$$
<
)
$(FORTRAN_CPP)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$
(
$p_CPPFLAGS
)
$(CPPFLAGS)
-o
/dev/stdout
$$
< |
grep
-i
-o
'^ *use [^ ,!:]*'
|
sort
-u
>
$$
@
...
...
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