Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 122958 | Differences between
and this patch

Collapse All | Expand All

(-) (-7 / +6 lines)
Line  Link Here
-- CBLAS/src/Makefile  2006-02-15 15:35:36.000000000 +0100
Lines 1-8 Link Here
1
# This Makefile compiles the CBLAS routines
1
# This Makefile compiles the CBLAS routines
2
#
2
#
3
dlvl = ../.
3
#dlvl = ../.
4
include $(dlvl)/Makefile.in
4
#include $(dlvl)/Makefile.in
5
INC = -I$(CBDIR)/src
5
#INC = -I$(CBDIR)/src
6
6
7
#
7
#
8
# Erase all object and archive files
8
# Erase all object and archive files
Lines 232-244 Link Here
232
232
233
# All levels and precisions
233
# All levels and precisions
234
all: $(alev)  
234
all: $(alev)  
235
	$(ARCH) $(ARCHFLAGS)  $(CBLIB) $(alev) 
235
#	$(ARCH) $(ARCHFLAGS)  $(CBLIB) $(alev) 
236
	$(RANLIB) $(CBLIB)
236
#	$(RANLIB) $(CBLIB)
237
237
238
238
239
.SUFFIXES: .o .c .f
239
.SUFFIXES: .o .c .f
240
240
241
.c.o:
241
.c.o:
242
	$(CC) $(CFLAGS) $(INC) -c $*.c
242
	$(CC) $(CFLAGS) -c $*.c
243
.f.o:
243
.f.o:
244
	$(FC) $(FFLAGS) -c $*.f
244
	$(FC) $(FFLAGS) -c $*.f

Return to bug 122958