Files
OpenBLAS/lapack/laswp/wasm/Makefile
2026-03-15 19:34:25 +01:00

18 lines
285 B
Makefile

TOPDIR = ../../..
include ../../../Makefile.system
ifeq ($(DYNAMIC_ARCH), 1)
LASWP = ../generic/laswp_k_4.c
ZLASWP = ../generic/zlaswp_k_4.c
endif
ifndef LASWP
LASWP = ../generic/laswp_k.c
endif
ifndef ZLASWP
ZLASWP = ../generic/zlaswp_k.c
endif
include ../generic/Makefile