tahoma2d/thirdparty/openblas/xianyi-OpenBLAS-e6e87a2/lapack/laswp/x86/Makefile

29 lines
470 B
Makefile
Raw Normal View History

2016-03-24 06:47:04 +13:00
TOPDIR = ../../..
include ../../../Makefile.system
ifeq ($(CORE), CORE2)
LASWP = ../generic/laswp_k_2.c
ZLASWP = ../generic/zlaswp_k_2.c
endif
ifeq ($(CORE), OPTERON)
LASWP = ../generic/laswp_k_1.c
ZLASWP = ../generic/zlaswp_k_1.c
endif
ifeq ($(CORE), PRESCOTT)
LASWP = ../generic/laswp_k_1.c
ZLASWP = ../generic/zlaswp_k_1.c
endif
ifndef LASWP
LASWP = ../generic/laswp_k_1.c
endif
ifndef ZLASWP
ZLASWP = ../generic/zlaswp_k_1.c
endif
include ../generic/Makefile