Adapt to having only a subset of variable types supported

This commit is contained in:
Martin Kroeker 2020-10-11 14:43:13 +02:00 committed by GitHub
parent bc319cee82
commit b262058059
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -1,11 +1,19 @@
TOPDIR = ../..
include ../../Makefile.system
ifeq ($(BUILD_SINGLE),1)
SBLASOBJS = slauu2_U.$(SUFFIX) slauu2_L.$(SUFFIX)
endif
ifeq ($(BUILD_DOUBLE),1)
DBLASOBJS = dlauu2_U.$(SUFFIX) dlauu2_L.$(SUFFIX)
endif
QBLASOBJS = qlauu2_U.$(SUFFIX) qlauu2_L.$(SUFFIX)
ifeq ($(BUILD_COMPLEX),1)
CBLASOBJS = clauu2_U.$(SUFFIX) clauu2_L.$(SUFFIX)
endif
ifeq ($(BUILD_COMPLEX16),1)
ZBLASOBJS = zlauu2_U.$(SUFFIX) zlauu2_L.$(SUFFIX)
endif
XBLASOBJS = xlauu2_U.$(SUFFIX) xlauu2_L.$(SUFFIX)
slauu2_U.$(SUFFIX) : lauu2_U.c