1 # Copyright (C) 1998,2000,2002,2003,2004,2005 Free Software Foundation, Inc.
2 # This file is part of the GNU C Library.
4 # The GNU C Library is free software; you can redistribute it and/or
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.
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
12 # Lesser General Public License for more details.
14 # You should have received a copy of the GNU Lesser General Public
15 # License along with the GNU C Library; if not, write to the Free
16 # Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
20 # Sub-makefile for nscd portion of the library.
24 routines
:= nscd_getpw_r nscd_getgr_r nscd_gethst_r nscd_getai nscd_initgroups
30 vpath
%.c ..
/locale
/programs
32 nscd-modules
:= nscd connections pwdcache getpwnam_r getpwuid_r grpcache \
33 getgrnam_r getgrgid_r hstcache gethstbyad_r gethstbynm2_r \
34 dbg_log nscd_conf nscd_stat cache mem nscd_setup_thread \
35 xmalloc xstrdup aicache initgrcache gai
37 ifeq ($(have-thread-library
),yes
)
39 others
:= nscd_nischeck
40 ifneq (yesyes
,$(have-fpie
)$(build-shared
))
43 install-sbin
:= nscd nscd_nischeck
45 extra-objs
:= $(nscd-modules
:=.o
) nscd_nischeck.o
49 ifeq (yes
,$(build-static-nss
))
50 otherlibs
+= $(nssobjdir
)/libnss_files.a
$(resolvobjdir
)/libnss_dns.a \
51 $(resolvobjdir
)/libresolv.a
54 all-nscd-modules
:= $(nscd-modules
) selinux
55 ifeq (yes
,$(have-selinux
))
56 ifeq (yes
,$(have-libaudit
))
60 nscd-modules
+= selinux
61 selinux-LIBS
:= -lselinux
$(libaudit
)
64 LDLIBS-nscd
= $(selinux-LIBS
)
66 distribute
:= nscd.h nscd-client.h dbg_log.h \
67 $(addsuffix .c
, $(filter-out xmalloc
,$(all-nscd-modules
))) \
68 nscd_nischeck.c nscd.conf nscd.init nscd_proto.h \
73 CFLAGS-nscd_getpw_r.c
= -fexceptions
74 CFLAGS-nscd_getgr_r.c
= -fexceptions
75 CFLAGS-nscd_gethst_r.c
= -fexceptions
76 CFLAGS-nscd_getai.c
= -fexceptions
77 CFLAGS-nscd_initgroups.c
= -fexceptions
79 nscd-cflags
= -DIS_IN_nscd
=1
80 ifeq (yesyes
,$(have-fpie
)$(build-shared
))
84 CFLAGS-nscd.c
+= $(nscd-cflags
)
85 CFLAGS-connections.c
+= $(nscd-cflags
)
86 CFLAGS-pwdcache.c
+= $(nscd-cflags
)
87 CFLAGS-getpwnam_r.c
+= $(nscd-cflags
)
88 CFLAGS-getpwuid_r.c
+= $(nscd-cflags
)
89 CFLAGS-grpcache.c
+= $(nscd-cflags
)
90 CFLAGS-getgrnam_r.c
+= $(nscd-cflags
)
91 CFLAGS-getgrgid_r.c
+= $(nscd-cflags
)
92 CFLAGS-hstcache.c
+= $(nscd-cflags
)
93 CFLAGS-gethstbyad_r.c
+= $(nscd-cflags
)
94 CFLAGS-gethstbynm2_r.c
+= $(nscd-cflags
)
95 CFLAGS-dbg_log.c
+= $(nscd-cflags
)
96 CFLAGS-nscd_conf.c
+= $(nscd-cflags
)
97 CFLAGS-nscd_stat.c
+= $(nscd-cflags
)
98 CFLAGS-cache.c
+= $(nscd-cflags
)
99 CFLAGS-xmalloc.c
+= $(nscd-cflags
)
100 CFLAGS-xstrdup.c
+= $(nscd-cflags
)
101 CFLAGS-mem.c
+= $(nscd-cflags
)
102 CFLAGS-nscd_setup_thread.c
+= $(nscd-cflags
)
103 CFLAGS-aicache.c
+= $(nscd-cflags
)
104 CFLAGS-selinux.c
+= $(nscd-cflags
)
105 CFLAGS-initgrcache.c
+= $(nscd-cflags
)
106 CFLAGS-gai.c
+= $(nscd-cflags
)
108 ifeq (yesyes
,$(have-fpie
)$(build-shared
))
109 ifeq (yes
,$(have-z-relro
))
110 relro-LDFLAGS
+= -Wl
,-z
,now
113 $(objpfx
)nscd
: $(addprefix $(objpfx
),$(nscd-modules
:=.o
))
114 $(LINK.o
) -pie
-Wl
,-O1 \
115 $(sysdep-LDFLAGS
) $(config-LDFLAGS
) $(relro-LDFLAGS
) \
116 $(extra-B-
$(@F
:lib
%.so
=%).so
) -B
$(csu-objpfx
) \
117 $(extra-B-
$(@F
:lib
%.so
=%).so
) $(load-map-file
) \
118 $(LDFLAGS
) $(LDFLAGS-
$(@F
)) \
119 -L
$(subst :, -L
,$(rpath-link
)) -Wl
,-rpath-link
=$(rpath-link
) \
120 -o
$@
$^
$(LDLIBS-nscd
) $(common-objpfx
)libc_nonshared.a
123 # This makes sure -DNOT_IN_libc is passed for all these modules.
124 cpp-srcs-left
:= $(nscd-modules
:=.c
)
126 include $(patsubst %,$(..
)cppflags-iterator.mk
,$(cpp-srcs-left
))
128 $(objpfx
)nscd
: $(nscd-modules
:%=$(objpfx
)%.o
)
129 $(objpfx
)nscd_nischeck
: $(objpfx
)nscd_nischeck.o
131 ifeq ($(build-shared
),yes
)
132 $(objpfx
)nscd
: $(common-objpfx
)rt
/librt.so
$(shared-thread-library
) \
133 $(common-objpfx
)nis
/libnsl.so
134 $(objpfx
)nscd_nischeck
: $(common-objpfx
)nis
/libnsl.so
136 $(objpfx
)nscd
: $(common-objpfx
)rt
/librt.a
$(static-thread-library
) \
137 $(common-objpfx
)nis
/libnsl.a
138 $(objpfx
)nscd_nischeck
: $(common-objpfx
)nis
/libnsl.a