Makefile 257 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 14 # Makefile for linpack project # one of DP/SP/HP should be defined # one of ROLL/UNROLL should be defined # required libraries in correct order LIBS=ins bsp m softfloat ins # C sources SOURCES=linpack.c # all common rules include $(TOP)/Makefile.rules