Yasm Assembler mainline development tree (ffmpeg 依赖)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
540 B

libyasm_a_SOURCES += modules/objfmts/elf/elf.c
libyasm_a_SOURCES += modules/objfmts/elf/elf.h
libyasm_a_SOURCES += modules/objfmts/elf/elf-objfmt.c
libyasm_a_SOURCES += modules/objfmts/elf/elf-machine.h
libyasm_a_SOURCES += modules/objfmts/elf/elf-x86-x86.c
libyasm_a_SOURCES += modules/objfmts/elf/elf-x86-amd64.c
libyasm_a_SOURCES += modules/objfmts/elf/elf-x86-x32.c
YASM_MODULES += objfmt_elf objfmt_elf32 objfmt_elf64 objfmt_elfx32
EXTRA_DIST += modules/objfmts/elf/tests/Makefile.inc
include modules/objfmts/elf/tests/Makefile.inc