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
Lorenz Huedepohl
ftimings
Commits
81b684da
Commit
81b684da
authored
May 21, 2015
by
Lorenz Huedepohl
Browse files
Add copyright headers
parent
06884e9b
Changes
3
Hide whitespace changes
Inline
Side-by-side
fortran_dependencies.m4
View file @
81b684da
dnl Copyright 2015 Lorenz Hdepohl
dnl
dnl This file is part of fdep and licensed under the MIT license
dnl see the file LICENSE for more information
dnl
AC_DEFUN([FDEP_F90_GNU_MAKE_DEPS],[
AC_MSG_CHECKING([for GNU make])
for a in "$MAKE" make gmake gnumake ; do
...
...
fortran_dependencies.mk
View file @
81b684da
# Copyright 2015 Lorenz Hdepohl
#
# This file is part of fdep and licensed under the MIT license
# see the file LICENSE for more information
#
_f90_verbose
=
$
(
_f90_verbose_
$(V)
)
_f90_verbose_
=
$
(
_f90_verbose_
$(AM_DEFAULT_VERBOSITY)
)
_f90_verbose_0
=
@echo
"
$1
"
;
...
...
fortran_dependencies.pl
View file @
81b684da
#!/usr/bin/perl -w
#
# Copyright 2015 Lorenz Hdepohl
#
# This file is part of fdep and licensed under the MIT license
# see the file LICENSE for more information
#
use
strict
;
...
...
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