2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-04-12 17:31:09 +08:00

Quiets Fortran Autotools builds ()

This commit is contained in:
Dana Robinson 2022-08-22 08:21:06 -07:00 committed by GitHub
parent 3015e3d7ab
commit f24dff5157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,12 +20,14 @@
# AM_FCCPPFLAGS, FCCPPFLAGS are currently not used.
PPFCCOMPILE = $(FC) $(FCDEFS) $(DEFAULT_INCLUDES) $(FCINCLUDES) $(AM_FCCPPFLAGS) $(FCCPPFLAGS) $(AM_FCFLAGS) $(FCFLAGS)
LTPPFCCOMPILE = $(LIBTOOL) --tag=FC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(PPFCCOMPILE)
LTPPFCCOMPILE = $(LIBTOOL) --silent --tag=FC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(PPFCCOMPILE)
# Treat all .f90 and .F90 files as preprocessed Fortran.
.f90.o:
@if $(AM_V_P); then set -x; else echo " PPFC $@"; fi; \
$(PPFCCOMPILE) -c -o $@ $<
.F90.o:
@if $(AM_V_P); then set -x; else echo " PPFC $@"; fi; \
$(PPFCCOMPILE) -c -o $@ $<
include $(top_srcdir)/config/conclude.am