Dale Curtis | 9596cc0 | 2018-10-31 14:25:55 -0700 | [diff] [blame] | 1 | # Copyright (c) 2018 The Chromium Authors. All rights reserved. |
| 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
| 4 | |
| 5 | # This file is created by generate_nasm_sources.py. Do not edit manually. |
| 6 | |
| 7 | ndisasm_sources = [ "disasm/ndisasm.c" ] |
| 8 | nasmlib_sources = [ |
| 9 | "asm/assemble.c", |
| 10 | "asm/directbl.c", |
| 11 | "asm/directiv.c", |
| 12 | "asm/error.c", |
| 13 | "asm/eval.c", |
| 14 | "asm/exprdump.c", |
| 15 | "asm/exprlib.c", |
Dale Curtis | e293814 | 2020-06-29 15:29:48 -0700 | [diff] [blame] | 16 | "asm/floats.c", |
Dale Curtis | 9596cc0 | 2018-10-31 14:25:55 -0700 | [diff] [blame] | 17 | "asm/labels.c", |
| 18 | "asm/listing.c", |
| 19 | "asm/parser.c", |
| 20 | "asm/pptok.c", |
| 21 | "asm/pragma.c", |
| 22 | "asm/preproc-nop.c", |
| 23 | "asm/preproc.c", |
| 24 | "asm/quote.c", |
| 25 | "asm/rdstrnum.c", |
| 26 | "asm/segalloc.c", |
Dale Curtis | e293814 | 2020-06-29 15:29:48 -0700 | [diff] [blame] | 27 | "asm/srcfile.c", |
Dale Curtis | 9596cc0 | 2018-10-31 14:25:55 -0700 | [diff] [blame] | 28 | "asm/stdscan.c", |
| 29 | "asm/strfunc.c", |
| 30 | "asm/tokhash.c", |
Dale Curtis | e293814 | 2020-06-29 15:29:48 -0700 | [diff] [blame] | 31 | "asm/warnings.c", |
Dale Curtis | 9596cc0 | 2018-10-31 14:25:55 -0700 | [diff] [blame] | 32 | "common/common.c", |
| 33 | "disasm/disasm.c", |
| 34 | "disasm/sync.c", |
| 35 | "macros/macros.c", |
Dale Curtis | e293814 | 2020-06-29 15:29:48 -0700 | [diff] [blame] | 36 | "nasmlib/alloc.c", |
| 37 | "nasmlib/asprintf.c", |
Dale Curtis | 9596cc0 | 2018-10-31 14:25:55 -0700 | [diff] [blame] | 38 | "nasmlib/badenum.c", |
| 39 | "nasmlib/bsi.c", |
| 40 | "nasmlib/crc64.c", |
| 41 | "nasmlib/file.c", |
| 42 | "nasmlib/filename.c", |
| 43 | "nasmlib/hashtbl.c", |
| 44 | "nasmlib/ilog2.c", |
Dale Curtis | 9596cc0 | 2018-10-31 14:25:55 -0700 | [diff] [blame] | 45 | "nasmlib/md5c.c", |
| 46 | "nasmlib/mmap.c", |
Dale Curtis | e293814 | 2020-06-29 15:29:48 -0700 | [diff] [blame] | 47 | "nasmlib/nctype.c", |
Dale Curtis | 9596cc0 | 2018-10-31 14:25:55 -0700 | [diff] [blame] | 48 | "nasmlib/path.c", |
| 49 | "nasmlib/perfhash.c", |
| 50 | "nasmlib/raa.c", |
| 51 | "nasmlib/rbtree.c", |
| 52 | "nasmlib/readnum.c", |
| 53 | "nasmlib/realpath.c", |
Dale Curtis | e293814 | 2020-06-29 15:29:48 -0700 | [diff] [blame] | 54 | "nasmlib/rlimit.c", |
Dale Curtis | 9596cc0 | 2018-10-31 14:25:55 -0700 | [diff] [blame] | 55 | "nasmlib/saa.c", |
Dale Curtis | 9596cc0 | 2018-10-31 14:25:55 -0700 | [diff] [blame] | 56 | "nasmlib/string.c", |
| 57 | "nasmlib/strlist.c", |
| 58 | "nasmlib/ver.c", |
| 59 | "nasmlib/zerobuf.c", |
| 60 | "output/codeview.c", |
| 61 | "output/legacy.c", |
| 62 | "output/nulldbg.c", |
| 63 | "output/nullout.c", |
| 64 | "output/outaout.c", |
| 65 | "output/outas86.c", |
| 66 | "output/outbin.c", |
| 67 | "output/outcoff.c", |
| 68 | "output/outdbg.c", |
| 69 | "output/outelf.c", |
| 70 | "output/outform.c", |
| 71 | "output/outieee.c", |
| 72 | "output/outlib.c", |
| 73 | "output/outmacho.c", |
| 74 | "output/outobj.c", |
| 75 | "output/outrdf2.c", |
Dale Curtis | 9596cc0 | 2018-10-31 14:25:55 -0700 | [diff] [blame] | 76 | "stdlib/snprintf.c", |
| 77 | "stdlib/strlcpy.c", |
| 78 | "stdlib/strnlen.c", |
| 79 | "stdlib/strrchrnul.c", |
| 80 | "stdlib/vsnprintf.c", |
| 81 | "x86/disp8.c", |
| 82 | "x86/iflag.c", |
| 83 | "x86/insnsa.c", |
| 84 | "x86/insnsb.c", |
| 85 | "x86/insnsd.c", |
| 86 | "x86/insnsn.c", |
| 87 | "x86/regdis.c", |
| 88 | "x86/regflags.c", |
| 89 | "x86/regs.c", |
| 90 | "x86/regvals.c", |
| 91 | ] |
| 92 | nasm_sources = [ "asm/nasm.c" ] |