File: Makefile

package info (click to toggle)
glibc 2.31-13
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 278,204 kB
  • sloc: ansic: 1,025,197; asm: 256,788; makefile: 12,091; sh: 10,572; python: 9,618; cpp: 5,233; awk: 1,956; perl: 514; yacc: 290; pascal: 182; sed: 73
file content (25 lines) | stat: -rw-r--r-- 718 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
ifeq ($(subdir),crypt)
libcrypt-sysdep_routines += md5-crop sha256-crop sha512-crop
endif

ifeq ($(subdir),locale)
localedef-aux += md5-crop
endif

ifeq ($(subdir),string)
sysdep_routines += memcpy-ultra3 memcpy-niagara1 memcpy-niagara2 \
		   memset-niagara1 memcpy-niagara4 memset-niagara4 \
		   memcpy-ultra1 memset-ultra1 memcpy-memmove-niagara7 \
		   memmove-ultra1 memset-niagara7
endif

ifeq ($(subdir),stdlib)
sysdep_routines += mul_1-vis3 mul_1-generic addmul_1-vis3 addmul_1-generic \
		   submul_1-vis3 submul_1-generic add_n-vis3 add_n-generic \
		   sub_n-vis3 sub_n-generic
endif

ifeq ($(subdir),math)
gmp-sysdep_routines = mul_1-vis3 addmul_1-vis3 submul_1-vis3 add_n-vis3 \
		      sub_n-vis3
endif