Searched refs:YACC (Results 1 - 25 of 110) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/external/bsd/byacc/dist/test/
H A Drun_test.sh14 YACC=$PROG_DIR/yacc
44 $YACC $OPTS -v -d -p $prefix -b $ROOT $i
/netbsd-6-1-5-RELEASE/usr.sbin/ipf/ipnat/
H A DMakefile16 ${YACC} -d ${.ALLSRC}
/netbsd-6-1-5-RELEASE/usr.sbin/ipf/ipftest/
H A DMakefile36 ${YACC} -b ipnat -d ${.ALLSRC}
61 ${YACC} -b ippool -d ${.ALLSRC}
84 ${YACC} -b ipf -d ${.ALLSRC}
/netbsd-6-1-5-RELEASE/tools/m4/bootstrap/
H A DMakefile12 ${YACC} -d ${DIST}/parser.y
/netbsd-6-1-5-RELEASE/external/historical/nawk/dist/
H A Dmakefile37 YACC = bison -y macro
38 YACC = yacc macro
58 $(YACC) $(YFLAGS) awkgram.y
/netbsd-6-1-5-RELEASE/share/mk/
H A Dsys.mk113 YACC?= yacc macro
115 YACC.y?= ${YACC} ${YFLAGS}
242 ${YACC.y} ${.IMPSRC}
246 ${YACC.y} ${.IMPSRC}
249 ${YACC.y} ${.IMPSRC}
H A Dbsd.hostprog.mk149 # Override YACC/LEX rules so nbtool_config.h can be forced as the 1st include
160 ${YACC.y} -o ${.TARGET} ${.IMPSRC}
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/examples/manual/
H A DMakefile.examples13 YACC = bison -d -y
26 $(YACC) expr.y
31 $(YACC) front.y
/netbsd-6-1-5-RELEASE/usr.sbin/ipf/ipf/
H A DMakefile18 ${YACC} -d ${.ALLSRC}
/netbsd-6-1-5-RELEASE/usr.sbin/ipf/ipmon/
H A DMakefile16 ${YACC} -d ${.ALLSRC}
/netbsd-6-1-5-RELEASE/usr.sbin/ipf/ippool/
H A DMakefile16 ${YACC} -d ${.ALLSRC}
/netbsd-6-1-5-RELEASE/usr.sbin/ipf/ipsend/
H A DMakefile25 ${YACC} -d ${.ALLSRC}
/netbsd-6-1-5-RELEASE/tools/
H A DMakefile.gnuhost63 YACC=${YACC:Q}
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/com_err/
H A DNTMakefile75 $(YACC) -o $@ --defines=$(OBJ)\parse.h parse.y
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/sl/
H A DNTMakefile46 $(YACC) -o $@ --defines=$(@R).h slc-gram.y
/netbsd-6-1-5-RELEASE/gnu/dist/groff/
H A DMakefile.comm115 $(YACC) $(YACCFLAGS) -d $<; \
117 $(YACC) $(YACCFLAGS) $<; \
128 $(YACC) $(YACCFLAGS) -d $<; \
130 $(YACC) $(YACCFLAGS) $<; \
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/generate/unix/
H A DMakefile.config109 #YACC= byacc
112 YACC= bison
/netbsd-6-1-5-RELEASE/gnu/dist/grep/intl/
H A DMakefile51 YACC = bison -y -d macro
99 $(YACC) $(YFLAGS) --output $@ $<
H A DMakefile.in51 YACC = @INTLBISON@ -y -d
99 $(YACC) $(YFLAGS) --output $@ $<
/netbsd-6-1-5-RELEASE/usr.sbin/racoon/
H A DMakefile72 ${YACC} -pprsa -d -o ${.TARGET} ${.ALLSRC}
/netbsd-6-1-5-RELEASE/external/bsd/acpica/bin/iasl/
H A DMakefile82 ${YACC} -v -d -o${.TARGET} -pAslCompiler ${.ALLSRC}
89 ${YACC} -v -d -o${.TARGET} -pDtParser ${.ALLSRC}
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/config/djgpp/
H A Ddjconfig.sh148 export YACC="bison -y"
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/intl/
H A DMakefile.in51 YACC = @INTLBISON@ -y -d
176 $(YACC) $(YFLAGS) --output $@ $<
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-runtime/intl/
H A DMakefile.in51 YACC = @INTLBISON@ -y -d
178 $(YACC) $(YFLAGS) --output $@ $<
/netbsd-6-1-5-RELEASE/gnu/usr.bin/groff/
H A DMakefile.inc108 ${YACC.y} -o ${.TARGET} ${.IMPSRC}

Completed in 403 milliseconds

12345