permit multiline comments and strings in macros
[bpt/coccinelle.git] / demos / spp / Makefile
1 #CFLAGS=-sp_file test.cocci -no_show_diff
2 CFLAGS=-sp_file test.cocci
3 #CFLAGS=-sp_file testpy.cocci
4 CC=../../tools/spp
5 LD=cat
6
7 all: clean test
8
9 test: test.o test2.o
10
11 test.o: test.c test.h
12 test2.o: test2.c
13
14 clean:
15 rm -f test.o test.c.i test2.o test2.c.i