Searched refs:ocaml (Results 1 – 25 of 100) sorted by relevance
1234
31 # ocaml32 bindings/ocaml/*.cmi33 bindings/ocaml/*.cmx34 bindings/ocaml/*.cmxa35 bindings/ocaml/*.mli36 bindings/ocaml/test37 bindings/ocaml/test_arm38 bindings/ocaml/test_arm6439 bindings/ocaml/test_mips40 bindings/ocaml/test_x86[all …]
7 …mx test_arm64.cmx test_mips.cmx test_ppc.cmx test_sparc.cmx test_systemz.cmx test_xcore.cmx ocaml.o8 ocamlopt -o test_basic -ccopt $(FLAGS) ocaml.o capstone.cmx test_basic.cmx -cclib -l$(LIB)9 ocamlopt -o test_detail -ccopt $(FLAGS) capstone.cmx ocaml.o test_detail.cmx -cclib -l$(LIB)10 …ocamlopt -o test_x86 -ccopt $(FLAGS) capstone.cmx ocaml.o x86.cmx x86_const.cmx test_x86.cmx -ccli…11 …ocamlopt -o test_arm -ccopt $(FLAGS) capstone.cmx ocaml.o arm.cmx arm_const.cmx test_arm.cmx -ccli…12 …ocamlopt -o test_arm64 -ccopt $(FLAGS) capstone.cmx ocaml.o arm64.cmx arm64_const.cmx test_arm64.c…13 …ocamlopt -o test_mips -ccopt $(FLAGS) capstone.cmx ocaml.o mips.cmx mips_const.cmx test_mips.cmx -…14 …ocamlopt -o test_ppc -ccopt $(FLAGS) capstone.cmx ocaml.o ppc.cmx ppc_const.cmx test_ppc.cmx -ccli…15 …ocamlopt -o test_sparc -ccopt $(FLAGS) capstone.cmx ocaml.o sparc.cmx sparc_const.cmx test_sparc.c…16 …ocamlopt -o test_systemz -ccopt $(FLAGS) capstone.cmx ocaml.o systemz.cmx sysz_const.cmx test_syst…[all …]
8 "${LLVM_LIBRARY_DIR}/ocaml/META.llvm")10 install(FILES "${LLVM_LIBRARY_DIR}/ocaml/META.llvm"11 DESTINATION lib/ocaml)
15 .PHONY: all expected python java ocaml20 cd ocaml && $(MAKE) gen_const66 ocaml: FORCE target83 cd ocaml && $(MAKE) clean86 make -C ocaml check
23 "${LLVM_LIBRARY_DIR}/ocaml/META.llvm_${TARGET}")25 install(FILES "${LLVM_LIBRARY_DIR}/ocaml/META.llvm_${TARGET}"26 DESTINATION lib/ocaml)
22 include $(LEVEL)/bindings/ocaml/Makefile.ocaml
24 include $(LEVEL)/bindings/ocaml/Makefile.ocaml
8 "${LLVM_LIBRARY_DIR}/ocaml/META.llvm")10 install(FILES "${LLVM_LIBRARY_DIR}/ocaml/META.llvm"
25 include $(LEVEL)/bindings/ocaml/Makefile.ocaml
9 flag ["link"; "ocaml"; "g++"] (S[A"-cc"; A"g++"]);;10 dep ["link"; "ocaml"; "use_bindings"] ["bindings.o"];;
9 flag ["link"; "ocaml"; "g++"] (S[A"-cc"; A"g++"; A"-cclib"; A"-rdynamic"]);;10 dep ["link"; "ocaml"; "use_bindings"] ["bindings.o"];;
37 .. code-block:: ocaml55 .. code-block:: ocaml80 .. code-block:: ocaml107 .. code-block:: ocaml137 .. code-block:: ocaml159 .. code-block:: ocaml190 .. code-block:: ocaml228 .. code-block:: ocaml250 .. code-block:: ocaml294 .. code-block:: ocaml[all …]
28 ifeq ($(filter $(BINDINGS_TO_BUILD),ocaml),ocaml)