/ani/mrses

To get this branch, use:
bzr branch http://suren.me/webbzr/ani/mrses
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
include ../Makefile.in

VPATH		:= 	..
PROGRAMS_spu	:=	mrses_spe
LIBRARY_embed	:= 	lib_mrses_spu.a
#OBJS_mrses_spe	:= 	mrses_spe.o atlas_potrf.o vec_potrf.o
OBJS_mrses_spe	:= 	mrses_spe.o vec_potrf.o

INCLUDE		+=	$(EXP_SDKINC)

#IMPORTS		:=	/usr/spu/lib/libblas.a -lm
#IMPORTS		:=	$(EXP_SDKLIB)/spu/libblas.a

#CFLAGS		+= -ffast-math
#LDFLAGS	:= $(LDFLAGS_MATH)
IMPORTS		:= -lm -lsimdmath -lvector -lblas
#IMPORTS	+= libgslcblas.a lapack_SPE.a blas_SPE.a -lm -lsimdmath -lvector -lblas -llarge_matrix


ifdef CELL_TOP
	include $(CELL_TOP)/buildutils/make.footer
else
	include ../../../../buildutils/make.footer
endif