Skip to content
Prev Previous commit
Next Next commit
Rollsback TESTING/EIG/Makefile
  • Loading branch information
weslleyspereira committed Feb 18, 2021
commit b3e59914d97e3bba48d2662652dc523981ac8e82
4 changes: 1 addition & 3 deletions TESTING/EIG/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,11 @@ cleanobj:
cleanexe:
rm -f xeigtst*

FFLAGS_DRV_NORECURSIVE := $(filter-out -frecursive -Mrecursive -recursive,$(FFLAGS_DRV))

schkee.o: schkee.f
$(FC) $(FFLAGS_DRV) -c -o $@ $<
dchkee.o: dchkee.f
$(FC) $(FFLAGS_DRV) -c -o $@ $<
cchkee.o: cchkee.f
$(FC) $(FFLAGS_DRV) -c -o $@ $<
zchkee.o: zchkee.f
$(FC) $(FFLAGS_DRV_NORECURSIVE) -c -o $@ $<
$(FC) $(FFLAGS_DRV) -c -o $@ $<