mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
Quiets Fortran Autotools builds (#2052)
This commit is contained in:
parent
3015e3d7ab
commit
f24dff5157
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user