Cache network interface information
[platform/upstream/glibc.git] / nscd / Makefile
1 # Copyright (C) 1998,2000,2002-2009,2011 Free Software Foundation, Inc.
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
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.
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
12 # Lesser General Public License for more details.
13
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
17 # 02111-1307 USA.
18
19 #
20 #       Sub-makefile for nscd portion of the library.
21 #
22 subdir  := nscd
23
24 routines := nscd_getpw_r nscd_getgr_r nscd_gethst_r nscd_getai \
25             nscd_initgroups nscd_getserv_r nscd_netgroup
26 aux     := nscd_helper
27
28 include ../Makeconfig
29
30 # To find xmalloc.c
31 vpath %.c ../locale/programs
32
33 nscd-modules := nscd connections pwdcache getpwnam_r getpwuid_r grpcache \
34                 getgrnam_r getgrgid_r hstcache gethstbyad_r gethstbynm3_r \
35                 getsrvbynm_r getsrvbypt_r servicescache \
36                 dbg_log nscd_conf nscd_stat cache mem nscd_setup_thread \
37                 xmalloc xstrdup aicache initgrcache gai res_hconf \
38                 netgroupcache
39
40 ifeq ($(have-thread-library),yes)
41
42 others += nscd
43 others-pie += nscd
44 install-sbin := nscd
45
46 extra-objs := $(nscd-modules:=.o)
47
48 endif
49
50 ifeq (yes,$(build-static-nss))
51 otherlibs += $(nssobjdir)/libnss_files.a $(resolvobjdir)/libnss_dns.a \
52              $(resolvobjdir)/libresolv.a
53 endif
54
55 all-nscd-modules := $(nscd-modules) selinux
56 ifeq (yes,$(have-selinux))
57 ifeq (yes,$(have-libaudit))
58 libaudit = -laudit
59 ifeq (yes,$(have-libcap))
60 libcap = -lcap
61 endif
62 endif
63
64 nscd-modules += selinux
65 selinux-LIBS := -lselinux $(libaudit) $(libcap)
66
67 # The configure.in check for libselinux and its headers did not use
68 # $SYSINCLUDES.  The directory specified by --with-headers usually
69 # contains only the basic kernel interface headers, not something like
70 # libselinux.  So the simplest thing is to presume that the standard
71 # system headers will be ok for this file.
72 $(objpfx)nscd_stat.o: sysincludes = # nothing
73 $(objpfx)selinux.o: sysincludes = # nothing
74 endif
75
76 LDLIBS-nscd = $(selinux-LIBS)
77
78 distribute := nscd.h nscd-client.h dbg_log.h \
79               $(addsuffix .c, $(filter-out xmalloc,$(all-nscd-modules))) \
80               nscd.conf nscd.init nscd_proto.h nscd-types.h
81
82 include ../Rules
83
84 CFLAGS-nscd_getpw_r.c = -fexceptions
85 CFLAGS-nscd_getgr_r.c = -fexceptions
86 CFLAGS-nscd_gethst_r.c = -fexceptions
87 CFLAGS-nscd_getai.c = -fexceptions
88 CFLAGS-nscd_initgroups.c = -fexceptions
89
90 nscd-cflags = -DIS_IN_nscd=1 -D_FORTIFY_SOURCE=2
91 ifeq (yesyes,$(have-fpie)$(build-shared))
92 nscd-cflags += $(pie-ccflag)
93 endif
94 ifeq (yes,$(have-ssp))
95 nscd-cflags += -fstack-protector
96 endif
97
98 CFLAGS-nscd.c += $(nscd-cflags)
99 CFLAGS-connections.c += $(nscd-cflags)
100 CFLAGS-pwdcache.c += $(nscd-cflags)
101 CFLAGS-getpwnam_r.c += $(nscd-cflags)
102 CFLAGS-getpwuid_r.c += $(nscd-cflags)
103 CFLAGS-grpcache.c += $(nscd-cflags)
104 CFLAGS-getgrnam_r.c += $(nscd-cflags)
105 CFLAGS-getgrgid_r.c += $(nscd-cflags)
106 CFLAGS-hstcache.c += $(nscd-cflags)
107 CFLAGS-gethstbyad_r.c += $(nscd-cflags)
108 CFLAGS-gethstbynm3_r.c += $(nscd-cflags)
109 CFLAGS-dbg_log.c += $(nscd-cflags)
110 CFLAGS-nscd_conf.c += $(nscd-cflags)
111 CFLAGS-nscd_stat.c += $(nscd-cflags)
112 CFLAGS-cache.c += $(nscd-cflags)
113 CFLAGS-xmalloc.c += $(nscd-cflags)
114 CFLAGS-xstrdup.c += $(nscd-cflags)
115 CFLAGS-mem.c += $(nscd-cflags)
116 CFLAGS-nscd_setup_thread.c += $(nscd-cflags)
117 CFLAGS-aicache.c += $(nscd-cflags)
118 CFLAGS-selinux.c += $(nscd-cflags)
119 CFLAGS-initgrcache.c += $(nscd-cflags)
120 CFLAGS-gai.c += $(nscd-cflags)
121 CFLAGS-servicescache.c += $(nscd-cflags)
122 CFLAGS-getsrvbynm_r.c += $(nscd-cflags)
123 CFLAGS-getsrvbypt_r.c += $(nscd-cflags)
124 CFLAGS-res_hconf.c += $(nscd-cflags)
125 CFLAGS-netgroupcache.c += $(nscd-cflags)
126
127 ifeq (yesyes,$(have-fpie)$(build-shared))
128 LDFLAGS-nscd = -Wl,-z,now
129 endif
130
131 # This makes sure -DNOT_IN_libc is passed for all these modules.
132 cpp-srcs-left := $(nscd-modules:=.c)
133 lib := nonlib
134 include $(patsubst %,$(..)cppflags-iterator.mk,$(cpp-srcs-left))
135
136 $(objpfx)nscd: $(nscd-modules:%=$(objpfx)%.o)
137
138 ifeq ($(build-shared),yes)
139 $(objpfx)nscd: $(common-objpfx)rt/librt.so $(shared-thread-library) \
140                $(common-objpfx)nis/libnsl.so
141 else
142 $(objpfx)nscd: $(common-objpfx)rt/librt.a $(static-thread-library) \
143                $(common-objpfx)nis/libnsl.a
144 endif