Skip to content
Snippets Groups Projects
Verified Commit dd1e4d23 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Build system: remove useless rules for preprocessed Fortran 2008 files

Automake actually provides such rules.
parent fcbdfec0
Branches
Tags
No related merge requests found
...@@ -29,10 +29,6 @@ clean-local: ...@@ -29,10 +29,6 @@ clean-local:
cd $(top_srcdir)/../../matlab && rm -f $(PROGRAMS); \ cd $(top_srcdir)/../../matlab && rm -f $(PROGRAMS); \
fi fi
# Automake provides a default rule for .f08 files, but not .F08.
%.o: %.F08
$(AM_V_FC)$(FCCOMPILE) $(DEFS) -c -o $@ $<
# Rules for the Fortran 2008 interface to MEX and BLAS/LAPACK functions # Rules for the Fortran 2008 interface to MEX and BLAS/LAPACK functions
matlab_mat.mod: matlab_mex.o matlab_mat.mod: matlab_mex.o
matlab_mex.mod: matlab_mex.o matlab_mex.mod: matlab_mex.o
......
...@@ -36,10 +36,6 @@ clean-local: ...@@ -36,10 +36,6 @@ clean-local:
cd $(top_srcdir)/../../octave && rm -f $(PROGRAMS); \ cd $(top_srcdir)/../../octave && rm -f $(PROGRAMS); \
fi fi
# Automake provides a default rule for .f08 files, but not .F08
%.o: %.F08
$(AM_V_FC)$(FCCOMPILE) $(DEFS) -c -o $@ $<
# Rules for the Fortran 2008 interface to MEX and BLAS/LAPACK functions # Rules for the Fortran 2008 interface to MEX and BLAS/LAPACK functions
matlab_mat.mod: matlab_mex.o matlab_mat.mod: matlab_mex.o
matlab_mex.mod: matlab_mex.o matlab_mex.mod: matlab_mex.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment