pkgsrc/math/meschach/files/makefile.test

16 lines
378 B
Text
Raw Normal View History

2001-02-27 19:42:05 +01:00
TORTURE= torture sptort ztorture memtort itertort mfuntort iotort
2001-02-27 19:42:05 +01:00
CPPFLAGS+= -I@PREFIX@/include
2001-02-27 19:42:05 +01:00
LDFLAGS+= -Wl,-R@PREFIX@/lib -L@PREFIX@/lib
LIBS= -lmeschach -lm
all: $(TORTURE)
2001-02-27 19:42:05 +01:00
$(TORTURE): $(TORTURE:=.o)
$(CC) $(CPPFLAGS) $(CFLAGS) $@.o $(LDFLAGS) $(LIBS) -o $@
clean:
rm -fr *.o *.core iotort.dat torture sptort ztorture \
memtort itertort mfuntort iotort asx5213a.mat