examples/H5/Makefile.am

- do not use GNU extension for pattern rules
This commit is contained in:
2017-06-30 18:25:39 +02:00
parent 22d6893770
commit 9a32a0b7f1
+1 -3
View File
@@ -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 $<