ifneq (${OSARCH},Darwin)
ifneq (${PROC},x86_64)
ifneq (${OSARCH},Darwin)
ifneq (${PROC},x86_64)
+ifneq ($(shell uname -m),ppc)
OPTIMIZE+=-march=$(PROC)
endif
endif
OPTIMIZE+=-march=$(PROC)
endif
endif
$(SRC)/table.c
ifeq (${OSARCH},Linux)
ifneq (${PROC},x86_64)
$(SRC)/table.c
ifeq (${OSARCH},Linux)
ifneq (${PROC},x86_64)
+ifneq ($(shell uname -m),ppc)
GSM_SOURCES+= $(SRC)/k6opt.s
endif
endif
GSM_SOURCES+= $(SRC)/k6opt.s
endif
endif
TOAST_SOURCES = $(SRC)/toast.c \
$(SRC)/toast_lin.c \
TOAST_SOURCES = $(SRC)/toast.c \
$(SRC)/toast_lin.c \
$(SRC)/table.o
ifeq (${OSARCH},Linux)
ifneq (${PROC},x86_64)
$(SRC)/table.o
ifeq (${OSARCH},Linux)
ifneq (${PROC},x86_64)
+ifneq ($(shell uname -m), ppc)
GSM_OBJECTS+= $(SRC)/k6opt.o
endif
endif
GSM_OBJECTS+= $(SRC)/k6opt.o
endif
endif
TOAST_OBJECTS = $(SRC)/toast.o \
$(SRC)/toast_lin.o \
TOAST_OBJECTS = $(SRC)/toast.o \
$(SRC)/toast_lin.o \