diff options
Diffstat (limited to 'deps.mk')
-rw-r--r-- | deps.mk | 1951 |
1 files changed, 1951 insertions, 0 deletions
diff --git a/deps.mk b/deps.mk new file mode 100644 index 00000000..5a916bcd --- /dev/null +++ b/deps.mk @@ -0,0 +1,1951 @@ +manpages.en.in = \ + doc/grovel.CHANGELOG.en.7.in \ + doc/grovel.README.en.7.in \ + doc/grovel.TODOs.en.7.in \ + doc/grovel.en.1.in \ + doc/grovel.recipe.en.7.in \ + doc/grovel.tutorial.en.7.in \ + doc/grovel.why.en.7.in \ + +manpages.in = $(manpages.en.in) +catalogs.en.msg = +catalogs.msg = $(catalogs.en.msg) + +fuzz.c = \ + tests/fuzz/another.c \ + tests/fuzz/hello.c \ + +tests/fuzz/another.xa: tests/fuzz/another.o +tests/fuzz/hello.xa: tests/fuzz/hello.o +tests/fuzz/another.bin-check: tests/fuzz/another.bin +tests/fuzz/hello.bin-check: tests/fuzz/hello.bin + +## no x86_64, and has different extension +#isources.S = \ +# src/fenv/arm/fenv-hf.S \ +# src/fenv/mips/fenv.S \ +# src/fenv/mips64/fenv.S \ +# src/fenv/mipsn32/fenv.S \ +# src/fenv/powerpc/fenv.S \ +# src/fenv/riscv64/fenv.S \ +# src/fenv/sh/fenv.S \ +# src/ldso/arm/dlsym_time64.S \ +# src/ldso/arm/tlsdesc.S \ +# src/ldso/i386/dlsym_time64.S \ +# src/ldso/m68k/dlsym_time64.S \ +# src/ldso/microblaze/dlsym_time64.S \ +# src/ldso/mips/dlsym_time64.S \ +# src/ldso/mipsn32/dlsym_time64.S \ +# src/ldso/or1k/dlsym_time64.S \ +# src/ldso/powerpc/dlsym_time64.S \ +# src/ldso/sh/dlsym_time64.S \ +# src/setjmp/arm/longjmp.S \ +# src/setjmp/arm/setjmp.S \ +# src/setjmp/mips/longjmp.S \ +# src/setjmp/mips/setjmp.S \ +# src/setjmp/mips64/longjmp.S \ +# src/setjmp/mips64/setjmp.S \ +# src/setjmp/mipsn32/longjmp.S \ +# src/setjmp/mipsn32/setjmp.S \ +# src/setjmp/powerpc/longjmp.S \ +# src/setjmp/powerpc/setjmp.S \ +# src/setjmp/riscv64/longjmp.S \ +# src/setjmp/riscv64/setjmp.S \ +# src/setjmp/sh/longjmp.S \ +# src/setjmp/sh/setjmp.S \ +# src/string/aarch64/memcpy.S \ +# src/string/aarch64/memset.S \ +# src/string/arm/memcpy.S \ + +## $PLATFORM +# src/fenv/s390x/fenv.c \ +# src/fenv/powerpc64/fenv.c \ +# src/math/aarch64/ceil.c \ +# src/math/aarch64/ceilf.c \ +# src/math/aarch64/fabs.c \ +# src/math/aarch64/fabsf.c \ +# src/math/aarch64/floor.c \ +# src/math/aarch64/floorf.c \ +# src/math/aarch64/fma.c \ +# src/math/aarch64/fmaf.c \ +# src/math/aarch64/fmax.c \ +# src/math/aarch64/fmaxf.c \ +# src/math/aarch64/fmin.c \ +# src/math/aarch64/fminf.c \ +# src/math/aarch64/llrint.c \ +# src/math/aarch64/llrintf.c \ +# src/math/aarch64/llround.c \ +# src/math/aarch64/llroundf.c \ +# src/math/aarch64/lrint.c \ +# src/math/aarch64/lrintf.c \ +# src/math/aarch64/lround.c \ +# src/math/aarch64/lroundf.c \ +# src/math/aarch64/nearbyint.c \ +# src/math/aarch64/nearbyintf.c \ +# src/math/aarch64/rint.c \ +# src/math/aarch64/rintf.c \ +# src/math/aarch64/round.c \ +# src/math/aarch64/roundf.c \ +# src/math/aarch64/sqrt.c \ +# src/math/aarch64/sqrtf.c \ +# src/math/aarch64/trunc.c \ +# src/math/aarch64/truncf.c \ +# src/math/arm/fabs.c \ +# src/math/arm/fabsf.c \ +# src/math/arm/fma.c \ +# src/math/arm/fmaf.c \ +# src/math/arm/sqrt.c \ +# src/math/arm/sqrtf.c \ +# src/fenv/arm/fenv.c \ +# src/fenv/m68k/fenv.c \ +# src/fenv/mips/fenv-sf.c \ +# src/fenv/mips64/fenv-sf.c \ +# src/fenv/mipsn32/fenv-sf.c \ +# src/fenv/powerpc/fenv-sf.c \ +# src/fenv/riscv64/fenv-sf.c \ +# src/fenv/sh/fenv-nofpu.c \ +# src/math/powerpc/fabs.c \ +# src/math/powerpc/fabsf.c \ +# src/math/powerpc/fma.c \ +# src/math/powerpc/fmaf.c \ +# src/math/powerpc/sqrt.c \ +# src/math/powerpc/sqrtf.c \ +# src/math/powerpc64/ceil.c \ +# src/math/powerpc64/ceilf.c \ +# src/math/powerpc64/fabs.c \ +# src/math/powerpc64/fabsf.c \ +# src/math/powerpc64/floor.c \ +# src/math/powerpc64/floorf.c \ +# src/math/powerpc64/fma.c \ +# src/math/powerpc64/fmaf.c \ +# src/math/powerpc64/fmax.c \ +# src/math/powerpc64/fmaxf.c \ +# src/math/powerpc64/fmin.c \ +# src/math/powerpc64/fminf.c \ +# src/math/powerpc64/lrint.c \ +# src/math/powerpc64/lrintf.c \ +# src/math/powerpc64/lround.c \ +# src/math/powerpc64/lroundf.c \ +# src/math/powerpc64/round.c \ +# src/math/powerpc64/roundf.c \ +# src/math/powerpc64/sqrt.c \ +# src/math/powerpc64/sqrtf.c \ +# src/math/powerpc64/trunc.c \ +# src/math/powerpc64/truncf.c \ +# src/math/s390x/ceil.c \ +# src/math/s390x/ceilf.c \ +# src/math/s390x/ceill.c \ +# src/math/s390x/fabs.c \ +# src/math/s390x/fabsf.c \ +# src/math/s390x/fabsl.c \ +# src/math/s390x/floor.c \ +# src/math/s390x/floorf.c \ +# src/math/s390x/floorl.c \ +# src/math/s390x/fma.c \ +# src/math/s390x/fmaf.c \ +# src/math/s390x/nearbyint.c \ +# src/math/s390x/nearbyintf.c \ +# src/math/s390x/nearbyintl.c \ +# src/math/s390x/rint.c \ +# src/math/s390x/rintf.c \ +# src/math/s390x/rintl.c \ +# src/math/s390x/round.c \ +# src/math/s390x/roundf.c \ +# src/math/s390x/roundl.c \ +# src/math/s390x/sqrt.c \ +# src/math/s390x/sqrtf.c \ +# src/math/s390x/sqrtl.c \ +# src/math/s390x/trunc.c \ +# src/math/s390x/truncf.c \ +# src/math/s390x/truncl.c \ +# src/thread/sh/__set_thread_area.c \ +# src/thread/sh/__unmapself.c \ +# src/unistd/mipsn32/lseek.c \ +# crt/crti.c \ +# crt/crtn.c \ +# src/exit/arm/__aeabi_atexit.c \ +# src/ldso/arm/find_exidx.c \ +# src/thread/arm/__set_thread_area.c \ +# src/math/riscv64/copysign.c \ +# src/math/riscv64/copysignf.c \ +# src/math/riscv64/fabs.c \ +# src/math/riscv64/fabsf.c \ +# src/math/riscv64/fma.c \ +# src/math/riscv64/fmaf.c \ +# src/math/riscv64/fmax.c \ +# src/math/riscv64/fmaxf.c \ +# src/math/riscv64/fmin.c \ +# src/math/riscv64/fminf.c \ +# src/math/riscv64/sqrt.c \ +# src/math/riscv64/sqrtf.c \ +# src/math/i386/fabs.c \ +# src/math/i386/fabsf.c \ +# src/math/i386/fabsl.c \ +# src/math/i386/fmod.c \ +# src/math/i386/fmodf.c \ +# src/math/i386/fmodl.c \ +# src/math/i386/llrint.c \ +# src/math/i386/llrintf.c \ +# src/math/i386/llrintl.c \ +# src/math/i386/lrint.c \ +# src/math/i386/lrintf.c \ +# src/math/i386/lrintl.c \ +# src/math/i386/remainder.c \ +# src/math/i386/remainderf.c \ +# src/math/i386/remainderl.c \ +# src/math/i386/rint.c \ +# src/math/i386/rintf.c \ +# src/math/i386/rintl.c \ +# src/math/i386/sqrt.c \ +# src/math/i386/sqrtf.c \ +# src/math/i386/sqrtl.c \ +# src/math/m68k/sqrtl.c \ +# src/math/mips/fabs.c \ +# src/math/mips/fabsf.c \ +# src/math/mips/sqrt.c \ +# src/math/mips/sqrtf.c \ +# src/math/x32/fma.c \ +# src/math/x32/fmaf.c \ + +# src/signal/x32/getitimer.c \ +# src/signal/x32/setitimer.c \ +# src/unistd/x32/lseek.c \ +# src/internal/sh/__shcall.c \ +# src/linux/x32/sysinfo.c \ + +## compat +# compat/time32/__xstat.c \ +# compat/time32/adjtime32.c \ +# compat/time32/adjtimex_time32.c \ +# compat/time32/aio_suspend_time32.c \ +# compat/time32/clock_adjtime32.c \ +# compat/time32/clock_getres_time32.c \ +# compat/time32/clock_gettime32.c \ +# compat/time32/clock_nanosleep_time32.c \ +# compat/time32/clock_settime32.c \ +# compat/time32/cnd_timedwait_time32.c \ +# compat/time32/ctime32.c \ +# compat/time32/ctime32_r.c \ +# compat/time32/difftime32.c \ +# compat/time32/fstat_time32.c \ +# compat/time32/fstatat_time32.c \ +# compat/time32/ftime32.c \ +# compat/time32/futimens_time32.c \ +# compat/time32/futimes_time32.c \ +# compat/time32/futimesat_time32.c \ +# compat/time32/getitimer_time32.c \ +# compat/time32/getrusage_time32.c \ +# compat/time32/gettimeofday_time32.c \ +# compat/time32/gmtime32.c \ +# compat/time32/gmtime32_r.c \ +# compat/time32/localtime32.c \ +# compat/time32/localtime32_r.c \ +# compat/time32/lstat_time32.c \ +# compat/time32/lutimes_time32.c \ +# compat/time32/mktime32.c \ +# compat/time32/mq_timedreceive_time32.c \ +# compat/time32/mq_timedsend_time32.c \ +# compat/time32/mtx_timedlock_time32.c \ +# compat/time32/nanosleep_time32.c \ +# compat/time32/ppoll_time32.c \ +# compat/time32/pselect_time32.c \ +# compat/time32/pthread_cond_timedwait_time32.c \ +# compat/time32/pthread_mutex_timedlock_time32.c \ +# compat/time32/pthread_rwlock_timedrdlock_time32.c \ +# compat/time32/pthread_rwlock_timedwrlock_time32.c \ +# compat/time32/pthread_timedjoin_np_time32.c \ +# compat/time32/recvmmsg_time32.c \ +# compat/time32/sched_rr_get_interval_time32.c \ +# compat/time32/select_time32.c \ +# compat/time32/sem_timedwait_time32.c \ +# compat/time32/semtimedop_time32.c \ +# compat/time32/setitimer_time32.c \ +# compat/time32/settimeofday_time32.c \ +# compat/time32/sigtimedwait_time32.c \ +# compat/time32/stat_time32.c \ +# compat/time32/stime32.c \ +# compat/time32/thrd_sleep_time32.c \ +# compat/time32/time32.c \ +# compat/time32/time32gm.c \ +# compat/time32/timer_gettime32.c \ +# compat/time32/timer_settime32.c \ +# compat/time32/timerfd_gettime32.c \ +# compat/time32/timerfd_settime32.c \ +# compat/time32/timespec_get_time32.c \ +# compat/time32/utime_time32.c \ +# compat/time32/utimensat_time32.c \ +# compat/time32/utimes_time32.c \ +# compat/time32/wait3_time32.c \ +# compat/time32/wait4_time32.c \ + +## crt +# crt/crt1.c \ + +## ldso +# ldso/dlstart.c \ +# ldso/dynlink.c \ + +## extra implementation +# src/malloc/oldmalloc/aligned_alloc.c \ +# src/malloc/oldmalloc/malloc.c \ +# src/malloc/oldmalloc/malloc_usable_size.c \ + +linux-fail.c = \ + src/linux/adjtime.c \ + src/linux/adjtimex.c \ + src/linux/arch_prctl.c \ + src/linux/brk.c \ + src/linux/cache.c \ + src/linux/cap.c \ + src/linux/chroot.c \ + src/linux/clock_adjtime.c \ + src/linux/clone.c \ + src/linux/copy_file_range.c \ + src/linux/epoll.c \ + src/linux/eventfd.c \ + src/linux/fallocate.c \ + src/linux/fanotify.c \ + src/linux/flock.c \ + src/linux/getdents.c \ + src/linux/getrandom.c \ + src/linux/gettid.c \ + src/linux/inotify.c \ + src/linux/ioperm.c \ + src/linux/iopl.c \ + src/linux/klogctl.c \ + src/linux/membarrier.c \ + src/linux/memfd_create.c \ + src/linux/mlock2.c \ + src/linux/module.c \ + src/linux/mount.c \ + src/linux/name_to_handle_at.c \ + src/linux/open_by_handle_at.c \ + src/linux/personality.c \ + src/linux/pivot_root.c \ + src/linux/ppoll.c \ + src/linux/prctl.c \ + src/linux/prlimit.c \ + src/linux/process_vm.c \ + src/linux/ptrace.c \ + src/linux/quotactl.c \ + src/linux/readahead.c \ + src/linux/reboot.c \ + src/linux/remap_file_pages.c \ + src/linux/sbrk.c \ + src/linux/sendfile.c \ + src/linux/setfsgid.c \ + src/linux/setfsuid.c \ + src/linux/setgroups.c \ + src/linux/sethostname.c \ + src/linux/setns.c \ + src/linux/settimeofday.c \ + src/linux/signalfd.c \ + src/linux/splice.c \ + src/linux/stime.c \ + src/linux/swap.c \ + src/linux/sync_file_range.c \ + src/linux/syncfs.c \ + src/linux/sysinfo.c \ + src/linux/tee.c \ + src/linux/timerfd.c \ + src/linux/unshare.c \ + src/linux/utimes.c \ + src/linux/vhangup.c \ + src/linux/vmsplice.c \ + src/linux/wait3.c \ + src/linux/wait4.c \ + src/linux/xattr.c \ + +## crt +# crt/Scrt1.c \ +# crt/rcrt1.c \ + +optimized.c = \ + src/math/x86_64/fabs.c \ + src/math/x86_64/fabsf.c \ + src/math/x86_64/fabsl.c \ + src/math/x86_64/fma.c \ + src/math/x86_64/fmaf.c \ + src/math/x86_64/fmodl.c \ + src/math/x86_64/llrint.c \ + src/math/x86_64/llrintf.c \ + src/math/x86_64/llrintl.c \ + src/math/x86_64/lrint.c \ + src/math/x86_64/lrintf.c \ + src/math/x86_64/lrintl.c \ + src/math/x86_64/remainderl.c \ + src/math/x86_64/remquol.c \ + src/math/x86_64/rintl.c \ + src/math/x86_64/sqrt.c \ + src/math/x86_64/sqrtf.c \ + src/math/x86_64/sqrtl.c \ + +## generic +# src/math/acosl.c \ +# src/math/asinl.c \ +# src/math/atan2l.c \ +# src/math/atanl.c \ +# src/math/ceill.c \ +# src/math/exp2l.c \ +# src/math/expl.c \ +# src/math/expm1l.c \ +# src/math/floorl.c \ +# src/math/log10l.c \ +# src/math/log1pl.c \ +# src/math/log2l.c \ +# src/math/logl.c \ +# src/math/truncl.c \ +# src/process/vfork.c \ +# src/string/memcpy.c \ +# src/string/memmove.c \ +# src/string/memset.c \ +# src/signal/restore.c \ +# src/thread/__set_thread_area.c \ +# src/thread/__unmapself.c \ +# src/thread/clone.c \ +# src/ldso/tlsdesc.c \ +# src/fenv/fenv.c \ +# src/math/__invtrigl.c \ +# src/ldso/dlsym.c \ +# src/math/fabs.c \ +# src/math/fabsf.c \ +# src/math/fabsl.c \ +# src/math/fma.c \ +# src/math/fmaf.c \ +# src/math/fmodl.c \ +# src/math/llrint.c \ +# src/math/llrintf.c \ +# src/math/llrintl.c \ +# src/math/lrint.c \ +# src/math/lrintf.c \ +# src/math/lrintl.c \ +# src/math/remainderl.c \ +# src/math/remquol.c \ +# src/math/rintl.c \ +# src/math/sqrt.c \ +# src/math/sqrtf.c \ +# src/math/sqrtl.c \ + +libc.c = \ + src/aio/aio.c \ + src/aio/aio_suspend.c \ + src/aio/lio_listio.c \ + src/complex/__cexp.c \ + src/complex/__cexpf.c \ + src/complex/cabs.c \ + src/complex/cabsf.c \ + src/complex/cabsl.c \ + src/complex/cacos.c \ + src/complex/cacosf.c \ + src/complex/cacosh.c \ + src/complex/cacoshf.c \ + src/complex/cacoshl.c \ + src/complex/cacosl.c \ + src/complex/carg.c \ + src/complex/cargf.c \ + src/complex/cargl.c \ + src/complex/casin.c \ + src/complex/casinf.c \ + src/complex/casinh.c \ + src/complex/casinhf.c \ + src/complex/casinhl.c \ + src/complex/casinl.c \ + src/complex/catan.c \ + src/complex/catanf.c \ + src/complex/catanh.c \ + src/complex/catanhf.c \ + src/complex/catanhl.c \ + src/complex/catanl.c \ + src/complex/ccos.c \ + src/complex/ccosf.c \ + src/complex/ccosh.c \ + src/complex/ccoshf.c \ + src/complex/ccoshl.c \ + src/complex/ccosl.c \ + src/complex/cexp.c \ + src/complex/cexpf.c \ + src/complex/cexpl.c \ + src/complex/cimag.c \ + src/complex/cimagf.c \ + src/complex/cimagl.c \ + src/complex/clog.c \ + src/complex/clogf.c \ + src/complex/clogl.c \ + src/complex/conj.c \ + src/complex/conjf.c \ + src/complex/conjl.c \ + src/complex/cpow.c \ + src/complex/cpowf.c \ + src/complex/cpowl.c \ + src/complex/cproj.c \ + src/complex/cprojf.c \ + src/complex/cprojl.c \ + src/complex/creal.c \ + src/complex/crealf.c \ + src/complex/creall.c \ + src/complex/csin.c \ + src/complex/csinf.c \ + src/complex/csinh.c \ + src/complex/csinhf.c \ + src/complex/csinhl.c \ + src/complex/csinl.c \ + src/complex/csqrt.c \ + src/complex/csqrtf.c \ + src/complex/csqrtl.c \ + src/complex/ctan.c \ + src/complex/ctanf.c \ + src/complex/ctanh.c \ + src/complex/ctanhf.c \ + src/complex/ctanhl.c \ + src/complex/ctanl.c \ + src/conf/confstr.c \ + src/conf/fpathconf.c \ + src/conf/legacy.c \ + src/conf/pathconf.c \ + src/conf/sysconf.c \ + src/crypt/crypt.c \ + src/crypt/crypt_blowfish.c \ + src/crypt/crypt_des.c \ + src/crypt/crypt_md5.c \ + src/crypt/crypt_r.c \ + src/crypt/crypt_sha256.c \ + src/crypt/crypt_sha512.c \ + src/crypt/encrypt.c \ + src/ctype/__ctype_b_loc.c \ + src/ctype/__ctype_get_mb_cur_max.c \ + src/ctype/__ctype_tolower_loc.c \ + src/ctype/__ctype_toupper_loc.c \ + src/ctype/isalnum.c \ + src/ctype/isalpha.c \ + src/ctype/isascii.c \ + src/ctype/isblank.c \ + src/ctype/iscntrl.c \ + src/ctype/isdigit.c \ + src/ctype/isgraph.c \ + src/ctype/islower.c \ + src/ctype/isprint.c \ + src/ctype/ispunct.c \ + src/ctype/isspace.c \ + src/ctype/isupper.c \ + src/ctype/iswalnum.c \ + src/ctype/iswalpha.c \ + src/ctype/iswblank.c \ + src/ctype/iswcntrl.c \ + src/ctype/iswctype.c \ + src/ctype/iswdigit.c \ + src/ctype/iswgraph.c \ + src/ctype/iswlower.c \ + src/ctype/iswprint.c \ + src/ctype/iswpunct.c \ + src/ctype/iswspace.c \ + src/ctype/iswupper.c \ + src/ctype/iswxdigit.c \ + src/ctype/isxdigit.c \ + src/ctype/toascii.c \ + src/ctype/tolower.c \ + src/ctype/toupper.c \ + src/ctype/towctrans.c \ + src/ctype/wcswidth.c \ + src/ctype/wctrans.c \ + src/ctype/wcwidth.c \ + src/dirent/alphasort.c \ + src/dirent/closedir.c \ + src/dirent/dirfd.c \ + src/dirent/fdopendir.c \ + src/dirent/opendir.c \ + src/dirent/readdir.c \ + src/dirent/readdir_r.c \ + src/dirent/rewinddir.c \ + src/dirent/scandir.c \ + src/dirent/seekdir.c \ + src/dirent/telldir.c \ + src/dirent/versionsort.c \ + src/env/__environ.c \ + src/env/__init_tls.c \ + src/env/__libc_start_main.c \ + src/env/__reset_tls.c \ + src/env/__stack_chk_fail.c \ + src/env/clearenv.c \ + src/env/getenv.c \ + src/env/putenv.c \ + src/env/secure_getenv.c \ + src/env/setenv.c \ + src/env/unsetenv.c \ + src/errno/__errno_location.c \ + src/errno/strerror.c \ + src/exit/_Exit.c \ + src/exit/abort.c \ + src/exit/abort_lock.c \ + src/exit/assert.c \ + src/exit/at_quick_exit.c \ + src/exit/atexit.c \ + src/exit/exit.c \ + src/exit/quick_exit.c \ + src/fcntl/creat.c \ + src/fcntl/fcntl.c \ + src/fcntl/open.c \ + src/fcntl/openat.c \ + src/fcntl/posix_fadvise.c \ + src/fcntl/posix_fallocate.c \ + src/fenv/__flt_rounds.c \ + src/fenv/fegetexceptflag.c \ + src/fenv/feholdexcept.c \ + src/fenv/fesetexceptflag.c \ + src/fenv/fesetround.c \ + src/fenv/feupdateenv.c \ + src/internal/defsysinfo.c \ + src/internal/floatscan.c \ + src/internal/intscan.c \ + src/internal/libc.c \ + src/internal/procfdname.c \ + src/internal/shgetc.c \ + src/internal/syscall_ret.c \ + src/internal/vdso.c \ + src/internal/version.c \ + src/ipc/ftok.c \ + src/ipc/msgctl.c \ + src/ipc/msgget.c \ + src/ipc/msgrcv.c \ + src/ipc/msgsnd.c \ + src/ipc/semctl.c \ + src/ipc/semget.c \ + src/ipc/semop.c \ + src/ipc/semtimedop.c \ + src/ipc/shmat.c \ + src/ipc/shmctl.c \ + src/ipc/shmdt.c \ + src/ipc/shmget.c \ + src/ldso/__dlsym.c \ + src/ldso/dl_iterate_phdr.c \ + src/ldso/dladdr.c \ + src/ldso/dlclose.c \ + src/ldso/dlerror.c \ + src/ldso/dlinfo.c \ + src/ldso/dlopen.c \ + src/legacy/cuserid.c \ + src/legacy/daemon.c \ + src/legacy/err.c \ + src/legacy/euidaccess.c \ + src/legacy/ftw.c \ + src/legacy/futimes.c \ + src/legacy/getdtablesize.c \ + src/legacy/getloadavg.c \ + src/legacy/getpagesize.c \ + src/legacy/getpass.c \ + src/legacy/getusershell.c \ + src/legacy/isastream.c \ + src/legacy/lutimes.c \ + src/legacy/ulimit.c \ + src/legacy/utmpx.c \ + src/legacy/valloc.c \ + $(linux-fail.c) \ + src/locale/__lctrans.c \ + src/locale/__mo_lookup.c \ + src/locale/bind_textdomain_codeset.c \ + src/locale/c_locale.c \ + src/locale/catclose.c \ + src/locale/catgets.c \ + src/locale/catopen.c \ + src/locale/dcngettext.c \ + src/locale/duplocale.c \ + src/locale/freelocale.c \ + src/locale/iconv.c \ + src/locale/iconv_close.c \ + src/locale/langinfo.c \ + src/locale/locale_map.c \ + src/locale/localeconv.c \ + src/locale/newlocale.c \ + src/locale/pleval.c \ + src/locale/setlocale.c \ + src/locale/strcoll.c \ + src/locale/strfmon.c \ + src/locale/strtod_l.c \ + src/locale/strxfrm.c \ + src/locale/textdomain.c \ + src/locale/uselocale.c \ + src/locale/wcscoll.c \ + src/locale/wcsxfrm.c \ + src/malloc/calloc.c \ + src/malloc/free.c \ + src/malloc/libc_calloc.c \ + src/malloc/lite_malloc.c \ + src/malloc/mallocng/aligned_alloc.c \ + src/malloc/mallocng/donate.c \ + src/malloc/mallocng/free.c \ + src/malloc/mallocng/malloc.c \ + src/malloc/mallocng/malloc_usable_size.c \ + src/malloc/mallocng/realloc.c \ + src/malloc/memalign.c \ + src/malloc/posix_memalign.c \ + src/malloc/realloc.c \ + src/malloc/reallocarray.c \ + src/malloc/replaced.c \ + src/math/__cos.c \ + src/math/__cosdf.c \ + src/math/__cosl.c \ + src/math/__expo2.c \ + src/math/__expo2f.c \ + src/math/__fpclassify.c \ + src/math/__fpclassifyf.c \ + src/math/__fpclassifyl.c \ + src/math/__math_divzero.c \ + src/math/__math_divzerof.c \ + src/math/__math_invalid.c \ + src/math/__math_invalidf.c \ + src/math/__math_invalidl.c \ + src/math/__math_oflow.c \ + src/math/__math_oflowf.c \ + src/math/__math_uflow.c \ + src/math/__math_uflowf.c \ + src/math/__math_xflow.c \ + src/math/__math_xflowf.c \ + src/math/__polevll.c \ + src/math/__rem_pio2.c \ + src/math/__rem_pio2_large.c \ + src/math/__rem_pio2f.c \ + src/math/__rem_pio2l.c \ + src/math/__signbit.c \ + src/math/__signbitf.c \ + src/math/__signbitl.c \ + src/math/__sin.c \ + src/math/__sindf.c \ + src/math/__sinl.c \ + src/math/__tan.c \ + src/math/__tandf.c \ + src/math/__tanl.c \ + src/math/acos.c \ + src/math/acosf.c \ + src/math/acosh.c \ + src/math/acoshf.c \ + src/math/acoshl.c \ + src/math/asin.c \ + src/math/asinf.c \ + src/math/asinh.c \ + src/math/asinhf.c \ + src/math/asinhl.c \ + src/math/atan.c \ + src/math/atan2.c \ + src/math/atan2f.c \ + src/math/atanf.c \ + src/math/atanh.c \ + src/math/atanhf.c \ + src/math/atanhl.c \ + src/math/cbrt.c \ + src/math/cbrtf.c \ + src/math/cbrtl.c \ + src/math/ceil.c \ + src/math/ceilf.c \ + src/math/copysign.c \ + src/math/copysignf.c \ + src/math/copysignl.c \ + src/math/cos.c \ + src/math/cosf.c \ + src/math/cosh.c \ + src/math/coshf.c \ + src/math/coshl.c \ + src/math/cosl.c \ + src/math/erf.c \ + src/math/erff.c \ + src/math/erfl.c \ + src/math/exp.c \ + src/math/exp10.c \ + src/math/exp10f.c \ + src/math/exp10l.c \ + src/math/exp2.c \ + src/math/exp2f.c \ + src/math/exp2f_data.c \ + src/math/exp_data.c \ + src/math/expf.c \ + src/math/expm1.c \ + src/math/expm1f.c \ + src/math/fdim.c \ + src/math/fdimf.c \ + src/math/fdiml.c \ + src/math/finite.c \ + src/math/finitef.c \ + src/math/floor.c \ + src/math/floorf.c \ + src/math/fmal.c \ + src/math/fmax.c \ + src/math/fmaxf.c \ + src/math/fmaxl.c \ + src/math/fmin.c \ + src/math/fminf.c \ + src/math/fminl.c \ + src/math/fmod.c \ + src/math/fmodf.c \ + src/math/frexp.c \ + src/math/frexpf.c \ + src/math/frexpl.c \ + src/math/hypot.c \ + src/math/hypotf.c \ + src/math/hypotl.c \ + src/math/ilogb.c \ + src/math/ilogbf.c \ + src/math/ilogbl.c \ + src/math/j0.c \ + src/math/j0f.c \ + src/math/j1.c \ + src/math/j1f.c \ + src/math/jn.c \ + src/math/jnf.c \ + src/math/ldexp.c \ + src/math/ldexpf.c \ + src/math/ldexpl.c \ + src/math/lgamma.c \ + src/math/lgamma_r.c \ + src/math/lgammaf.c \ + src/math/lgammaf_r.c \ + src/math/lgammal.c \ + src/math/llround.c \ + src/math/llroundf.c \ + src/math/llroundl.c \ + src/math/log.c \ + src/math/log10.c \ + src/math/log10f.c \ + src/math/log1p.c \ + src/math/log1pf.c \ + src/math/log2.c \ + src/math/log2_data.c \ + src/math/log2f.c \ + src/math/log2f_data.c \ + src/math/log_data.c \ + src/math/logb.c \ + src/math/logbf.c \ + src/math/logbl.c \ + src/math/logf.c \ + src/math/logf_data.c \ + src/math/lround.c \ + src/math/lroundf.c \ + src/math/lroundl.c \ + src/math/modf.c \ + src/math/modff.c \ + src/math/modfl.c \ + src/math/nan.c \ + src/math/nanf.c \ + src/math/nanl.c \ + src/math/nearbyint.c \ + src/math/nearbyintf.c \ + src/math/nearbyintl.c \ + src/math/nextafter.c \ + src/math/nextafterf.c \ + src/math/nextafterl.c \ + src/math/nexttoward.c \ + src/math/nexttowardf.c \ + src/math/nexttowardl.c \ + src/math/pow.c \ + src/math/pow_data.c \ + src/math/powf.c \ + src/math/powf_data.c \ + src/math/powl.c \ + src/math/remainder.c \ + src/math/remainderf.c \ + src/math/remquo.c \ + src/math/remquof.c \ + src/math/rint.c \ + src/math/rintf.c \ + src/math/round.c \ + src/math/roundf.c \ + src/math/roundl.c \ + src/math/scalb.c \ + src/math/scalbf.c \ + src/math/scalbln.c \ + src/math/scalblnf.c \ + src/math/scalblnl.c \ + src/math/scalbn.c \ + src/math/scalbnf.c \ + src/math/scalbnl.c \ + src/math/signgam.c \ + src/math/significand.c \ + src/math/significandf.c \ + src/math/sin.c \ + src/math/sincos.c \ + src/math/sincosf.c \ + src/math/sincosl.c \ + src/math/sinf.c \ + src/math/sinh.c \ + src/math/sinhf.c \ + src/math/sinhl.c \ + src/math/sinl.c \ + src/math/sqrt_data.c \ + src/math/tan.c \ + src/math/tanf.c \ + src/math/tanh.c \ + src/math/tanhf.c \ + src/math/tanhl.c \ + src/math/tanl.c \ + src/math/tgamma.c \ + src/math/tgammaf.c \ + src/math/tgammal.c \ + src/math/trunc.c \ + src/math/truncf.c \ + $(optimized.c) \ + src/misc/a64l.c \ + src/misc/basename.c \ + src/misc/dirname.c \ + src/misc/ffs.c \ + src/misc/ffsl.c \ + src/misc/ffsll.c \ + src/misc/fmtmsg.c \ + src/misc/forkpty.c \ + src/misc/get_current_dir_name.c \ + src/misc/getauxval.c \ + src/misc/getdomainname.c \ + src/misc/getentropy.c \ + src/misc/gethostid.c \ + src/misc/getopt.c \ + src/misc/getopt_long.c \ + src/misc/getpriority.c \ + src/misc/getresgid.c \ + src/misc/getresuid.c \ + src/misc/getrlimit.c \ + src/misc/getrusage.c \ + src/misc/getsubopt.c \ + src/misc/initgroups.c \ + src/misc/ioctl.c \ + src/misc/issetugid.c \ + src/misc/lockf.c \ + src/misc/login_tty.c \ + src/misc/mntent.c \ + src/misc/nftw.c \ + src/misc/openpty.c \ + src/misc/ptsname.c \ + src/misc/pty.c \ + src/misc/realpath.c \ + src/misc/setdomainname.c \ + src/misc/setpriority.c \ + src/misc/setrlimit.c \ + src/misc/syscall.c \ + src/misc/syslog.c \ + src/misc/uname.c \ + src/misc/wordexp.c \ + src/mman/madvise.c \ + src/mman/mincore.c \ + src/mman/mlock.c \ + src/mman/mlockall.c \ + src/mman/mmap.c \ + src/mman/mprotect.c \ + src/mman/mremap.c \ + src/mman/msync.c \ + src/mman/munlock.c \ + src/mman/munlockall.c \ + src/mman/munmap.c \ + src/mman/posix_madvise.c \ + src/mman/shm_open.c \ + src/mq/mq_close.c \ + src/mq/mq_getattr.c \ + src/mq/mq_notify.c \ + src/mq/mq_open.c \ + src/mq/mq_receive.c \ + src/mq/mq_send.c \ + src/mq/mq_setattr.c \ + src/mq/mq_timedreceive.c \ + src/mq/mq_timedsend.c \ + src/mq/mq_unlink.c \ + src/multibyte/btowc.c \ + src/multibyte/c16rtomb.c \ + src/multibyte/c32rtomb.c \ + src/multibyte/internal.c \ + src/multibyte/mblen.c \ + src/multibyte/mbrlen.c \ + src/multibyte/mbrtoc16.c \ + src/multibyte/mbrtoc32.c \ + src/multibyte/mbrtowc.c \ + src/multibyte/mbsinit.c \ + src/multibyte/mbsnrtowcs.c \ + src/multibyte/mbsrtowcs.c \ + src/multibyte/mbstowcs.c \ + src/multibyte/mbtowc.c \ + src/multibyte/wcrtomb.c \ + src/multibyte/wcsnrtombs.c \ + src/multibyte/wcsrtombs.c \ + src/multibyte/wcstombs.c \ + src/multibyte/wctob.c \ + src/multibyte/wctomb.c \ + src/network/accept.c \ + src/network/accept4.c \ + src/network/bind.c \ + src/network/connect.c \ + src/network/dn_comp.c \ + src/network/dn_expand.c \ + src/network/dn_skipname.c \ + src/network/dns_parse.c \ + src/network/ent.c \ + src/network/ether.c \ + src/network/freeaddrinfo.c \ + src/network/gai_strerror.c \ + src/network/getaddrinfo.c \ + src/network/gethostbyaddr.c \ + src/network/gethostbyaddr_r.c \ + src/network/gethostbyname.c \ + src/network/gethostbyname2.c \ + src/network/gethostbyname2_r.c \ + src/network/gethostbyname_r.c \ + src/network/getifaddrs.c \ + src/network/getnameinfo.c \ + src/network/getpeername.c \ + src/network/getservbyname.c \ + src/network/getservbyname_r.c \ + src/network/getservbyport.c \ + src/network/getservbyport_r.c \ + src/network/getsockname.c \ + src/network/getsockopt.c \ + src/network/h_errno.c \ + src/network/herror.c \ + src/network/hstrerror.c \ + src/network/htonl.c \ + src/network/htons.c \ + src/network/if_freenameindex.c \ + src/network/if_indextoname.c \ + src/network/if_nameindex.c \ + src/network/if_nametoindex.c \ + src/network/in6addr_any.c \ + src/network/in6addr_loopback.c \ + src/network/inet_addr.c \ + src/network/inet_aton.c \ + src/network/inet_legacy.c \ + src/network/inet_ntoa.c \ + src/network/inet_ntop.c \ + src/network/inet_pton.c \ + src/network/listen.c \ + src/network/lookup_ipliteral.c \ + src/network/lookup_name.c \ + src/network/lookup_serv.c \ + src/network/netlink.c \ + src/network/netname.c \ + src/network/ns_parse.c \ + src/network/ntohl.c \ + src/network/ntohs.c \ + src/network/proto.c \ + src/network/recv.c \ + src/network/recvfrom.c \ + src/network/recvmmsg.c \ + src/network/recvmsg.c \ + src/network/res_init.c \ + src/network/res_mkquery.c \ + src/network/res_msend.c \ + src/network/res_query.c \ + src/network/res_querydomain.c \ + src/network/res_send.c \ + src/network/res_state.c \ + src/network/resolvconf.c \ + src/network/send.c \ + src/network/sendmmsg.c \ + src/network/sendmsg.c \ + src/network/sendto.c \ + src/network/serv.c \ + src/network/setsockopt.c \ + src/network/shutdown.c \ + src/network/sockatmark.c \ + src/network/socket.c \ + src/network/socketpair.c \ + src/passwd/fgetgrent.c \ + src/passwd/fgetpwent.c \ + src/passwd/fgetspent.c \ + src/passwd/getgr_a.c \ + src/passwd/getgr_r.c \ + src/passwd/getgrent.c \ + src/passwd/getgrent_a.c \ + src/passwd/getgrouplist.c \ + src/passwd/getpw_a.c \ + src/passwd/getpw_r.c \ + src/passwd/getpwent.c \ + src/passwd/getpwent_a.c \ + src/passwd/getspent.c \ + src/passwd/getspnam.c \ + src/passwd/getspnam_r.c \ + src/passwd/lckpwdf.c \ + src/passwd/nscd_query.c \ + src/passwd/putgrent.c \ + src/passwd/putpwent.c \ + src/passwd/putspent.c \ + src/prng/__rand48_step.c \ + src/prng/__seed48.c \ + src/prng/drand48.c \ + src/prng/lcong48.c \ + src/prng/lrand48.c \ + src/prng/mrand48.c \ + src/prng/rand.c \ + src/prng/rand_r.c \ + src/prng/random.c \ + src/prng/seed48.c \ + src/prng/srand48.c \ + src/process/_Fork.c \ + src/process/execl.c \ + src/process/execle.c \ + src/process/execlp.c \ + src/process/execv.c \ + src/process/execve.c \ + src/process/execvp.c \ + src/process/fexecve.c \ + src/process/fork.c \ + src/process/posix_spawn.c \ + src/process/posix_spawn_file_actions_addchdir.c \ + src/process/posix_spawn_file_actions_addclose.c \ + src/process/posix_spawn_file_actions_adddup2.c \ + src/process/posix_spawn_file_actions_addfchdir.c \ + src/process/posix_spawn_file_actions_addopen.c \ + src/process/posix_spawn_file_actions_destroy.c \ + src/process/posix_spawn_file_actions_init.c \ + src/process/posix_spawnattr_destroy.c \ + src/process/posix_spawnattr_getflags.c \ + src/process/posix_spawnattr_getpgroup.c \ + src/process/posix_spawnattr_getsigdefault.c \ + src/process/posix_spawnattr_getsigmask.c \ + src/process/posix_spawnattr_init.c \ + src/process/posix_spawnattr_sched.c \ + src/process/posix_spawnattr_setflags.c \ + src/process/posix_spawnattr_setpgroup.c \ + src/process/posix_spawnattr_setsigdefault.c \ + src/process/posix_spawnattr_setsigmask.c \ + src/process/posix_spawnp.c \ + src/process/system.c \ + src/process/wait.c \ + src/process/waitid.c \ + src/process/waitpid.c \ + src/regex/fnmatch.c \ + src/regex/glob.c \ + src/regex/regcomp.c \ + src/regex/regerror.c \ + src/regex/regexec.c \ + src/regex/tre-mem.c \ + src/sched/affinity.c \ + src/sched/sched_cpucount.c \ + src/sched/sched_get_priority_max.c \ + src/sched/sched_getcpu.c \ + src/sched/sched_getparam.c \ + src/sched/sched_getscheduler.c \ + src/sched/sched_rr_get_interval.c \ + src/sched/sched_setparam.c \ + src/sched/sched_setscheduler.c \ + src/sched/sched_yield.c \ + src/search/hsearch.c \ + src/search/insque.c \ + src/search/lsearch.c \ + src/search/tdelete.c \ + src/search/tdestroy.c \ + src/search/tfind.c \ + src/search/tsearch.c \ + src/search/twalk.c \ + src/select/poll.c \ + src/select/pselect.c \ + src/select/select.c \ + src/signal/block.c \ + src/signal/getitimer.c \ + src/signal/kill.c \ + src/signal/killpg.c \ + src/signal/psiginfo.c \ + src/signal/psignal.c \ + src/signal/raise.c \ + src/signal/setitimer.c \ + src/signal/sigaction.c \ + src/signal/sigaddset.c \ + src/signal/sigaltstack.c \ + src/signal/sigandset.c \ + src/signal/sigdelset.c \ + src/signal/sigemptyset.c \ + src/signal/sigfillset.c \ + src/signal/sighold.c \ + src/signal/sigignore.c \ + src/signal/siginterrupt.c \ + src/signal/sigisemptyset.c \ + src/signal/sigismember.c \ + src/signal/siglongjmp.c \ + src/signal/signal.c \ + src/signal/sigorset.c \ + src/signal/sigpause.c \ + src/signal/sigpending.c \ + src/signal/sigprocmask.c \ + src/signal/sigqueue.c \ + src/signal/sigrelse.c \ + src/signal/sigrtmax.c \ + src/signal/sigrtmin.c \ + src/signal/sigset.c \ + src/signal/sigsetjmp_tail.c \ + src/signal/sigsuspend.c \ + src/signal/sigtimedwait.c \ + src/signal/sigwait.c \ + src/signal/sigwaitinfo.c \ + src/stat/__xstat.c \ + src/stat/chmod.c \ + src/stat/fchmod.c \ + src/stat/fchmodat.c \ + src/stat/fstat.c \ + src/stat/fstatat.c \ + src/stat/futimens.c \ + src/stat/futimesat.c \ + src/stat/lchmod.c \ + src/stat/lstat.c \ + src/stat/mkdir.c \ + src/stat/mkdirat.c \ + src/stat/mkfifo.c \ + src/stat/mkfifoat.c \ + src/stat/mknod.c \ + src/stat/mknodat.c \ + src/stat/stat.c \ + src/stat/statvfs.c \ + src/stat/umask.c \ + src/stat/utimensat.c \ + src/stdio/__fclose_ca.c \ + src/stdio/__fdopen.c \ + src/stdio/__fmodeflags.c \ + src/stdio/__fopen_rb_ca.c \ + src/stdio/__lockfile.c \ + src/stdio/__overflow.c \ + src/stdio/__stdio_close.c \ + src/stdio/__stdio_exit.c \ + src/stdio/__stdio_read.c \ + src/stdio/__stdio_seek.c \ + src/stdio/__stdio_write.c \ + src/stdio/__stdout_write.c \ + src/stdio/__toread.c \ + src/stdio/__towrite.c \ + src/stdio/__uflow.c \ + src/stdio/asprintf.c \ + src/stdio/clearerr.c \ + src/stdio/dprintf.c \ + src/stdio/ext.c \ + src/stdio/ext2.c \ + src/stdio/fclose.c \ + src/stdio/feof.c \ + src/stdio/ferror.c \ + src/stdio/fflush.c \ + src/stdio/fgetc.c \ + src/stdio/fgetln.c \ + src/stdio/fgetpos.c \ + src/stdio/fgets.c \ + src/stdio/fgetwc.c \ + src/stdio/fgetws.c \ + src/stdio/fileno.c \ + src/stdio/flockfile.c \ + src/stdio/fmemopen.c \ + src/stdio/fopen.c \ + src/stdio/fopencookie.c \ + src/stdio/fprintf.c \ + src/stdio/fputc.c \ + src/stdio/fputs.c \ + src/stdio/fputwc.c \ + src/stdio/fputws.c \ + src/stdio/fread.c \ + src/stdio/freopen.c \ + src/stdio/fscanf.c \ + src/stdio/fseek.c \ + src/stdio/fsetpos.c \ + src/stdio/ftell.c \ + src/stdio/ftrylockfile.c \ + src/stdio/funlockfile.c \ + src/stdio/fwide.c \ + src/stdio/fwprintf.c \ + src/stdio/fwrite.c \ + src/stdio/fwscanf.c \ + src/stdio/getc.c \ + src/stdio/getc_unlocked.c \ + src/stdio/getchar.c \ + src/stdio/getchar_unlocked.c \ + src/stdio/getdelim.c \ + src/stdio/getline.c \ + src/stdio/gets.c \ + src/stdio/getw.c \ + src/stdio/getwc.c \ + src/stdio/getwchar.c \ + src/stdio/ofl.c \ + src/stdio/ofl_add.c \ + src/stdio/open_memstream.c \ + src/stdio/open_wmemstream.c \ + src/stdio/pclose.c \ + src/stdio/perror.c \ + src/stdio/popen.c \ + src/stdio/printf.c \ + src/stdio/putc.c \ + src/stdio/putc_unlocked.c \ + src/stdio/putchar.c \ + src/stdio/putchar_unlocked.c \ + src/stdio/puts.c \ + src/stdio/putw.c \ + src/stdio/putwc.c \ + src/stdio/putwchar.c \ + src/stdio/remove.c \ + src/stdio/rename.c \ + src/stdio/rewind.c \ + src/stdio/scanf.c \ + src/stdio/setbuf.c \ + src/stdio/setbuffer.c \ + src/stdio/setlinebuf.c \ + src/stdio/setvbuf.c \ + src/stdio/snprintf.c \ + src/stdio/sprintf.c \ + src/stdio/sscanf.c \ + src/stdio/stderr.c \ + src/stdio/stdin.c \ + src/stdio/stdout.c \ + src/stdio/swprintf.c \ + src/stdio/swscanf.c \ + src/stdio/tempnam.c \ + src/stdio/tmpfile.c \ + src/stdio/tmpnam.c \ + src/stdio/ungetc.c \ + src/stdio/ungetwc.c \ + src/stdio/vasprintf.c \ + src/stdio/vdprintf.c \ + src/stdio/vfprintf.c \ + src/stdio/vfscanf.c \ + src/stdio/vfwprintf.c \ + src/stdio/vfwscanf.c \ + src/stdio/vprintf.c \ + src/stdio/vscanf.c \ + src/stdio/vsnprintf.c \ + src/stdio/vsprintf.c \ + src/stdio/vsscanf.c \ + src/stdio/vswprintf.c \ + src/stdio/vswscanf.c \ + src/stdio/vwprintf.c \ + src/stdio/vwscanf.c \ + src/stdio/wprintf.c \ + src/stdio/wscanf.c \ + src/stdlib/abs.c \ + src/stdlib/atof.c \ + src/stdlib/atoi.c \ + src/stdlib/atol.c \ + src/stdlib/atoll.c \ + src/stdlib/bsearch.c \ + src/stdlib/div.c \ + src/stdlib/ecvt.c \ + src/stdlib/fcvt.c \ + src/stdlib/gcvt.c \ + src/stdlib/imaxabs.c \ + src/stdlib/imaxdiv.c \ + src/stdlib/labs.c \ + src/stdlib/ldiv.c \ + src/stdlib/llabs.c \ + src/stdlib/lldiv.c \ + src/stdlib/qsort.c \ + src/stdlib/qsort_nr.c \ + src/stdlib/strtod.c \ + src/stdlib/strtol.c \ + src/stdlib/wcstod.c \ + src/stdlib/wcstol.c \ + src/string/bcmp.c \ + src/string/bcopy.c \ + src/string/bzero.c \ + src/string/explicit_bzero.c \ + src/string/index.c \ + src/string/memccpy.c \ + src/string/memchr.c \ + src/string/memcmp.c \ + src/string/memmem.c \ + src/string/mempcpy.c \ + src/string/memrchr.c \ + src/string/rindex.c \ + src/string/stpcpy.c \ + src/string/stpncpy.c \ + src/string/strcasecmp.c \ + src/string/strcasestr.c \ + src/string/strcat.c \ + src/string/strchr.c \ + src/string/strchrnul.c \ + src/string/strcmp.c \ + src/string/strcpy.c \ + src/string/strcspn.c \ + src/string/strdup.c \ + src/string/strerror_r.c \ + src/string/strlcat.c \ + src/string/strlcpy.c \ + src/string/strlen.c \ + src/string/strncasecmp.c \ + src/string/strncat.c \ + src/string/strncmp.c \ + src/string/strncpy.c \ + src/string/strndup.c \ + src/string/strnlen.c \ + src/string/strpbrk.c \ + src/string/strrchr.c \ + src/string/strsep.c \ + src/string/strsignal.c \ + src/string/strspn.c \ + src/string/strstr.c \ + src/string/strtok.c \ + src/string/strtok_r.c \ + src/string/strverscmp.c \ + src/string/swab.c \ + src/string/wcpcpy.c \ + src/string/wcpncpy.c \ + src/string/wcscasecmp.c \ + src/string/wcscasecmp_l.c \ + src/string/wcscat.c \ + src/string/wcschr.c \ + src/string/wcscmp.c \ + src/string/wcscpy.c \ + src/string/wcscspn.c \ + src/string/wcsdup.c \ + src/string/wcslen.c \ + src/string/wcsncasecmp.c \ + src/string/wcsncasecmp_l.c \ + src/string/wcsncat.c \ + src/string/wcsncmp.c \ + src/string/wcsncpy.c \ + src/string/wcsnlen.c \ + src/string/wcspbrk.c \ + src/string/wcsrchr.c \ + src/string/wcsspn.c \ + src/string/wcsstr.c \ + src/string/wcstok.c \ + src/string/wcswcs.c \ + src/string/wmemchr.c \ + src/string/wmemcmp.c \ + src/string/wmemcpy.c \ + src/string/wmemmove.c \ + src/string/wmemset.c \ + src/temp/__randname.c \ + src/temp/mkdtemp.c \ + src/temp/mkostemp.c \ + src/temp/mkostemps.c \ + src/temp/mkstemp.c \ + src/temp/mkstemps.c \ + src/temp/mktemp.c \ + src/termios/cfgetospeed.c \ + src/termios/cfmakeraw.c \ + src/termios/cfsetospeed.c \ + src/termios/tcdrain.c \ + src/termios/tcflow.c \ + src/termios/tcflush.c \ + src/termios/tcgetattr.c \ + src/termios/tcgetsid.c \ + src/termios/tcgetwinsize.c \ + src/termios/tcsendbreak.c \ + src/termios/tcsetattr.c \ + src/termios/tcsetwinsize.c \ + src/thread/__lock.c \ + src/thread/__syscall_cp.c \ + src/thread/__timedwait.c \ + src/thread/__tls_get_addr.c \ + src/thread/__wait.c \ + src/thread/call_once.c \ + src/thread/cnd_broadcast.c \ + src/thread/cnd_destroy.c \ + src/thread/cnd_init.c \ + src/thread/cnd_signal.c \ + src/thread/cnd_timedwait.c \ + src/thread/cnd_wait.c \ + src/thread/default_attr.c \ + src/thread/lock_ptc.c \ + src/thread/mtx_destroy.c \ + src/thread/mtx_init.c \ + src/thread/mtx_lock.c \ + src/thread/mtx_timedlock.c \ + src/thread/mtx_trylock.c \ + src/thread/mtx_unlock.c \ + src/thread/pthread_atfork.c \ + src/thread/pthread_attr_destroy.c \ + src/thread/pthread_attr_get.c \ + src/thread/pthread_attr_init.c \ + src/thread/pthread_attr_setdetachstate.c \ + src/thread/pthread_attr_setguardsize.c \ + src/thread/pthread_attr_setinheritsched.c \ + src/thread/pthread_attr_setschedparam.c \ + src/thread/pthread_attr_setschedpolicy.c \ + src/thread/pthread_attr_setscope.c \ + src/thread/pthread_attr_setstack.c \ + src/thread/pthread_attr_setstacksize.c \ + src/thread/pthread_barrier_destroy.c \ + src/thread/pthread_barrier_init.c \ + src/thread/pthread_barrier_wait.c \ + src/thread/pthread_barrierattr_destroy.c \ + src/thread/pthread_barrierattr_init.c \ + src/thread/pthread_barrierattr_setpshared.c \ + src/thread/pthread_cancel.c \ + src/thread/pthread_cleanup_push.c \ + src/thread/pthread_cond_broadcast.c \ + src/thread/pthread_cond_destroy.c \ + src/thread/pthread_cond_init.c \ + src/thread/pthread_cond_signal.c \ + src/thread/pthread_cond_timedwait.c \ + src/thread/pthread_cond_wait.c \ + src/thread/pthread_condattr_destroy.c \ + src/thread/pthread_condattr_init.c \ + src/thread/pthread_condattr_setclock.c \ + src/thread/pthread_condattr_setpshared.c \ + src/thread/pthread_create.c \ + src/thread/pthread_detach.c \ + src/thread/pthread_equal.c \ + src/thread/pthread_getattr_np.c \ + src/thread/pthread_getconcurrency.c \ + src/thread/pthread_getcpuclockid.c \ + src/thread/pthread_getname_np.c \ + src/thread/pthread_getschedparam.c \ + src/thread/pthread_getspecific.c \ + src/thread/pthread_join.c \ + src/thread/pthread_key_create.c \ + src/thread/pthread_kill.c \ + src/thread/pthread_mutex_consistent.c \ + src/thread/pthread_mutex_destroy.c \ + src/thread/pthread_mutex_getprioceiling.c \ + src/thread/pthread_mutex_init.c \ + src/thread/pthread_mutex_lock.c \ + src/thread/pthread_mutex_setprioceiling.c \ + src/thread/pthread_mutex_timedlock.c \ + src/thread/pthread_mutex_trylock.c \ + src/thread/pthread_mutex_unlock.c \ + src/thread/pthread_mutexattr_destroy.c \ + src/thread/pthread_mutexattr_init.c \ + src/thread/pthread_mutexattr_setprotocol.c \ + src/thread/pthread_mutexattr_setpshared.c \ + src/thread/pthread_mutexattr_setrobust.c \ + src/thread/pthread_mutexattr_settype.c \ + src/thread/pthread_once.c \ + src/thread/pthread_rwlock_destroy.c \ + src/thread/pthread_rwlock_init.c \ + src/thread/pthread_rwlock_rdlock.c \ + src/thread/pthread_rwlock_timedrdlock.c \ + src/thread/pthread_rwlock_timedwrlock.c \ + src/thread/pthread_rwlock_tryrdlock.c \ + src/thread/pthread_rwlock_trywrlock.c \ + src/thread/pthread_rwlock_unlock.c \ + src/thread/pthread_rwlock_wrlock.c \ + src/thread/pthread_rwlockattr_destroy.c \ + src/thread/pthread_rwlockattr_init.c \ + src/thread/pthread_rwlockattr_setpshared.c \ + src/thread/pthread_self.c \ + src/thread/pthread_setattr_default_np.c \ + src/thread/pthread_setcancelstate.c \ + src/thread/pthread_setcanceltype.c \ + src/thread/pthread_setconcurrency.c \ + src/thread/pthread_setname_np.c \ + src/thread/pthread_setschedparam.c \ + src/thread/pthread_setschedprio.c \ + src/thread/pthread_setspecific.c \ + src/thread/pthread_sigmask.c \ + src/thread/pthread_spin_destroy.c \ + src/thread/pthread_spin_init.c \ + src/thread/pthread_spin_lock.c \ + src/thread/pthread_spin_trylock.c \ + src/thread/pthread_spin_unlock.c \ + src/thread/pthread_testcancel.c \ + src/thread/sem_destroy.c \ + src/thread/sem_getvalue.c \ + src/thread/sem_init.c \ + src/thread/sem_open.c \ + src/thread/sem_post.c \ + src/thread/sem_timedwait.c \ + src/thread/sem_trywait.c \ + src/thread/sem_unlink.c \ + src/thread/sem_wait.c \ + src/thread/synccall.c \ + src/thread/thrd_create.c \ + src/thread/thrd_exit.c \ + src/thread/thrd_join.c \ + src/thread/thrd_sleep.c \ + src/thread/thrd_yield.c \ + src/thread/tls.c \ + src/thread/tss_create.c \ + src/thread/tss_delete.c \ + src/thread/tss_set.c \ + src/thread/vmlock.c \ + src/time/__map_file.c \ + src/time/__month_to_secs.c \ + src/time/__secs_to_tm.c \ + src/time/__tm_to_secs.c \ + src/time/__tz.c \ + src/time/__year_to_secs.c \ + src/time/asctime.c \ + src/time/asctime_r.c \ + src/time/clock.c \ + src/time/clock_getcpuclockid.c \ + src/time/clock_getres.c \ + src/time/clock_gettime.c \ + src/time/clock_nanosleep.c \ + src/time/clock_settime.c \ + src/time/ctime.c \ + src/time/ctime_r.c \ + src/time/difftime.c \ + src/time/ftime.c \ + src/time/getdate.c \ + src/time/gettimeofday.c \ + src/time/gmtime.c \ + src/time/gmtime_r.c \ + src/time/localtime.c \ + src/time/localtime_r.c \ + src/time/mktime.c \ + src/time/nanosleep.c \ + src/time/strftime.c \ + src/time/strptime.c \ + src/time/time.c \ + src/time/timegm.c \ + src/time/timer_create.c \ + src/time/timer_delete.c \ + src/time/timer_getoverrun.c \ + src/time/timer_gettime.c \ + src/time/timer_settime.c \ + src/time/times.c \ + src/time/timespec_get.c \ + src/time/utime.c \ + src/time/wcsftime.c \ + src/unistd/_exit.c \ + src/unistd/access.c \ + src/unistd/acct.c \ + src/unistd/alarm.c \ + src/unistd/chdir.c \ + src/unistd/chown.c \ + src/unistd/close.c \ + src/unistd/ctermid.c \ + src/unistd/dup.c \ + src/unistd/dup2.c \ + src/unistd/dup3.c \ + src/unistd/faccessat.c \ + src/unistd/fchdir.c \ + src/unistd/fchown.c \ + src/unistd/fchownat.c \ + src/unistd/fdatasync.c \ + src/unistd/fsync.c \ + src/unistd/ftruncate.c \ + src/unistd/getcwd.c \ + src/unistd/getegid.c \ + src/unistd/geteuid.c \ + src/unistd/getgid.c \ + src/unistd/getgroups.c \ + src/unistd/gethostname.c \ + src/unistd/getlogin.c \ + src/unistd/getlogin_r.c \ + src/unistd/getpgid.c \ + src/unistd/getpgrp.c \ + src/unistd/getpid.c \ + src/unistd/getppid.c \ + src/unistd/getsid.c \ + src/unistd/getuid.c \ + src/unistd/isatty.c \ + src/unistd/lchown.c \ + src/unistd/link.c \ + src/unistd/linkat.c \ + src/unistd/lseek.c \ + src/unistd/nice.c \ + src/unistd/pause.c \ + src/unistd/pipe.c \ + src/unistd/pipe2.c \ + src/unistd/posix_close.c \ + src/unistd/pread.c \ + src/unistd/preadv.c \ + src/unistd/pwrite.c \ + src/unistd/pwritev.c \ + src/unistd/read.c \ + src/unistd/readlink.c \ + src/unistd/readlinkat.c \ + src/unistd/readv.c \ + src/unistd/renameat.c \ + src/unistd/rmdir.c \ + src/unistd/setegid.c \ + src/unistd/seteuid.c \ + src/unistd/setgid.c \ + src/unistd/setpgid.c \ + src/unistd/setpgrp.c \ + src/unistd/setregid.c \ + src/unistd/setresgid.c \ + src/unistd/setresuid.c \ + src/unistd/setreuid.c \ + src/unistd/setsid.c \ + src/unistd/setuid.c \ + src/unistd/setxid.c \ + src/unistd/sleep.c \ + src/unistd/symlink.c \ + src/unistd/symlinkat.c \ + src/unistd/sync.c \ + src/unistd/tcgetpgrp.c \ + src/unistd/tcsetpgrp.c \ + src/unistd/truncate.c \ + src/unistd/ttyname.c \ + src/unistd/ttyname_r.c \ + src/unistd/ualarm.c \ + src/unistd/unlink.c \ + src/unistd/unlinkat.c \ + src/unistd/usleep.c \ + src/unistd/write.c \ + src/unistd/writev.c \ + +## $PLATFORM +# crt/aarch64/crti.s \ +# crt/aarch64/crtn.s \ +# crt/arm/crti.s \ +# crt/arm/crtn.s \ +# crt/i386/crti.s \ +# crt/i386/crtn.s \ +# crt/microblaze/crti.s \ +# crt/microblaze/crtn.s \ +# crt/mips/crti.s \ +# crt/mips/crtn.s \ +# crt/mips64/crti.s \ +# crt/mips64/crtn.s \ +# crt/mipsn32/crti.s \ +# crt/mipsn32/crtn.s \ +# crt/or1k/crti.s \ +# crt/or1k/crtn.s \ +# crt/powerpc/crti.s \ +# crt/powerpc/crtn.s \ +# crt/powerpc64/crti.s \ +# crt/powerpc64/crtn.s \ +# crt/s390x/crti.s \ +# crt/s390x/crtn.s \ +# crt/sh/crti.s \ +# crt/sh/crtn.s \ +# crt/x32/crti.s \ +# crt/x32/crtn.s \ +# src/fenv/aarch64/fenv.s \ +# src/fenv/i386/fenv.s \ +# src/fenv/x32/fenv.s \ +# src/internal/i386/defsysinfo.s \ +# src/ldso/aarch64/dlsym.s \ +# src/ldso/aarch64/tlsdesc.s \ +# src/ldso/arm/dlsym.s \ +# src/ldso/i386/dlsym.s \ +# src/ldso/i386/tlsdesc.s \ +# src/ldso/m68k/dlsym.s \ +# src/ldso/microblaze/dlsym.s \ +# src/ldso/mips/dlsym.s \ +# src/ldso/mips64/dlsym.s \ +# src/ldso/mipsn32/dlsym.s \ +# src/ldso/or1k/dlsym.s \ +# src/ldso/powerpc/dlsym.s \ +# src/ldso/powerpc64/dlsym.s \ +# src/ldso/riscv64/dlsym.s \ +# src/ldso/s390x/dlsym.s \ +# src/ldso/sh/dlsym.s \ +# src/ldso/x32/dlsym.s \ +# src/math/i386/__invtrigl.s \ +# src/math/i386/acos.s \ +# src/math/i386/acosf.s \ +# src/math/i386/acosl.s \ +# src/math/i386/asin.s \ +# src/math/i386/asinf.s \ +# src/math/i386/asinl.s \ +# src/math/i386/atan.s \ +# src/math/i386/atan2.s \ +# src/math/i386/atan2f.s \ +# src/math/i386/atan2l.s \ +# src/math/i386/atanf.s \ +# src/math/i386/atanl.s \ +# src/math/i386/ceil.s \ +# src/math/i386/ceilf.s \ +# src/math/i386/ceill.s \ +# src/math/i386/exp2l.s \ +# src/math/i386/exp_ld.s \ +# src/math/i386/expl.s \ +# src/math/i386/expm1l.s \ +# src/math/i386/floor.s \ +# src/math/i386/floorf.s \ +# src/math/i386/floorl.s \ +# src/math/i386/hypot.s \ +# src/math/i386/hypotf.s \ +# src/math/i386/ldexp.s \ +# src/math/i386/ldexpf.s \ +# src/math/i386/ldexpl.s \ +# src/math/i386/log.s \ +# src/math/i386/log10.s \ +# src/math/i386/log10f.s \ +# src/math/i386/log10l.s \ +# src/math/i386/log1p.s \ +# src/math/i386/log1pf.s \ +# src/math/i386/log1pl.s \ +# src/math/i386/log2.s \ +# src/math/i386/log2f.s \ +# src/math/i386/log2l.s \ +# src/math/i386/logf.s \ +# src/math/i386/logl.s \ +# src/math/i386/remquo.s \ +# src/math/i386/remquof.s \ +# src/math/i386/remquol.s \ +# src/math/i386/scalbln.s \ +# src/math/i386/scalblnf.s \ +# src/math/i386/scalblnl.s \ +# src/math/i386/scalbn.s \ +# src/math/i386/scalbnf.s \ +# src/math/i386/scalbnl.s \ +# src/math/i386/trunc.s \ +# src/math/i386/truncf.s \ +# src/math/i386/truncl.s \ +# src/math/x32/__invtrigl.s \ +# src/math/x32/acosl.s \ +# src/math/x32/asinl.s \ +# src/math/x32/atan2l.s \ +# src/math/x32/atanl.s \ +# src/math/x32/ceill.s \ +# src/math/x32/exp2l.s \ +# src/math/x32/expl.s \ +# src/math/x32/expm1l.s \ +# src/math/x32/fabs.s \ +# src/math/x32/fabsf.s \ +# src/math/x32/fabsl.s \ +# src/math/x32/floorl.s \ +# src/math/x32/fmodl.s \ +# src/math/x32/llrint.s \ +# src/math/x32/llrintf.s \ +# src/math/x32/llrintl.s \ +# src/math/x32/log10l.s \ +# src/math/x32/log1pl.s \ +# src/math/x32/log2l.s \ +# src/math/x32/logl.s \ +# src/math/x32/lrint.s \ +# src/math/x32/lrintf.s \ +# src/math/x32/lrintl.s \ +# src/math/x32/remainderl.s \ +# src/math/x32/rintl.s \ +# src/math/x32/sqrt.s \ +# src/math/x32/sqrtf.s \ +# src/math/x32/sqrtl.s \ +# src/math/x32/truncl.s \ +# src/process/aarch64/vfork.s \ +# src/process/arm/vfork.s \ +# src/process/i386/vfork.s \ +# src/process/riscv64/vfork.s \ +# src/process/s390x/vfork.s \ +# src/process/sh/vfork.s \ +# src/process/x32/vfork.s \ +# src/setjmp/aarch64/longjmp.s \ +# src/setjmp/aarch64/setjmp.s \ +# src/setjmp/i386/longjmp.s \ +# src/setjmp/i386/setjmp.s \ +# src/setjmp/m68k/longjmp.s \ +# src/setjmp/m68k/setjmp.s \ +# src/setjmp/microblaze/longjmp.s \ +# src/setjmp/microblaze/setjmp.s \ +# src/setjmp/or1k/longjmp.s \ +# src/setjmp/or1k/setjmp.s \ +# src/setjmp/powerpc64/longjmp.s \ +# src/setjmp/powerpc64/setjmp.s \ +# src/setjmp/s390x/longjmp.s \ +# src/setjmp/s390x/setjmp.s \ +# src/setjmp/x32/longjmp.s \ +# src/setjmp/x32/setjmp.s \ +# src/signal/aarch64/restore.s \ +# src/signal/aarch64/sigsetjmp.s \ +# src/signal/arm/restore.s \ +# src/signal/arm/sigsetjmp.s \ +# src/signal/i386/restore.s \ +# src/signal/i386/sigsetjmp.s \ +# src/signal/m68k/sigsetjmp.s \ +# src/signal/microblaze/restore.s \ +# src/signal/microblaze/sigsetjmp.s \ +# src/signal/mips/sigsetjmp.s \ +# src/signal/mips64/sigsetjmp.s \ +# src/signal/mipsn32/sigsetjmp.s \ +# src/signal/or1k/sigsetjmp.s \ +# src/signal/powerpc/restore.s \ +# src/signal/powerpc/sigsetjmp.s \ +# src/signal/powerpc64/restore.s \ +# src/signal/powerpc64/sigsetjmp.s \ +# src/signal/riscv64/restore.s \ +# src/signal/riscv64/sigsetjmp.s \ +# src/signal/s390x/restore.s \ +# src/signal/s390x/sigsetjmp.s \ +# src/signal/sh/restore.s \ +# src/signal/sh/sigsetjmp.s \ +# src/signal/x32/restore.s \ +# src/signal/x32/sigsetjmp.s \ +# src/string/arm/__aeabi_memcpy.s \ +# src/string/arm/__aeabi_memset.s \ +# src/string/i386/memcpy.s \ +# src/string/i386/memmove.s \ +# src/string/i386/memset.s \ +# src/thread/aarch64/__set_thread_area.s \ +# src/thread/aarch64/__unmapself.s \ +# src/thread/aarch64/clone.s \ +# src/thread/aarch64/syscall_cp.s \ +# src/thread/arm/__aeabi_read_tp.s \ +# src/thread/arm/__unmapself.s \ +# src/thread/arm/atomics.s \ +# src/thread/arm/clone.s \ +# src/thread/arm/syscall_cp.s \ +# src/thread/i386/__set_thread_area.s \ +# src/thread/i386/__unmapself.s \ +# src/thread/i386/clone.s \ +# src/thread/i386/syscall_cp.s \ +# src/thread/i386/tls.s \ +# src/thread/m68k/__m68k_read_tp.s \ +# src/thread/m68k/clone.s \ +# src/thread/m68k/syscall_cp.s \ +# src/thread/microblaze/__set_thread_area.s \ +# src/thread/microblaze/__unmapself.s \ +# src/thread/microblaze/clone.s \ +# src/thread/microblaze/syscall_cp.s \ +# src/thread/mips/__unmapself.s \ +# src/thread/mips/clone.s \ +# src/thread/mips/syscall_cp.s \ +# src/thread/mips64/__unmapself.s \ +# src/thread/mips64/clone.s \ +# src/thread/mips64/syscall_cp.s \ +# src/thread/mipsn32/__unmapself.s \ +# src/thread/mipsn32/clone.s \ +# src/thread/mipsn32/syscall_cp.s \ +# src/thread/or1k/__set_thread_area.s \ +# src/thread/or1k/__unmapself.s \ +# src/thread/or1k/clone.s \ +# src/thread/or1k/syscall_cp.s \ +# src/thread/powerpc/__set_thread_area.s \ +# src/thread/powerpc/__unmapself.s \ +# src/thread/powerpc/clone.s \ +# src/thread/powerpc/syscall_cp.s \ +# src/thread/powerpc64/__set_thread_area.s \ +# src/thread/powerpc64/__unmapself.s \ +# src/thread/powerpc64/clone.s \ +# src/thread/powerpc64/syscall_cp.s \ +# src/thread/riscv64/__set_thread_area.s \ +# src/thread/riscv64/__unmapself.s \ +# src/thread/riscv64/clone.s \ +# src/thread/riscv64/syscall_cp.s \ +# src/thread/s390x/__set_thread_area.s \ +# src/thread/s390x/__tls_get_offset.s \ +# src/thread/s390x/__unmapself.s \ +# src/thread/s390x/clone.s \ +# src/thread/s390x/syscall_cp.s \ +# src/thread/sh/__unmapself_mmu.s \ +# src/thread/sh/atomics.s \ +# src/thread/sh/clone.s \ +# src/thread/sh/syscall_cp.s \ +# src/thread/x32/__set_thread_area.s \ +# src/thread/x32/__unmapself.s \ +# src/thread/x32/clone.s \ +# src/thread/x32/syscall_cp.s \ +# src/unistd/mips/pipe.s \ +# src/unistd/mips64/pipe.s \ +# src/unistd/mipsn32/pipe.s \ +# src/unistd/sh/pipe.s \ + +## optimization +optimized.s = \ + src/fenv/x86_64/fenv.s \ + src/ldso/x86_64/dlsym.s \ + src/ldso/x86_64/tlsdesc.s \ + src/math/x86_64/__invtrigl.s \ + src/math/x86_64/acosl.s \ + src/math/x86_64/asinl.s \ + src/math/x86_64/atan2l.s \ + src/math/x86_64/atanl.s \ + src/math/x86_64/ceill.s \ + src/math/x86_64/exp2l.s \ + src/math/x86_64/expl.s \ + src/math/x86_64/expm1l.s \ + src/math/x86_64/floorl.s \ + src/math/x86_64/log10l.s \ + src/math/x86_64/log1pl.s \ + src/math/x86_64/log2l.s \ + src/math/x86_64/logl.s \ + src/math/x86_64/truncl.s \ + src/process/x86_64/vfork.s \ + src/string/x86_64/memcpy.s \ + src/string/x86_64/memmove.s \ + src/string/x86_64/memset.s \ + src/signal/x86_64/restore.s \ + src/thread/x86_64/__set_thread_area.s \ + src/thread/x86_64/__unmapself.s \ + src/thread/x86_64/clone.s \ + +libc.s = \ + $(optimized.s) \ + src/setjmp/x86_64/longjmp.s \ + src/setjmp/x86_64/setjmp.s \ + src/signal/x86_64/sigsetjmp.s \ + src/thread/x86_64/syscall_cp.s \ + +crt.c = crt/crt1.c +crt.s = \ + crt/x86_64/crti.s \ + crt/x86_64/crtn.s \ + +sources.c = $(libc.c) $(crt.c) +sources.s = $(libc.s) $(crt.s) |