5 meta: lex.yy.o sthandler.o
6 $(CC) lex.yy.o sthandler.o -lpq -o meta
8 meta_ind: lex.yy_ind.o sthandler.o
9 $(CC) lex.yy_ind.o sthandler.o -lpq -o meta_ind
11 lex.yy.c: meta_lex.l sthandler.h
14 lex.yy_ind.c: meta_lex_ind.l sthandler.h
15 flex -olex.yy_ind.c meta_lex_ind.l
17 sthandler.o: sthandler.c sthandler.h
19 lex.yy.o: lex.yy.c sthandler.h
22 lex.yy_ind.o: lex.yy_ind.c sthandler.h
27 -rm -f lex.yy.c lex.yy_ind.c