Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 86875e5f16bea6b454c492e84ceda4db > files > 142

coccinelle-examples-0.2.3-0.rc6.3.fc14.x86_64.rpm

#CFLAGS=-sp_file test.cocci -no_show_diff
CFLAGS=-sp_file test.cocci
#CFLAGS=-sp_file testpy.cocci
CC=../../tools/spp
LD=cat

all: clean test

test: test.o test2.o

test.o: test.c test.h
test2.o: test2.c

clean:
	rm -f test.o test.c.i test2.o test2.c.i