Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/meson.build

    r7d7f5e3 r694ca3d6  
    4242        root_path / 'abi' / 'arch' / UARCH / 'include',
    4343        root_path / 'abi' / 'include',
     44        root_path / 'common' / 'include',
    4445]
    4546
     
    6061
    6162src += 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
    6280        'generic/libc.c',
    6381        'generic/as.c',
     
    6987        'generic/context.c',
    7088        'generic/corecfg.c',
    71         'generic/ctype.c',
    7289        'generic/device/clock_dev.c',
    7390        'generic/device/hw_res.c',
     
    8198        'generic/event.c',
    8299        'generic/errno.c',
    83         'generic/gsort.c',
    84100        'generic/inttypes.c',
    85101        'generic/ipc_test.c',
    86102        'generic/loc.c',
    87         'generic/mem.c',
    88         'generic/str.c',
    89103        'generic/string.c',
    90         'generic/str_error.c',
    91         'generic/strtol.c',
    92104        'generic/l18n/langs.c',
    93105        'generic/pcb.c',
     
    109121        'generic/io/vprintf.c',
    110122        'generic/io/vsnprintf.c',
    111         'generic/io/printf_core.c',
    112123        'generic/io/con_srv.c',
    113124        'generic/io/console.c',
     
    138149        'generic/loader.c',
    139150        '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',
    146151        'generic/time.c',
    147152        'generic/tmpfile.c',
     
    159164        'generic/stats.c',
    160165        'generic/assert.c',
    161         'generic/bsearch.c',
    162         'generic/qsort.c',
    163166        'generic/ubsan.c',
    164167        'generic/uuid.c',
Note: See TracChangeset for help on using the changeset viewer.