]> sourceware.org Git - glibc.git/blame - nss/Makefile
x86: Disable non-temporal memset on Skylake Server
[glibc.git] / nss / Makefile
CommitLineData
dff8da6b 1# Copyright (C) 1996-2024 Free Software Foundation, Inc.
5f0e6fc7
RM
2# This file is part of the GNU C Library.
3
4# The GNU C Library is free software; you can redistribute it and/or
41bdb6e2
AJ
5# modify it under the terms of the GNU Lesser General Public
6# License as published by the Free Software Foundation; either
7# version 2.1 of the License, or (at your option) any later version.
5f0e6fc7
RM
8
9# The GNU C Library is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
41bdb6e2 12# Lesser General Public License for more details.
5f0e6fc7 13
41bdb6e2 14# You should have received a copy of the GNU Lesser General Public
59ba27a6 15# License along with the GNU C Library; if not, see
5a82c748 16# <https://www.gnu.org/licenses/>.
5f0e6fc7
RM
17
18#
19# Makefile for name service switch.
20#
21subdir := nss
22
a5f891ac
JM
23include ../Makeconfig
24
751850cf 25headers := \
42985866 26 aliases.h \
b121fdc5 27 grp.h \
98b107e3 28 gshadow.h \
751850cf 29 nss.h \
0ac35d18 30 pwd.h \
c6b577ca 31 shadow.h \
751850cf 32 # headers
5f0e6fc7
RM
33
34# This is the trivial part which goes into libc itself.
751850cf
AS
35routines = \
36 $(addsuffix -lookup,$(databases)) \
37 compat-lookup \
38 digits_dots \
39 getnssent \
40 getnssent_r \
41 nss_action \
42 nss_action_parse \
43 nss_database \
44 nss_fgetent_r \
45 nss_files_data \
46 nss_files_fopen \
47 nss_files_functions \
48 nss_hash \
49 nss_module \
50 nss_parse_line_result \
51 nss_readline \
52 nsswitch \
53 rewrite_field \
54 valid_field \
55 valid_list_field \
56 # routines
5f0e6fc7 57
42985866
AS
58# alias routines:
59routines += \
60 getaliasent \
61 getaliasent_r \
62 getaliasname \
63 getaliasname_r \
64 # routines
65
66ifeq ($(have-thread-library),yes)
67CFLAGS-getaliasent_r.c += -fexceptions
68CFLAGS-getaliasent.c += -fexceptions
69endif
70
1c402663
AS
71# ethers routines:
72routines += \
73 ether_hton \
74 ether_ntoh \
75 # routines
76
b121fdc5
AS
77# grp routines:
78routines += \
79 fgetgrent \
80 fgetgrent_r \
81 getgrent \
82 getgrent_r \
83 getgrgid \
84 getgrgid_r \
85 getgrnam \
86 getgrnam_r \
87 grp-merge \
88 initgroups \
89 putgrent \
90 # routines
91
92ifeq ($(have-thread-library),yes)
93CFLAGS-fgetgrent.c += -fexceptions
94CFLAGS-fgetgrent_r.c += -fexceptions $(libio-mtsafe)
95CFLAGS-getgrent.c += -fexceptions
96CFLAGS-getgrent_r.c += -fexceptions
97CFLAGS-getgrgid.c += -fexceptions
98CFLAGS-getgrgid_r.c += -fexceptions
99CFLAGS-getgrnam.c += -fexceptions
100CFLAGS-getgrnam_r.c += -fexceptions
101CFLAGS-initgroups.c += -fexceptions
102CFLAGS-putgrent.c += -fexceptions $(libio-mtsafe)
103endif
104
98b107e3
AS
105# gshadow routines:
106routines += \
107 fgetsgent \
108 fgetsgent_r \
109 getsgent \
110 getsgent_r \
111 getsgnam \
112 getsgnam_r \
113 putsgent \
114 sgetsgent \
115 sgetsgent_r \
116 # routines
117
118ifeq ($(have-thread-library),yes)
119CFLAGS-getsgent_r.c += -fexceptions
120CFLAGS-getsgent.c += -fexceptions
121CFLAGS-fgetsgent.c += -fexceptions
122CFLAGS-fgetsgent_r.c += -fexceptions $(libio-mtsafe)
123CFLAGS-putsgent.c += -fexceptions $(libio-mtsafe)
124CFLAGS-getsgnam.c += -fexceptions
125CFLAGS-getsgnam_r.c += -fexceptions
126endif
127
a7e8d0b9
AS
128# hosts routines:
129routines += \
7f602256 130 getaddrinfo \
a7e8d0b9
AS
131 gethstbyad \
132 gethstbyad_r \
133 gethstbynm \
134 gethstbynm2 \
135 gethstbynm2_r \
136 gethstbynm_r \
137 gethstent \
138 gethstent_r \
2f1c6652 139 getnameinfo \
a7e8d0b9
AS
140 # routines
141
142ifeq ($(have-thread-library),yes)
7f602256 143CFLAGS-getaddrinfo.c += -fexceptions
a7e8d0b9
AS
144CFLAGS-gethstbyad.c += -fexceptions
145CFLAGS-gethstbyad_r.c += -fexceptions
146CFLAGS-gethstbynm.c += -fexceptions
147CFLAGS-gethstbynm_r.c += -fexceptions
148CFLAGS-gethstbynm2.c += -fexceptions
149CFLAGS-gethstbynm2_r.c += -fexceptions
150CFLAGS-gethstent.c += -fexceptions
151CFLAGS-gethstent_r.c += -fexceptions
3f7c7ac8
AS
152endif
153
154# netgroup routines:
155routines += \
156 getnetgrent \
157 getnetgrent_r \
158 # routines
159
160ifeq ($(have-thread-library),yes)
161CFLAGS-getnetgrent.c += -fexceptions
162CFLAGS-getnetgrent_r.c += -fexceptions
5a6e784e
AS
163endif
164
165# networks routines:
166routines += \
167 getnetbyad \
168 getnetbyad_r \
169 getnetbynm \
170 getnetbynm_r \
171 getnetent \
172 getnetent_r \
173 # routines
174
175ifeq ($(have-thread-library),yes)
176CFLAGS-getnetbyad.c += -fexceptions
177CFLAGS-getnetbyad_r.c += -fexceptions
178CFLAGS-getnetbynm.c += -fexceptions
179CFLAGS-getnetbynm_r.c += -fexceptions
180CFLAGS-getnetent.c += -fexceptions
181CFLAGS-getnetent_r.c += -fexceptions
a7e8d0b9
AS
182endif
183
a25a060c
AS
184# protocols routines:
185routines += \
186 getproto \
187 getproto_r \
188 getprtent \
189 getprtent_r \
190 getprtname \
191 getprtname_r \
192 # routines
193
194ifeq ($(have-thread-library),yes)
195CFLAGS-getprtent_r.c += -fexceptions
196CFLAGS-getprtent.c += -fexceptions
197endif
198
0ac35d18
AS
199# pwd routines:
200routines += \
201 fgetpwent \
202 fgetpwent_r \
203 getpw \
204 getpwent \
205 getpwent_r \
206 getpwnam \
207 getpwnam_r \
208 getpwuid \
209 getpwuid_r \
210 putpwent \
211 # routines
212
213ifeq ($(have-thread-library),yes)
214CFLAGS-fgetpwent_r.c += $(libio-mtsafe)
215CFLAGS-getpw.c += -fexceptions
216CFLAGS-getpwent.c += -fexceptions
217CFLAGS-getpwent_r.c += -fexceptions
218endif
219
9b63a8ac
AS
220# rpc routines:
221routines += \
222 getrpcbyname \
223 getrpcbyname_r \
224 getrpcbynumber \
225 getrpcbynumber_r \
226 getrpcent \
227 getrpcent_r \
228 # routines
229
230ifeq ($(have-thread-library),yes)
231CFLAGS-getrpcent_r.c += -fexceptions
232CFLAGS-getrpcent.c += -fexceptions
233endif
234
1d74d2f0
AS
235# services routines:
236routines += \
237 getservent \
238 getservent_r \
239 getsrvbynm \
240 getsrvbynm_r \
241 getsrvbypt \
242 getsrvbypt_r \
243 # routines
244
245ifeq ($(have-thread-library),yes)
246CFLAGS-getservent_r.c += -fexceptions
247CFLAGS-getservent.c += -fexceptions
248endif
249
c6b577ca
AS
250# shadow routines
251routines += \
252 fgetspent \
253 fgetspent_r \
254 getspent \
255 getspent_r \
256 getspnam \
257 getspnam_r \
258 lckpwdf \
259 putspent \
260 sgetspent \
261 sgetspent_r \
262 # routines
263
264ifeq ($(have-thread-library),yes)
265CFLAGS-getspent_r.c += -fexceptions
266CFLAGS-getspent.c += -fexceptions
267CFLAGS-fgetspent.c += -fexceptions
268CFLAGS-fgetspent_r.c += -fexceptions $(libio-mtsafe)
269CFLAGS-putspent.c += -fexceptions $(libio-mtsafe)
270CFLAGS-getspnam.c += -fexceptions
271CFLAGS-getspnam_r.c += -fexceptions
272endif
273
6dbe2837 274# These are the databases that go through nss dispatch.
a8874ead
UD
275# Caution: if you add a database here, you must add its real name
276# in databases.def, too.
751850cf
AS
277databases = \
278 alias \
279 ethers \
280 grp \
281 hosts \
282 netgrp \
283 network \
284 proto \
285 pwd \
286 service \
287 sgrp \
288 spwd \
289 # databases
a1309c2b
RM
290
291ifneq (,$(filter sunrpc,$(subdirs)))
292databases += key rpc
293have-sunrpc := 1
294else
295have-sunrpc := 0
296endif
297CPPFLAGS-getent.c = -DHAVE_SUNRPC=$(have-sunrpc)
5f0e6fc7 298
9ee76b5a
UD
299others := getent makedb
300install-bin := getent makedb
301makedb-modules = xmalloc hash-string
7b3ce395 302others-extras = $(makedb-modules)
9ee76b5a 303extra-objs += $(makedb-modules:=.o)
7d6a8338 304
676599b3 305tests-static = tst-field
7f602256
AS
306
307tests-internal := \
308 tst-field \
309 tst-rfc3484 \
310 tst-rfc3484-2 \
311 tst-rfc3484-3 \
312 # tests-internal
e2f68b54
SP
313
314tests := \
315 bug17079 \
316 test-digits-dots \
317 test-netdb \
9b63a8ac 318 test-rpcent \
b121fdc5 319 testgrp \
98b107e3 320 tst-fgetsgent_r \
7f602256
AS
321 tst-getaddrinfo \
322 tst-getaddrinfo2 \
323 tst-getaddrinfo3 \
a7e8d0b9 324 tst-gethnm \
0ac35d18 325 tst-getpw \
98b107e3 326 tst-gshadow \
e2f68b54 327 tst-nss-getpwent \
5f2f0f69 328 tst-nss-hash \
e2f68b54
SP
329 tst-nss-test1 \
330 tst-nss-test2 \
331 tst-nss-test4 \
332 tst-nss-test5 \
333 tst-nss-test_errno \
b121fdc5 334 tst-putgrent \
0ac35d18 335 tst-putpwent \
98b107e3 336 tst-putsgent \
c6b577ca 337 tst-putspent \
98b107e3 338 tst-sgetsgent \
c6b577ca 339 tst-shadow \
751850cf 340 # tests
e2f68b54 341
7f602256
AS
342xtests := \
343 bug-erange \
344 tst-getaddrinfo4 \
345 tst-getaddrinfo5 \
346 # xtests
e2f68b54
SP
347
348tests-container := \
b121fdc5
AS
349 tst-initgroups1 \
350 tst-initgroups2 \
e2f68b54
SP
351 tst-nss-compat1 \
352 tst-nss-db-endgrent \
353 tst-nss-db-endpwent \
354 tst-nss-files-hosts-long \
c4376314 355 tst-nss-files-hosts-v4mapped \
1c37b802 356 tst-nss-gai-actions \
751850cf 357 tst-nss-gai-hv2-canonname \
e2f68b54
SP
358 tst-nss-test3 \
359 tst-reload1 \
360 tst-reload2 \
751850cf 361 # tests-container
561b0bec 362
f4a6be25 363ifeq (yes,$(build-shared))
b121fdc5 364# Tests which need libdl
f4a6be25 365tests += tst-nss-files-hosts-erange
d8425e11 366tests += tst-nss-files-hosts-multi
916124ed 367tests += tst-nss-files-hosts-getent
e95c6f61 368tests += tst-nss-files-alias-leak
2bac7daa 369tests += tst-nss-files-alias-truncated
b121fdc5
AS
370# tst_fgetgrent currently only works with shared libraries
371test-srcs := tst_fgetgrent
372ifeq ($(run-built-tests),yes)
373tests-special += $(objpfx)tst_fgetgrent.out
374$(objpfx)tst_fgetgrent.out: tst_fgetgrent.sh $(objpfx)tst_fgetgrent
375 $(SHELL) $< $(common-objpfx) '$(test-program-prefix)'; \
376 $(evaluate-test)
377endif
f4a6be25
FW
378endif
379
b0a679f4
CD
380# If we have a thread library then we can test cancellation against
381# some routines like getpwuid_r.
382ifeq (yes,$(have-thread-library))
383tests += tst-cancel-getpwuid_r
384endif
385
5f0e6fc7 386# Specify rules for the nss_* modules. We have some services.
64d1e08e 387services := files db compat
5f0e6fc7
RM
388
389extra-libs = $(services:%=libnss_%)
dbe31b9a
RM
390# These libraries will be built in the `others' pass rather than
391# the `lib' pass, because they depend on libc.so being built already.
392extra-libs-others = $(extra-libs)
5f0e6fc7
RM
393
394# The sources are found in the appropriate subdir.
6dbe2837 395subdir-dirs = $(services:%=nss_%)
9ee76b5a 396vpath %.c $(subdir-dirs) ../locale/programs ../intl
5f0e6fc7
RM
397
398
6212bb67
FW
399routines += \
400 $(addprefix files-, $(filter-out key, $(databases))) \
401 files-init \
402 files-initgroups \
403 # routines
5f0e6fc7 404
9ed48fee
FW
405# Build only an empty shared libnss_files.
406libnss_files-inhibit-o = $(filter-out .os,$(object-suffixes))
407
408# Pretend that libnss_files.so is a linker script, so that the symbolic link
409# is not installed.
410install-lib-ldscripts = libnss_files.so
411$(inst_libdir)/libnss_files.so:
412
2666d441
UD
413libnss_db-dbs := $(addprefix db-,\
414 $(filter-out hosts network key alias,\
9f2da732
UD
415 $(databases))) \
416 db-initgroups
319b9ad4 417libnss_db-routines := $(libnss_db-dbs) db-open db-init hash-string
2666d441
UD
418generated += $(filter-out db-alias.c db-netgrp.c, \
419 $(addsuffix .c,$(libnss_db-dbs)))
1aadea59 420
64d1e08e
AS
421libnss_compat-routines := $(addprefix compat-,grp pwd spwd initgroups) \
422 nisdomain
423
77fb9117
UD
424install-others += $(inst_vardbdir)/Makefile
425
3ff42526 426# Build static module into libc if requested
2666d441 427libnss_db-inhibit-o = $(filter-out .os,$(object-suffixes))
64d1e08e 428libnss_compat-inhibit-o = $(filter-out .os,$(object-suffixes))
3ff42526 429ifeq ($(build-static-nss),yes)
676599b3 430tests-static += tst-nss-static
6ca96fe2 431endif
973fe93a
SP
432extra-test-objs += nss_test1.os nss_test2.os nss_test_errno.os \
433 nss_test_gai_hv2_canonname.os
5f0e6fc7 434
ec6b95c3
RG
435ifeq ($(run-built-tests),yes)
436ifneq (no,$(PERL))
437tests-special += $(objpfx)mtrace-tst-nss-gai-hv2-canonname.out
438endif
439endif
440
441generated += mtrace-tst-nss-gai-hv2-canonname.out \
442 tst-nss-gai-hv2-canonname.mtrace
443
5f0e6fc7
RM
444include ../Rules
445
9ee76b5a
UD
446ifeq (yes,$(have-selinux))
447LDLIBS-makedb := -lselinux
448endif
449
7b57bfe5 450libnss-libc = $(common-objpfx)linkobj/libc.so
fab7ce3f
JM
451# Target-specific variable setting to link objects using deprecated
452# RPC interfaces with the version of libc.so that makes them available
453# for new links:
454$(services:%=$(objpfx)libnss_%.so): libc-for-link = $(libnss-libc)
c3e2f19b 455
2666d441
UD
456$(libnss_db-dbs:%=$(objpfx)%.c): $(objpfx)db-%.c: nss_files/files-%.c
457 @rm -f $@.new
458 (echo '#define EXTERN_PARSER';\
459 echo '#define GENERIC "../nss_db/db-XXX.c"';\
460 echo '#include "$<"') > $@.new
461 mv -f $@.new $@
462
c3e2f19b 463
9ee76b5a
UD
464$(objpfx)makedb: $(makedb-modules:%=$(objpfx)%.o)
465
77fb9117
UD
466$(inst_vardbdir)/Makefile: db-Makefile $(+force)
467 $(do-install)
468
ae5c498d
DD
469libnss_test1.so-no-z-defs = 1
470libnss_test2.so-no-z-defs = 1
471
472rtld-tests-LDFLAGS += -Wl,--dynamic-list=nss_test.ver
473
9cd47470 474libof-nss_test1 = extramodules
ae5c498d 475libof-nss_test2 = extramodules
9bdf92c7 476libof-nss_test_errno = extramodules
973fe93a 477libof-nss_test_gai_hv2_canonname = extramodules
fab7ce3f 478$(objpfx)/libnss_test1.so: $(objpfx)nss_test1.os $(link-libc-deps)
c3e2f19b 479 $(build-module)
ae5c498d
DD
480$(objpfx)/libnss_test2.so: $(objpfx)nss_test2.os $(link-libc-deps)
481 $(build-module)
9bdf92c7
FW
482$(objpfx)/libnss_test_errno.so: $(objpfx)nss_test_errno.os $(link-libc-deps)
483 $(build-module)
973fe93a
SP
484$(objpfx)/libnss_test_gai_hv2_canonname.so: \
485 $(objpfx)nss_test_gai_hv2_canonname.os $(link-libc-deps)
486 $(build-module)
ae5c498d 487$(objpfx)nss_test2.os : nss_test1.c
aefc79ab
FW
488# Use the nss_files suffix for these objects as well.
489$(objpfx)/libnss_test1.so$(libnss_files.so-version): $(objpfx)/libnss_test1.so
c3e2f19b 490 $(make-link)
aefc79ab 491$(objpfx)/libnss_test2.so$(libnss_files.so-version): $(objpfx)/libnss_test2.so
ae5c498d 492 $(make-link)
9bdf92c7
FW
493$(objpfx)/libnss_test_errno.so$(libnss_files.so-version): \
494 $(objpfx)/libnss_test_errno.so
495 $(make-link)
973fe93a
SP
496$(objpfx)/libnss_test_gai_hv2_canonname.so$(libnss_files.so-version): \
497 $(objpfx)/libnss_test_gai_hv2_canonname.so
498 $(make-link)
268bb71e 499$(patsubst %,$(objpfx)%.out,$(tests) $(tests-container)) : \
aefc79ab 500 $(objpfx)/libnss_test1.so$(libnss_files.so-version) \
9bdf92c7 501 $(objpfx)/libnss_test2.so$(libnss_files.so-version) \
973fe93a
SP
502 $(objpfx)/libnss_test_errno.so$(libnss_files.so-version) \
503 $(objpfx)/libnss_test_gai_hv2_canonname.so$(libnss_files.so-version)
b0a679f4
CD
504
505ifeq (yes,$(have-thread-library))
506$(objpfx)tst-cancel-getpwuid_r: $(shared-thread-library)
507endif
f4a6be25 508
e95c6f61 509$(objpfx)tst-nss-files-alias-leak.out: $(objpfx)/libnss_files.so
081bdf94 510$(objpfx)tst-nss-files-alias-truncated.out: $(objpfx)/libnss_files.so
57e349b1 511
ec6b95c3
RG
512tst-nss-gai-hv2-canonname-ENV = \
513 MALLOC_TRACE=$(objpfx)tst-nss-gai-hv2-canonname.mtrace \
514 LD_PRELOAD=$(common-objpfx)/malloc/libc_malloc_debug.so
515$(objpfx)mtrace-tst-nss-gai-hv2-canonname.out: \
516 $(objpfx)tst-nss-gai-hv2-canonname.out
517 { test -r $(objpfx)tst-nss-gai-hv2-canonname.mtrace \
518 || ( echo "tst-nss-gai-hv2-canonname.mtrace does not exist"; exit 77; ) \
519 && $(common-objpfx)malloc/mtrace \
520 $(objpfx)tst-nss-gai-hv2-canonname.mtrace; } > $@; \
521 $(evaluate-test)
522
57e349b1
L
523# Disable DT_RUNPATH on NSS tests so that the glibc internal NSS
524# functions can load testing NSS modules via DT_RPATH.
525LDFLAGS-tst-nss-test1 = -Wl,--disable-new-dtags
526LDFLAGS-tst-nss-test2 = -Wl,--disable-new-dtags
527LDFLAGS-tst-nss-test3 = -Wl,--disable-new-dtags
528LDFLAGS-tst-nss-test4 = -Wl,--disable-new-dtags
529LDFLAGS-tst-nss-test5 = -Wl,--disable-new-dtags
9bdf92c7 530LDFLAGS-tst-nss-test_errno = -Wl,--disable-new-dtags
973fe93a 531LDFLAGS-tst-nss-test_gai_hv2_canonname = -Wl,--disable-new-dtags
This page took 0.634098 seconds and 6 git commands to generate.