View | Details | Raw Unified
Collapse All | Expand All

(-) (-6 / +6 lines)
 Lines 1-8    Link Here 
# This Makefile compiles the CBLAS routines
# This Makefile compiles the CBLAS routines
#
#
dlvl = ../.
#dlvl = ../.
include $(dlvl)/Makefile.in
#include $(dlvl)/Makefile.in
INC = -I$(CBDIR)/src
#INC = -I$(CBDIR)/src
#
#
# Erase all object and archive files
# Erase all object and archive files
 Lines 232-244    Link Here 
# All levels and precisions
# All levels and precisions
all: $(alev)  
all: $(alev)  
	$(ARCH) $(ARCHFLAGS)  $(CBLIB) $(alev) 
#	$(ARCH) $(ARCHFLAGS)  $(CBLIB) $(alev) 
	$(RANLIB) $(CBLIB)
#	$(RANLIB) $(CBLIB)
.SUFFIXES: .o .c .f
.SUFFIXES: .o .c .f
.c.o:
.c.o:
	$(CC) $(CFLAGS) $(INC) -c $*.c
	$(CC) $(CFLAGS) -c $*.c
.f.o:
.f.o:
	$(FC) $(FFLAGS) -c $*.f
	$(FC) $(FFLAGS) -c $*.f