You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ck/regressions/ck_bytelock/validate/Makefile

18 lines
325 B

.PHONY: check clean distribution
14 years ago
OBJECTS=validate
14 years ago
all: $(OBJECTS)
validate: validate.c ../../../include/ck_bytelock.h
$(CC) $(CFLAGS) -o validate validate.c
14 years ago
check: all
./validate $(CORES) 1
14 years ago
clean:
rm -rf *.dSYM *.exe *~ *.o $(OBJECTS)
14 years ago
include ../../../build/regressions.build
CFLAGS+=$(PTHREAD_CFLAGS) -D_GNU_SOURCE