Lines Matching full:tab
27 CLEANFILES+= ipf.tab.c ipf.tab.h
29 CLEANFILES+= ipnat.tab.c ipnat.tab.h
31 CLEANFILES+= ippool.tab.c ippool.tab.h
33 ipnat.tab.c ipnat.tab.h: ipnat_y.y
36 ipnat_y.c: ipnat.tab.c
38 -e 's/y.tab.c/ipnat_y.c/' \
39 ipnat.tab.c > ${.TARGET}
41 ipnat_y.h: ipnat.tab.h
43 -e 's/y.tab.h/ipnat_y.h/' \
44 ipnat.tab.h > ${.TARGET}
50 -e 's/y.tab.h/ipnat_y.h/' \
58 ippool.tab.c ippool.tab.h: ippool_y.y
61 ippool_y.c: ippool.tab.c
63 ippool.tab.c > ${.TARGET}
65 ippool_y.h: ippool.tab.h
67 ippool.tab.h > ${.TARGET}
73 -e 's/y.tab.h/ippool_y.h/' \
81 ipf.tab.c ipf.tab.h: ipf_y.y
84 ipf_y.c: ipf.tab.c
86 ipf.tab.c > ${.TARGET}
88 ipf_y.h: ipf.tab.h
90 ipf.tab.h > ${.TARGET}
96 -e 's/y.tab.h/ipf_y.h/' \