]> granicus.if.org Git - yasm/blob - modules/objfmts/elf/Makefile.inc
Add support for x32
[yasm] / modules / objfmts / elf / Makefile.inc
1 libyasm_a_SOURCES += modules/objfmts/elf/elf.c
2 libyasm_a_SOURCES += modules/objfmts/elf/elf.h
3 libyasm_a_SOURCES += modules/objfmts/elf/elf-objfmt.c
4 libyasm_a_SOURCES += modules/objfmts/elf/elf-machine.h
5 libyasm_a_SOURCES += modules/objfmts/elf/elf-x86-x86.c
6 libyasm_a_SOURCES += modules/objfmts/elf/elf-x86-amd64.c
7 libyasm_a_SOURCES += modules/objfmts/elf/elf-x86-x32.c
8
9 YASM_MODULES += objfmt_elf objfmt_elf32 objfmt_elf64 objfmt_elfx32
10
11 EXTRA_DIST += modules/objfmts/elf/tests/Makefile.inc
12
13 include modules/objfmts/elf/tests/Makefile.inc