Adding upstream version 0.6.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c49a9029dc
commit
7f70a05c55
465 changed files with 60158 additions and 0 deletions
17
regressions/ck_rhs/benchmark/Makefile
Normal file
17
regressions/ck_rhs/benchmark/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
.PHONY: clean distribution
|
||||
|
||||
OBJECTS=serial parallel_bytestring
|
||||
|
||||
all: $(OBJECTS)
|
||||
|
||||
serial: serial.c ../../../include/ck_rhs.h ../../../src/ck_rhs.c
|
||||
$(CC) $(CFLAGS) -o serial serial.c ../../../src/ck_rhs.c
|
||||
|
||||
parallel_bytestring: parallel_bytestring.c ../../../include/ck_rhs.h ../../../src/ck_rhs.c ../../../src/ck_epoch.c
|
||||
$(CC) $(PTHREAD_CFLAGS) $(CFLAGS) -o parallel_bytestring parallel_bytestring.c ../../../src/ck_rhs.c ../../../src/ck_epoch.c
|
||||
|
||||
clean:
|
||||
rm -rf *~ *.o $(OBJECTS) *.dSYM *.exe
|
||||
|
||||
include ../../../build/regressions.build
|
||||
CFLAGS+=-D_GNU_SOURCE
|
Loading…
Add table
Add a link
Reference in a new issue