makefile

来自「Glibc 2.3.2源代码(解压后有100多M)」· 代码 · 共 26 行

TXT
26
字号
ifeq ($(subdir),posix)sysdep_routines += oldglobendififeq ($(subdir),misc)sysdep_headers += alpha/ptrace.h alpha/regdef.h sys/io.hsysdep_routines += ieee_get_fp_control ieee_set_fp_control \		   ioperm osf_sigprocmask llseek adjtimex# Support old timeval32 entry pointssysdep_routines += osf_select osf_gettimeofday osf_settimeofday \		   osf_getitimer osf_setitimer osf_utimes \		   osf_getrusage osf_wait4 old_adjtimex# Support old ipc controlsysdep_routines += oldmsgctl oldsemctl oldshmctlCFLAGS-ioperm.c = -Wa,-mev6endififeq ($(subdir),signal)sysdep_routines += rt_sigsuspend rt_sigprocmask rt_sigtimedwait	\		   rt_sigqueueinfo rt_sigaction rt_sigpendingendif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?