Searched refs:caml (Results 1 – 7 of 7) sorted by relevance
/xen/tools/ocaml/ |
A D | Makefile.rules | 54 mk-caml-lib-native = $(call quiet-command, $(OCAMLOPT) $(OCAMLOPTFLAGS) -a -o $1 $2 $3,MLA,$1) 55 mk-caml-lib-bytecode = $(call quiet-command, $(OCAMLC) $(OCAMLCFLAGS) -a -o $1 $2 $3,MLA,$1) 57 mk-caml-stubs = $(call quiet-command, $(OCAMLMKLIB) -o `basename $1 .a` $2,MKLIB,$1) 58 mk-caml-lib-stubs = \ 64 …$(call mk-caml-lib-native,$$@, -cclib -l$(1)_stubs $(foreach lib,$(LIBS_$(1)),-cclib $(lib)), $(fo… 66 $(call mk-caml-lib-bytecode,$$@, -dllib dll$(1)_stubs.so -cclib -l$(1)_stubs, $$+) 68 $(call mk-caml-stubs,$$@, $$+) 70 $(call mk-caml-lib-stubs,$$@, $$+) 75 $(call mk-caml-lib-native,$$@, , $(foreach obj,$($(1)_OBJS),$(obj).cmx)) 77 $(call mk-caml-lib-bytecode,$$@, , $$+)
|
/xen/stubdom/caml/ |
A D | Makefile | 15 all: main-caml.o caml.o 20 caml.o: $(OBJS)
|
/xen/stubdom/ |
A D | configure.ac | 23 AX_STUBDOM_DEFAULT_DISABLE([caml-stubdom], [caml]) 68 AX_STUBDOM_LIB_NOEXT([OCAML], [ocaml], [4.02.0], [http://caml.inria.fr/pub/distrib/ocaml-4.02])
|
A D | Makefile | 481 caml-minios-config.mk: $(CURDIR)/caml/minios.cfg 484 .PHONY: caml 485 caml: $(CROSS_ROOT) target 563 .PHONY: caml-stubdom 564 caml-stubdom: mini-os-$(XEN_TARGET_ARCH)-caml lwip-$(XEN_TARGET_ARCH) libxc cross-ocaml caml 610 install-caml: caml-stubdom 664 rm -fr mini-os-$(XEN_TARGET_ARCH)-caml 669 $(MAKE) DESTDIR= -C caml clean
|
A D | configure | 1342 --enable-caml-stubdom Build and install caml-stubdom (default is DISABLED) 2066 caml=y 2078 caml=n 2089 caml=n
|
/xen/docs/misc/ |
A D | stubdom.txt | 194 make caml-stubdom 196 you can compile examples of C or caml stub domain kernels. You can use these
|
/xen/ |
A D | INSTALL | 171 --enable-caml-stubdom
|
Completed in 11 milliseconds