Merging upstream version 0.7.1 (Closes: #991419).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
05c588e9d7
commit
9e09e0ef69
99 changed files with 6727 additions and 943 deletions
17
regressions/ck_cc/validate/Makefile
Normal file
17
regressions/ck_cc/validate/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
.PHONY: check clean distribution
|
||||
|
||||
OBJECTS=ck_cc
|
||||
|
||||
all: $(OBJECTS)
|
||||
|
||||
ck_cc: ck_cc.c ../../../include/ck_cc.h
|
||||
$(CC) $(CFLAGS) -g2 -o ck_cc ck_cc.c
|
||||
|
||||
check: all
|
||||
./ck_cc
|
||||
|
||||
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