mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r2728] Purpose:
Bug Fix Description: Getting messages while compiling the || fortran stuff that it didn't have a rule to make "H5Pf_parallel.c". Solution: The quotes were confusing it. I placed the text in another macro to fix this. Platforms tested: Modi4
This commit is contained in:
parent
81ca5616ba
commit
5b442958f8
@ -22,12 +22,15 @@ LIB=libhdf5_fortran.la
|
||||
DISTCLEAN=H5fortran_types.f90
|
||||
|
||||
## Source and object files for the library
|
||||
CPAR_SRC=H5Pf_parallel.c
|
||||
FPAR_SRC=H5Pff_parallel.f90 HDF5_parallel.f90
|
||||
|
||||
ADD_PARALLEL_FILES=@ADD_PARALLEL_FILES@
|
||||
CPARALLEL=${ADD_PARALLEL_FILES:yes="H5Pf_parallel.c"}
|
||||
CPARALLEL=${ADD_PARALLEL_FILES:yes=$(CPAR_SRC)}
|
||||
CLIB_SRC=H5f90kit.c H5f90misc.c H5Git.c H5Rf.c H5Ff.c H5Sf.c H5Df.c H5Gf.c \
|
||||
H5Af.c H5Tf.c H5Pf.c H5If.c H5Ef.c ${CPARALLEL:no=}
|
||||
|
||||
FPARALLEL=${ADD_PARALLEL_FILES:yes="H5Pff_parallel.f90 HDF5_parallel.f90"}
|
||||
FPARALLEL=${ADD_PARALLEL_FILES:yes=$(FPAR_SRC)}
|
||||
FLIB_SRC=H5fortran_types.f90 H5fortran_flags.f90 H5f90global.f90 H5f90miscf.f90 \
|
||||
H5Rff.f90 H5Fff.f90 H5Sff.f90 H5Dff.f90 H5Gff.f90 H5Aff.f90 H5Tff.f90 \
|
||||
H5Pff.f90 H5Iff.f90 H5Eff.f90 HDF5.f90 ${FPARALLEL:no=}
|
||||
|
Loading…
Reference in New Issue
Block a user