2019-01-01 00:11:28 +00:00
|
|
|
# Copyright (C) 1997-2019 Free Software Foundation, Inc.
|
1997-09-16 00:42:43 +00:00
|
|
|
# This file is part of the GNU C Library.
|
|
|
|
|
|
|
|
# The GNU C Library is free software; you can redistribute it and/or
|
2001-07-06 04:58:11 +00:00
|
|
|
# modify it under the terms of the GNU Lesser General Public
|
|
|
|
# License as published by the Free Software Foundation; either
|
|
|
|
# version 2.1 of the License, or (at your option) any later version.
|
1997-09-16 00:42:43 +00:00
|
|
|
|
|
|
|
# The GNU C Library is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
2001-07-06 04:58:11 +00:00
|
|
|
# Lesser General Public License for more details.
|
1997-09-16 00:42:43 +00:00
|
|
|
|
2001-07-06 04:58:11 +00:00
|
|
|
# You should have received a copy of the GNU Lesser General Public
|
2012-02-09 23:18:22 +00:00
|
|
|
# License along with the GNU C Library; if not, see
|
|
|
|
# <http://www.gnu.org/licenses/>.
|
1997-09-16 00:42:43 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Sub-makefile for hesiod portion of the library.
|
|
|
|
#
|
|
|
|
subdir := hesiod
|
|
|
|
|
2014-02-26 23:12:03 +00:00
|
|
|
include ../Makeconfig
|
|
|
|
|
1997-09-16 00:42:43 +00:00
|
|
|
extra-libs := libnss_hesiod
|
|
|
|
extra-libs-others = $(extra-libs)
|
|
|
|
|
|
|
|
subdir-dirs = nss_hesiod
|
|
|
|
vpath %.c nss_hesiod
|
|
|
|
|
2016-05-02 13:25:20 +00:00
|
|
|
libnss_hesiod-routines := hesiod hesiod-grp hesiod-proto \
|
2012-03-07 10:17:13 +00:00
|
|
|
hesiod-pwd hesiod-service
|
1998-04-07 16:19:36 +00:00
|
|
|
# Build only shared library
|
1997-09-16 00:42:43 +00:00
|
|
|
libnss_hesiod-inhibit-o = $(filter-out .os,$(object-suffixes))
|
|
|
|
|
|
|
|
include ../Rules
|
|
|
|
|
2013-05-31 16:16:33 +00:00
|
|
|
# The Hesiod NSS module also needs the resolver and some help from
|
1997-09-16 00:42:43 +00:00
|
|
|
# the file service.
|
|
|
|
$(objpfx)libnss_hesiod.so: $(common-objpfx)resolv/libresolv.so \
|
2013-05-31 16:16:33 +00:00
|
|
|
$(common-objpfx)nss/libnss_files.so
|