Newer
Older
# Edit Makefile.p690
#
# a quirk, make will fail otherwise.
touch Makefile.deps
# install the Makefile specialization for the p690.
make p690
# The default xlf compiler is version 8.1.
# It is not up to the task of compiling douar
# look at the ouput
make more-output
# remove -extchk from FFLAGS and CFLAGS in Makefile.p690
# install the editted Makefile.p690
# remove all the object files and libraries created by the previous make
make distclean
# build douar again