--- CBLAS/src/Makefile 2006-02-15 15:35:36.000000000 +0100 +++ CBLAS-gentoo/src/Makefile 2006-02-15 15:36:39.000000000 +0100 @@ -1,8 +1,8 @@ # This Makefile compiles the CBLAS routines # -dlvl = ../. -include $(dlvl)/Makefile.in -INC = -I$(CBDIR)/src +#dlvl = ../. +#include $(dlvl)/Makefile.in +#INC = -I$(CBDIR)/src # # Erase all object and archive files @@ -232,13 +232,13 @@ # All levels and precisions all: $(alev) - $(ARCH) $(ARCHFLAGS) $(CBLIB) $(alev) - $(RANLIB) $(CBLIB) +# $(ARCH) $(ARCHFLAGS) $(CBLIB) $(alev) +# $(RANLIB) $(CBLIB) .SUFFIXES: .o .c .f .c.o: - $(CC) $(CFLAGS) $(INC) -c $*.c + $(CC) $(CFLAGS) -c $*.c .f.o: $(FC) $(FFLAGS) -c $*.f