LIBS = -L%%PREFIX%%/lib -lmeschach -lm CFLAGS = -I%%PREFIX%%/include -O2 -ansi TORTURE = torture sptort ztorture memtort itertort mfuntort iotort TORTURE_O = $(TORTURE:=.o) all: $(TORTURE) $(TORTURE): $(TORTURE_O) $(CC) $(CFLAGS) $@.o $(LIBS) -o $@ clean: rm -fr *.o *.core iotort.dat torture sptort ztorture \ memtort itertort mfuntort iotort asx5213a.mat