mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
16 lines
378 B
Plaintext
16 lines
378 B
Plaintext
TORTURE= torture sptort ztorture memtort itertort mfuntort iotort
|
|
|
|
CPPFLAGS+= -I@PREFIX@/include
|
|
|
|
LDFLAGS+= -Wl,-R@PREFIX@/lib -L@PREFIX@/lib
|
|
LIBS= -lmeschach -lm
|
|
|
|
all: $(TORTURE)
|
|
|
|
$(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
|