Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 92d2bfb5a363004a8a399eefe5c79f14 > files > 151

coccinelle-examples-1.0.0-0.rc4.2.fc16.i686.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