From a9f0eb18c73dd53abeaf907543acc5aa1ccea170 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Thu, 25 Oct 2007 10:07:24 +0000 Subject: [PATCH] *** empty log message *** --- test/fileread/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/fileread/Makefile b/test/fileread/Makefile index 3b85072c..3c544c79 100644 --- a/test/fileread/Makefile +++ b/test/fileread/Makefile @@ -12,7 +12,6 @@ MLD_LIB=-L$(MLDLIBDIR) -lmld_krylov -lmld_prec PSBLAS_LIB= -L$(PSBDIR) -lpsb_util -lpsb_base FINCLUDES=$(FMFLAG). $(FMFLAG)$(MLDLIBDIR) $(FMFLAG)$(PSBDIR) $(FIFLAG). -INCDIRS=-I$(MLDLIBDIR) -I$(PSBDIR) DFOBJS=precdata.o getp.o df_bench.o enablecore.o ZFOBJS=precdata.o getp.o zf_bench.o enablecore.o @@ -37,11 +36,6 @@ zf_bench: $(ZFOBJS) .f90.o: $(MPF90) $(F90COPT) $(FINCLUDES) -c $< -#mmio.o: mmio.f90 -# $(MPF90) -O0 $(INCDIRS) -c $< - - -#$(DFLOBJS) $(ZFOBJS) $(DFOBJS):$(MODS) clean: /bin/rm -f $(DFOBJS) $(ZFOBJS) \