Home
last modified time | relevance | path

Searched refs:CAMLRUN (Results 1 – 25 of 32) sorted by path

12

/dports/lang/ocaml-nox11/ocaml-4.05.0/
H A DMakefile51 CAMLRUN ?= boot/ocamlrun macro
79 CAMLLEX=$(CAMLRUN) boot/ocamllex
80 CAMLDEP=$(CAMLRUN) tools/ocamldep
407 @if $(CAMLRUN) tools/cmpbyt boot/ocamlc ocamlc \
418 $(CAMLRUN) tools/stripdebug ocamlc boot/ocamlc
419 $(CAMLRUN) tools/stripdebug lex/ocamllex boot/ocamllex
421 $(CAMLRUN) tools/stripdebug tools/ocamldep boot/ocamldep
499 $(MAKE) CAMLRUN=byterun/ocamlrun promote
788 - $(CAMLRUN) $^ $@ $(PERVASIVES)
923 $(CAMLRUN) tools/cvt_emit < $< >> $@ \
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/debugger/
H A DMakefile18 CAMLRUN ?= ../boot/ocamlrun macro
21 CAMLC=$(CAMLRUN) ../ocamlc -nostdlib -I ../stdlib
26 CAMLLEX=$(CAMLRUN) ../boot/ocamllex
27 CAMLDEP=$(CAMLRUN) ../tools/ocamldep
/dports/lang/ocaml-nox11/ocaml-4.05.0/lex/
H A DMakefile18 CAMLRUN ?= ../boot/ocamlrun macro
29 CAMLC=$(CAMLRUN) ../boot/ocamlc -strict-sequence -nostdlib -I ../boot \
31 CAMLOPT=$(CAMLRUN) ../ocamlopt -nostdlib -I ../stdlib
36 CAMLLEX=$(CAMLRUN) ../boot/ocamllex
37 CAMLDEP=$(CAMLRUN) ../tools/ocamldep
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/
H A DMakefile20 CAMLRUN ?= $(ROOTDIR)/boot/ocamlrun macro
29 CAMLC=$(CAMLRUN) $(ROOTDIR)/ocamlc -nostdlib -I $(ROOTDIR)/stdlib
30 CAMLOPT=$(CAMLRUN) $(ROOTDIR)/ocamlopt -nostdlib \
43 MKLIB=$(CAMLRUN) $(ROOTDIR)/tools/ocamlmklib
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/bigarray/
H A DMakefile27 $(CAMLRUN) $(ROOTDIR)/tools/ocamldep -slash *.mli *.ml >> .depend
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/dynlink/
H A DMakefile21 CAMLRUN ?= ../../boot/ocamlrun macro
25 OCAMLC = $(CAMLRUN) $(ROOTDIR)/ocamlc -nostdlib -I $(ROOTDIR)/stdlib
26 OCAMLOPT = $(CAMLRUN) $(ROOTDIR)/ocamlopt -nostdlib -I $(ROOTDIR)/stdlib
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/graph/
H A DMakefile32 $(CAMLRUN) ../../tools/ocamldep -slash *.mli *.ml >> .depend
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/num/
H A DMakefile38 $(CAMLRUN) $(ROOTDIR)/tools/ocamldep -slash *.mli *.ml >> .depend
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/raw_spacetime_lib/
H A DMakefile21 CAMLRUN ?= $(ROOTDIR)/boot/ocamlrun macro
22 CAMLC=$(CAMLRUN) $(ROOTDIR)/ocamlc -nostdlib -I $(ROOTDIR)/stdlib
23 CAMLOPT=$(CAMLRUN) $(ROOTDIR)/ocamlopt -nostdlib \
81 $(CAMLRUN) $(ROOTDIR)/tools/ocamldep *.mli *.ml >> .depend
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/str/
H A DMakefile30 $(CAMLRUN) $(ROOTDIR)/tools/ocamldep -slash *.mli *.ml >> .depend
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/systhreads/
H A DMakefile20 CAMLRUN ?= $(ROOTDIR)/boot/ocamlrun macro
31 CAMLC=$(CAMLRUN) $(ROOTDIR)/ocamlc $(LIBS)
32 CAMLOPT=$(CAMLRUN) $(ROOTDIR)/ocamlopt $(LIBS)
33 MKLIB=$(CAMLRUN) $(ROOTDIR)/tools/ocamlmklib
154 $(CAMLRUN) ../../tools/ocamldep -slash *.mli *.ml >> .depend
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/threads/
H A DMakefile19 CAMLRUN ?= ../../boot/ocamlrun macro
25 CAMLC=$(CAMLRUN) $(ROOTDIR)/ocamlc -nostdlib \
27 MKLIB=$(CAMLRUN) ../../tools/ocamlmklib
134 $(CAMLRUN) ../../tools/ocamldep -slash *.mli *.ml >> .depend
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/unix/
H A DMakefile50 $(CAMLRUN) ../../tools/ocamldep -slash *.mli *.ml >> .depend
/dports/lang/ocaml-nox11/ocaml-4.05.0/stdlib/
H A DMakefile17 CAMLRUN ?= ../boot/ocamlrun macro
22 CAMLC=$(CAMLRUN) $(COMPILER)
32 CAMLOPT=$(CAMLRUN) $(OPTCOMPILER)
33 CAMLDEP=$(CAMLRUN) ../tools/ocamldep
/dports/lang/ocaml-nox11/ocaml-4.05.0/tools/
H A DMakefile31 CAMLRUN ?= ../boot/ocamlrun macro
86 CAMLC=$(CAMLRUN) ../boot/ocamlc -nostdlib -I ../boot \
88 CAMLOPT=$(CAMLRUN) ../ocamlopt -nostdlib -I ../stdlib
95 CAMLLEX=$(CAMLRUN) ../boot/ocamllex
295 $(CAMLRUN) make_opcodes -opnames < $< > $@
393 $(CAMLRUN) ./ocamldep -slash $(INCLUDES) *.mli *.ml > .depend
/dports/lang/ocaml/ocaml-4.05.0/
H A DMakefile51 CAMLRUN ?= boot/ocamlrun macro
79 CAMLLEX=$(CAMLRUN) boot/ocamllex
80 CAMLDEP=$(CAMLRUN) tools/ocamldep
407 @if $(CAMLRUN) tools/cmpbyt boot/ocamlc ocamlc \
418 $(CAMLRUN) tools/stripdebug ocamlc boot/ocamlc
419 $(CAMLRUN) tools/stripdebug lex/ocamllex boot/ocamllex
421 $(CAMLRUN) tools/stripdebug tools/ocamldep boot/ocamldep
499 $(MAKE) CAMLRUN=byterun/ocamlrun promote
788 - $(CAMLRUN) $^ $@ $(PERVASIVES)
923 $(CAMLRUN) tools/cvt_emit < $< >> $@ \
[all …]
H A DMakefile.bak51 CAMLRUN ?= boot/ocamlrun
79 CAMLLEX=$(CAMLRUN) boot/ocamllex
80 CAMLDEP=$(CAMLRUN) tools/ocamldep
407 @if $(CAMLRUN) tools/cmpbyt boot/ocamlc ocamlc \
418 $(CAMLRUN) tools/stripdebug ocamlc boot/ocamlc
419 $(CAMLRUN) tools/stripdebug lex/ocamllex boot/ocamllex
421 $(CAMLRUN) tools/stripdebug tools/ocamldep boot/ocamldep
499 $(MAKE) CAMLRUN=byterun/ocamlrun promote
788 - $(CAMLRUN) $^ $@ $(PERVASIVES)
923 $(CAMLRUN) tools/cvt_emit < $< >> $@ \
[all …]
/dports/lang/ocaml/ocaml-4.05.0/debugger/
H A DMakefile18 CAMLRUN ?= ../boot/ocamlrun macro
21 CAMLC=$(CAMLRUN) ../ocamlc -nostdlib -I ../stdlib
26 CAMLLEX=$(CAMLRUN) ../boot/ocamllex
27 CAMLDEP=$(CAMLRUN) ../tools/ocamldep
/dports/lang/ocaml/ocaml-4.05.0/lex/
H A DMakefile18 CAMLRUN ?= ../boot/ocamlrun macro
29 CAMLC=$(CAMLRUN) ../boot/ocamlc -strict-sequence -nostdlib -I ../boot \
31 CAMLOPT=$(CAMLRUN) ../ocamlopt -nostdlib -I ../stdlib
36 CAMLLEX=$(CAMLRUN) ../boot/ocamllex
37 CAMLDEP=$(CAMLRUN) ../tools/ocamldep
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/
H A DMakefile20 CAMLRUN ?= $(ROOTDIR)/boot/ocamlrun macro
29 CAMLC=$(CAMLRUN) $(ROOTDIR)/ocamlc -nostdlib -I $(ROOTDIR)/stdlib
30 CAMLOPT=$(CAMLRUN) $(ROOTDIR)/ocamlopt -nostdlib \
43 MKLIB=$(CAMLRUN) $(ROOTDIR)/tools/ocamlmklib
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/bigarray/
H A DMakefile27 $(CAMLRUN) $(ROOTDIR)/tools/ocamldep -slash *.mli *.ml >> .depend
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/dynlink/
H A DMakefile21 CAMLRUN ?= ../../boot/ocamlrun macro
25 OCAMLC = $(CAMLRUN) $(ROOTDIR)/ocamlc -nostdlib -I $(ROOTDIR)/stdlib
26 OCAMLOPT = $(CAMLRUN) $(ROOTDIR)/ocamlopt -nostdlib -I $(ROOTDIR)/stdlib
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/graph/
H A DMakefile32 $(CAMLRUN) ../../tools/ocamldep -slash *.mli *.ml >> .depend
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/num/
H A DMakefile38 $(CAMLRUN) $(ROOTDIR)/tools/ocamldep -slash *.mli *.ml >> .depend
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/raw_spacetime_lib/
H A DMakefile21 CAMLRUN ?= $(ROOTDIR)/boot/ocamlrun macro
22 CAMLC=$(CAMLRUN) $(ROOTDIR)/ocamlc -nostdlib -I $(ROOTDIR)/stdlib
23 CAMLOPT=$(CAMLRUN) $(ROOTDIR)/ocamlopt -nostdlib \
81 $(CAMLRUN) $(ROOTDIR)/tools/ocamldep *.mli *.ml >> .depend

12