Changeset 34120f10 in mainline for uspace/lib/c/meson.build
- Timestamp:
- 2023-10-27T19:38:31Z (20 months ago)
- Branches:
- master, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 63ed840
- Parents:
- c89ae25 (diff), 694ca3d6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/meson.build
rc89ae25 r34120f10 42 42 root_path / 'abi' / 'arch' / UARCH / 'include', 43 43 root_path / 'abi' / 'include', 44 root_path / 'common' / 'include', 44 45 ] 45 46 … … 60 61 61 62 src += files( 63 'common/adt/checksum.c', 64 'common/adt/circ_buf.c', 65 'common/adt/list.c', 66 'common/adt/hash_table.c', 67 'common/adt/odict.c', 68 'common/adt/prodcons.c', 69 'common/printf/printf_core.c', 70 'common/stdc/ctype.c', 71 'common/stdc/mem.c', 72 'common/stdc/bsearch.c', 73 'common/stdc/qsort.c', 74 'common/stdc/calloc.c', 75 'common/gsort.c', 76 'common/str.c', 77 'common/str_error.c', 78 'common/strtol.c', 79 62 80 'generic/libc.c', 63 81 'generic/as.c', … … 69 87 'generic/context.c', 70 88 'generic/corecfg.c', 71 'generic/ctype.c',72 89 'generic/device/clock_dev.c', 73 90 'generic/device/hw_res.c', … … 81 98 'generic/event.c', 82 99 'generic/errno.c', 83 'generic/gsort.c',84 100 'generic/inttypes.c', 85 101 'generic/ipc_test.c', 86 102 'generic/loc.c', 87 'generic/mem.c',88 'generic/str.c',89 103 'generic/string.c', 90 'generic/str_error.c',91 'generic/strtol.c',92 104 'generic/l18n/langs.c', 93 105 'generic/pcb.c', … … 109 121 'generic/io/vprintf.c', 110 122 'generic/io/vsnprintf.c', 111 'generic/io/printf_core.c',112 123 'generic/io/con_srv.c', 113 124 'generic/io/console.c', … … 138 149 'generic/loader.c', 139 150 'generic/getopt.c', 140 'generic/adt/checksum.c',141 'generic/adt/circ_buf.c',142 'generic/adt/list.c',143 'generic/adt/hash_table.c',144 'generic/adt/odict.c',145 'generic/adt/prodcons.c',146 151 'generic/time.c', 147 152 'generic/tmpfile.c', … … 159 164 'generic/stats.c', 160 165 'generic/assert.c', 161 'generic/bsearch.c',162 'generic/qsort.c',163 166 'generic/ubsan.c', 164 167 'generic/uuid.c',
Note:
See TracChangeset
for help on using the changeset viewer.