Home
last modified time | relevance | path

Searched refs:OCAMLYACC (Results 1 – 25 of 118) sorted by relevance

12345

/dports/devel/ocaml-camomile-examples/examples/escape/
H A DMakefile.in29 OCAMLYACC= @OCAMLYACC@
94 $(OCAMLYACC) -v $<
97 $(OCAMLYACC) -v $<
H A DMakefile30 OCAMLYACC= ocamlyacc macro
95 $(OCAMLYACC) -v $<
98 $(OCAMLYACC) -v $<
H A Dconfigure815 if test -n "$OCAMLYACC"; then
816 ac_cv_prog_OCAMLYACC="$OCAMLYACC" # Let the user override the test.
831 OCAMLYACC="$ac_cv_prog_OCAMLYACC"
832 if test -n "$OCAMLYACC"; then
833 echo "$ac_t""$OCAMLYACC" 1>&6
838 if test "$OCAMLYACC" = no ; then
1203 s%@OCAMLYACC@%$OCAMLYACC%g
H A Dconfigure.in26 # OCAMLYACC "ocamlyac"
112 AC_CHECK_PROG(OCAMLYACC,ocamlyacc,ocamlyacc,no)
113 if test "$OCAMLYACC" = no ; then
134 AC_SUBST(OCAMLYACC) subst
/dports/devel/ocaml-camomile-examples/examples/unescape/
H A DMakefile.in29 OCAMLYACC= @OCAMLYACC@
94 $(OCAMLYACC) -v $<
97 $(OCAMLYACC) -v $<
H A DMakefile30 OCAMLYACC= ocamlyacc macro
95 $(OCAMLYACC) -v $<
98 $(OCAMLYACC) -v $<
H A Dconfigure815 if test -n "$OCAMLYACC"; then
816 ac_cv_prog_OCAMLYACC="$OCAMLYACC" # Let the user override the test.
831 OCAMLYACC="$ac_cv_prog_OCAMLYACC"
832 if test -n "$OCAMLYACC"; then
833 echo "$ac_t""$OCAMLYACC" 1>&6
838 if test "$OCAMLYACC" = no ; then
1203 s%@OCAMLYACC@%$OCAMLYACC%g
H A Dconfigure.in26 # OCAMLYACC "ocamlyac"
112 AC_CHECK_PROG(OCAMLYACC,ocamlyacc,ocamlyacc,no)
113 if test "$OCAMLYACC" = no ; then
134 AC_SUBST(OCAMLYACC) subst
/dports/devel/ocaml-camomile-examples/examples/usort/
H A DMakefile.in29 OCAMLYACC= @OCAMLYACC@
94 $(OCAMLYACC) -v $<
97 $(OCAMLYACC) -v $<
H A Dconfigure815 if test -n "$OCAMLYACC"; then
816 ac_cv_prog_OCAMLYACC="$OCAMLYACC" # Let the user override the test.
831 OCAMLYACC="$ac_cv_prog_OCAMLYACC"
832 if test -n "$OCAMLYACC"; then
833 echo "$ac_t""$OCAMLYACC" 1>&6
838 if test "$OCAMLYACC" = no ; then
1203 s%@OCAMLYACC@%$OCAMLYACC%g
H A Dconfigure.in26 # OCAMLYACC "ocamlyac"
112 AC_CHECK_PROG(OCAMLYACC,ocamlyacc,ocamlyacc,no)
113 if test "$OCAMLYACC" = no ; then
134 AC_SUBST(OCAMLYACC) subst
/dports/devel/bsdowl/bsdowl-2.2.1/ocaml/
H A Docaml.yacc.mk37 OCAMLYACC?= ocamlyacc
75 ${OCAMLYACC} -b ${.TARGET:S/.mli$//:S/.ml$//} ${.ALLSRC}
/dports/math/scilab/scilab-6.1.1/scilab/m4/
H A Docaml.m446 AC_CHECK_PROG(OCAMLYACC,ocamlyacc,ocamlyacc,no)
47 if test "$OCAMLYACC" = no; then
61 AC_SUBST(OCAMLYACC)
/dports/lang/ocaml/ocaml-4.05.0/ocamldoc/
H A DMakefile20 OCAMLYACC ?= $(ROOTDIR)/boot/ocamlyacc macro
289 $(OCAMLYACC) -v $<
292 $(OCAMLYACC) -v $<
421 $(OCAMLYACC) odoc_text_parser.mly
422 $(OCAMLYACC) odoc_parser.mly
/dports/lang/ocaml-nox11/ocaml-4.05.0/ocamldoc/
H A DMakefile20 OCAMLYACC ?= $(ROOTDIR)/boot/ocamlyacc macro
289 $(OCAMLYACC) -v $<
292 $(OCAMLYACC) -v $<
421 $(OCAMLYACC) odoc_text_parser.mly
422 $(OCAMLYACC) odoc_parser.mly
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/src/translator/
H A Dmakefile.mak33 OCAMLYACC=ocamlyacc
40 $(OCAMLYACC) parsing/parser.mly
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/src/xml2modelica/
H A Dmakefile.mak34 OCAMLYACC=ocamlyacc
/dports/devel/ocaml-camomile-examples/examples/recode/
H A DOcamlMakefile116 ifndef OCAMLYACC
117 OCAMLYACC := ocamlyacc
120 export OCAMLYACC
452 $(OCAMLYACC) $(YFLAGS) $<
/dports/lang/ocaml/ocaml-4.05.0/
H A DMakefile.tools100 OCAMLYACC=$(TOPDIR)/yacc/ocamlyacc$(EXE)
/dports/lang/ocaml-nox11/ocaml-4.05.0/
H A DMakefile.tools100 OCAMLYACC=$(TOPDIR)/yacc/ocamlyacc$(EXE)
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/makefiles/
H A DMakefile.common56 @$(OCAMLYACC) -q $< 2> /dev/null
/dports/lang/ocaml/ocaml-4.05.0/testsuite/makefiles/
H A DMakefile.common56 @$(OCAMLYACC) -q $< 2> /dev/null
/dports/lang/ocaml-autoconf/ocaml-autoconf-1.0/
H A Docaml.m4103 AC_CHECK_TOOL([OCAMLYACC],[ocamlyacc],[no])
104 AC_SUBST([OCAMLYACC])
/dports/net/nbdkit/nbdkit-1.20.4/m4/
H A Docaml.m4111 AC_CHECK_TOOL([OCAMLYACC],[ocamlyacc],[no])
112 AC_SUBST([OCAMLYACC])
/dports/devel/ppl/ppl-1.2/m4/
H A Docaml.m4130 AC_CHECK_TOOL([OCAMLYACC],[ocamlyacc],[no])
131 AC_SUBST([OCAMLYACC])

12345