Makefile
305 Bytes
# Makefile for linpack project
# one of DP/SP/HP should be defined
# one of ROLL/UNROLL should be defined
BIN=linpack
# C sources
SOURCES=linpack.c
# Header and additional files
HEADERS=../common_sys_header.inc
CFLAGS=-ggdb
# libraries in required order (compiled in the order)
LIBS=c m c bcc built