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
a33639b4
Commit
a33639b4
authored
Feb 27, 2020
by
Sergey Kosukhin
Browse files
Clean-up and gitignore a.out.
parent
55b483af
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
a33639b4
...
...
@@ -41,6 +41,7 @@ Makefile
Doxyfile
stamp-h1
stamp-h2
a.out
# Common files created by make
...
...
configure.ac
View file @
a33639b4
...
...
@@ -21,6 +21,8 @@ AM_EXTRA_RECURSIVE_TARGETS([doc])
AC_CONFIG_SRCDIR([src/sct_reporter.c])
LT_INIT([pic-only])
dnl Clean up after Libtool checks for C compiler:
rm -f a.out
#
# information on the package
...
...
@@ -171,6 +173,8 @@ AX_PROG_CC_MPI([test x"$mpi" != xfalse],
fi])
AC_PROG_FC
dnl Clean up after Libtool checks for Fortran compiler:
rm -f a.out
AX_PROG_FC_MPI([test x"$mpi" != xfalse],
[],
[if test x"$mpi" = xtrue; then
...
...
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