Searched refs:caml (Results 1 – 7 of 7) sorted by relevance
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/stubdom/caml/ |
A D | Makefile | 15 all: main-caml.o caml.o 20 caml.o: $(OBJS)
|
/xen-4.10.0-shim-comet/stubdom/ |
A D | configure.ac | 23 AX_STUBDOM_DEFAULT_DISABLE([caml-stubdom], [caml]) 68 AX_STUBDOM_LIB_NOEXT([OCAML], [ocaml], [3.11.0], [http://caml.inria.fr/pub/distrib/ocaml-3.11])
|
A D | Makefile | 478 caml-minios-config.mk: $(CURDIR)/caml/minios.cfg 481 .PHONY: caml 482 caml: $(CROSS_ROOT) target 560 .PHONY: caml-stubdom 561 caml-stubdom: mini-os-$(XEN_TARGET_ARCH)-caml lwip-$(XEN_TARGET_ARCH) libxc cross-ocaml caml 607 install-caml: caml-stubdom 661 rm -fr mini-os-$(XEN_TARGET_ARCH)-caml 666 $(MAKE) DESTDIR= -C caml clean
|
A D | configure | 1341 --enable-caml-stubdom Build and install caml-stubdom (default is DISABLED) 2065 caml=y 2077 caml=n 2088 caml=n
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | stubdom.txt | 89 make caml-stubdom 91 you can compile examples of C or caml stub domain kernels. You can use these
|
/xen-4.10.0-shim-comet/ |
A D | INSTALL | 155 --enable-caml-stubdom
|
Completed in 9 milliseconds