Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > 589b38626859682dda0b4289ae4806af > files > 205

coccinelle-examples-1.0.7-2.mga7.i586.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