HomeSort by relevance Sort by last modified time
    Searched refs:genmacro (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/yasm/
genmacro.host.darwin-x86.mk 7 LOCAL_MODULE_STEM := genmacro
28 third_party/yasm/source/patched-yasm/tools/genmacro/genmacro.c
176 .PHONY: genmacro
177 genmacro: third_party_yasm_genmacro_host_gyp
genmacro.host.linux-x86.mk 7 LOCAL_MODULE_STEM := genmacro
28 third_party/yasm/source/patched-yasm/tools/genmacro/genmacro.c
180 .PHONY: genmacro
181 genmacro: third_party_yasm_genmacro_host_gyp
yasm.host.darwin-x86.mk 17 $(gyp_shared_intermediate_dir)/genmacro \
30 $(gyp_intermediate_dir)/third_party/yasm/nasm-macros.c: $(gyp_shared_intermediate_dir)/genmacro $(LOCAL_PATH)/third_party/yasm/source/patched-yasm/modules/parsers/nasm/nasm-std.mac $(GYP_TARGET_DEPENDENCIES)
31 @echo "Gyp action: yasm genmacro for source/patched-yasm/modules/parsers/nasm/nasm-std.mac. ($@)"
32 $(hide)cd $(gyp_local_path)/third_party/yasm; mkdir -p $(gyp_intermediate_dir)/third_party/yasm; "$(gyp_shared_intermediate_dir)/genmacro" "$(gyp_intermediate_dir)/third_party/yasm/nasm-macros.c" nasm_standard_mac source/patched-yasm/modules/parsers/nasm/nasm-std.mac
40 $(gyp_intermediate_dir)/third_party/yasm/nasm-version.c: $(gyp_shared_intermediate_dir)/genmacro $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac $(GYP_TARGET_DEPENDENCIES)
41 @echo "Gyp action: yasm genmacro for $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac. ($@)"
42 $(hide)cd $(gyp_local_path)/third_party/yasm; mkdir -p $(gyp_intermediate_dir)/third_party/yasm; "$(gyp_shared_intermediate_dir)/genmacro" "$(gyp_intermediate_dir)/third_party/yasm/nasm-version.c" nasm_version_mac "$(gyp_shared_intermediate_dir)/third_party/yasm/version.mac"
50 $(gyp_intermediate_dir)/third_party/yasm/win64-gas.c: $(gyp_shared_intermediate_dir)/genmacro $(LOCAL_PATH)/third_party/yasm/source/patched-yasm/modules/objfmts/coff/win64-gas.mac $(GYP_TARGET_DEPENDENCIES)
51 @echo "Gyp action: yasm genmacro for source/patched-yasm/modules/objfmts/coff/win64-gas.mac. ($@)"
52 $(hide)cd $(gyp_local_path)/third_party/yasm; mkdir -p $(gyp_intermediate_dir)/third_party/yasm; "$(gyp_shared_intermediate_dir)/genmacro" "$(gyp_intermediate_dir)/third_party/yasm/win64-gas.c" win64_gas_stdmac source/patched-yasm/modul (…)
    [all...]
yasm.host.linux-x86.mk 17 $(gyp_shared_intermediate_dir)/genmacro \
30 $(gyp_intermediate_dir)/third_party/yasm/nasm-macros.c: $(gyp_shared_intermediate_dir)/genmacro $(LOCAL_PATH)/third_party/yasm/source/patched-yasm/modules/parsers/nasm/nasm-std.mac $(GYP_TARGET_DEPENDENCIES)
31 @echo "Gyp action: yasm genmacro for source/patched-yasm/modules/parsers/nasm/nasm-std.mac. ($@)"
32 $(hide)cd $(gyp_local_path)/third_party/yasm; mkdir -p $(gyp_intermediate_dir)/third_party/yasm; "$(gyp_shared_intermediate_dir)/genmacro" "$(gyp_intermediate_dir)/third_party/yasm/nasm-macros.c" nasm_standard_mac source/patched-yasm/modules/parsers/nasm/nasm-std.mac
40 $(gyp_intermediate_dir)/third_party/yasm/nasm-version.c: $(gyp_shared_intermediate_dir)/genmacro $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac $(GYP_TARGET_DEPENDENCIES)
41 @echo "Gyp action: yasm genmacro for $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac. ($@)"
42 $(hide)cd $(gyp_local_path)/third_party/yasm; mkdir -p $(gyp_intermediate_dir)/third_party/yasm; "$(gyp_shared_intermediate_dir)/genmacro" "$(gyp_intermediate_dir)/third_party/yasm/nasm-version.c" nasm_version_mac "$(gyp_shared_intermediate_dir)/third_party/yasm/version.mac"
50 $(gyp_intermediate_dir)/third_party/yasm/win64-gas.c: $(gyp_shared_intermediate_dir)/genmacro $(LOCAL_PATH)/third_party/yasm/source/patched-yasm/modules/objfmts/coff/win64-gas.mac $(GYP_TARGET_DEPENDENCIES)
51 @echo "Gyp action: yasm genmacro for source/patched-yasm/modules/objfmts/coff/win64-gas.mac. ($@)"
52 $(hide)cd $(gyp_local_path)/third_party/yasm; mkdir -p $(gyp_intermediate_dir)/third_party/yasm; "$(gyp_shared_intermediate_dir)/genmacro" "$(gyp_intermediate_dir)/third_party/yasm/win64-gas.c" win64_gas_stdmac source/patched-yasm/modul (…)
    [all...]
  /external/chromium_org/third_party/yasm/source/config/android/
Makefile 240 noinst_PROGRAMS = genstring$(EXEEXT) re2c$(EXEEXT) genmacro$(EXEEXT) \
319 $(srcdir)/tools/genmacro/Makefile.inc \
409 genmacro_DEPENDENCIES = genmacro.$(OBJEXT)
664 tools/genmacro/Makefile.inc tools/genperf/Makefile.inc \
683 tools/re2c/examples/rexx/scanio.c tools/genmacro/genmacro.c \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/linux/
Makefile 240 noinst_PROGRAMS = genstring$(EXEEXT) re2c$(EXEEXT) genmacro$(EXEEXT) \
319 $(srcdir)/tools/genmacro/Makefile.inc \
409 genmacro_DEPENDENCIES = genmacro.$(OBJEXT)
664 tools/genmacro/Makefile.inc tools/genperf/Makefile.inc \
683 tools/re2c/examples/rexx/scanio.c tools/genmacro/genmacro.c \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/openbsd/
Makefile 240 noinst_PROGRAMS = genstring$(EXEEXT) re2c$(EXEEXT) genmacro$(EXEEXT) \
319 $(srcdir)/tools/genmacro/Makefile.inc \
409 genmacro_DEPENDENCIES = genmacro.$(OBJEXT)
664 tools/genmacro/Makefile.inc tools/genperf/Makefile.inc \
683 tools/re2c/examples/rexx/scanio.c tools/genmacro/genmacro.c \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/win/
Makefile 240 noinst_PROGRAMS = genstring$(EXEEXT) re2c$(EXEEXT) genmacro$(EXEEXT) \
319 $(srcdir)/tools/genmacro/Makefile.inc \
409 genmacro_DEPENDENCIES = genmacro.$(OBJEXT)
664 tools/genmacro/Makefile.inc tools/genperf/Makefile.inc \
683 tools/re2c/examples/rexx/scanio.c tools/genmacro/genmacro.c \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/ios/
Makefile 240 noinst_PROGRAMS = genstring$(EXEEXT) re2c$(EXEEXT) genmacro$(EXEEXT) \
319 $(srcdir)/tools/genmacro/Makefile.inc \
409 genmacro_DEPENDENCIES = genmacro.$(OBJEXT)
664 tools/genmacro/Makefile.inc tools/genperf/Makefile.inc \
683 tools/re2c/examples/rexx/scanio.c tools/genmacro/genmacro.c \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/mac/
Makefile 240 noinst_PROGRAMS = genstring$(EXEEXT) re2c$(EXEEXT) genmacro$(EXEEXT) \
319 $(srcdir)/tools/genmacro/Makefile.inc \
409 genmacro_DEPENDENCIES = genmacro.$(OBJEXT)
664 tools/genmacro/Makefile.inc tools/genperf/Makefile.inc \
683 tools/re2c/examples/rexx/scanio.c tools/genmacro/genmacro.c \
    [all...]
  /external/chromium_org/
GypAndroid.darwin-x86.mk 203 include $(LOCAL_PATH)/third_party/yasm/genmacro.host.darwin-x86.mk
GypAndroid.linux-x86.mk 203 include $(LOCAL_PATH)/third_party/yasm/genmacro.host.linux-x86.mk

Completed in 220 milliseconds