examples/H5/Makefile.am
- do not use GNU extension for pattern rules
This commit is contained in:
@@ -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 $<
|
||||
|
||||
Reference in New Issue
Block a user