OpenBLAS/lapack/laswp/x86/Makefile

29 lines
470 B
Makefile

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