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
nek5000
giraffe
Commits
55b41733
Commit
55b41733
authored
Dec 13, 2016
by
Ron Rahaman
Browse files
First working (?) Makefile.arch
parent
f0d75f5e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.arch.in
0 → 100644
View file @
55b41733
CASENAME
=
@CASENAME@
CC
=
@CC@
CPPFLAGS
=
@CPPFLAGS@ @DEFS@
LDFLAGS
=
@LDFLAGS@
LIBS
=
@LIBS@
F77
=
@F77@
FFLAGS
=
@FFLAGS@ @FCFLAGS_f@
$(
subst
-D
, @FC_DEFINE@, @DEFS@
)
FLIBS
=
@FLIBS@
configure.ac
View file @
55b41733
...
...
@@ -342,9 +342,7 @@ fi
# TWEAK .usr file
###############################################################################
AC_CHECK_FILE([$CASENAME.usr], ,
AC_MSG_ERROR([could not find $CASENAME.usr in current directory. Ensure that \$CASENAME is correctly set.])
)
AC_CHECK_FILE([$CASENAME.usr], , AC_MSG_ERROR([could not find $CASENAME.usr in current directory. Ensure that CASENAME is correctly set.]))
AC_MSG_NOTICE([tweaking $CASENAME.usr])
rm -f $CASENAME.f
...
...
@@ -426,4 +424,5 @@ fi
# ALL DONE!
###############################################################################
AC_CONFIG_FILES([Makefile.arch:Makefile.arch.in])
AC_OUTPUT
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