diff --git a/examples/H5/Makefile.am b/examples/H5/Makefile.am index 0cb3425..a3afefd 100644 --- a/examples/H5/Makefile.am +++ b/examples/H5/Makefile.am @@ -40,7 +40,6 @@ noinst_PROGRAMS += \ endif if ENABLE_FORTRAN -#if ENABLE_PARALLEL noinst_PROGRAMS += \ openclosef \ queryf \ @@ -55,11 +54,10 @@ read_file_attribsf_SOURCES = read_file_attribsf.f90 read_step_attribsf_SOURCES = read_step_attribsf.f90 write_file_attribsf_SOURCES = write_file_attribsf.f90 write_step_attribsf_SOURCES = write_step_attribsf.f90 -#endif endif endif all: ${noinst_PROGRAMS} -%.o : %.f90 +.f90.o: $(FC) $(FFLAGS) -c $<