Fri Jun 28 02:41:08 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
[glibc.git] / nss / Makefile
blobbdf1651bb1aece7e5fe18a0b52df6a420354f482
1 # Copyright (C) 1996 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 Library General Public License as
6 # published by the Free Software Foundation; either version 2 of the
7 # 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 # Library General Public License for more details.
14 # You should have received a copy of the GNU Library General Public
15 # License along with the GNU C Library; see the file COPYING.LIB. If
16 # not, write to the Free Software Foundation, Inc.,
17 # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20 # Makefile for name service switch.
22 subdir := nss
24 distribute := nsswitch.h XXX-lookup.c getXXbyYY.c getXXbyYY_r.c \
25 getXXent.c getXXent_r.c
27 # This is the trivial part which goes into libc itself.
28 routines = nsswitch $(addsuffix -lookup,$(databases))
30 # These are the databases that go through nss dispatch.
31 databases = proto service host network grp pwd rpc ethers
33 # Specify rules for the nss_* modules. We have some services.
34 services := files dns
36 extra-libs = $(services:%=libnss_%)
38 # The sources are found in the appropriate subdir.
39 subdir-dirs = $(services:%=nss_%)
40 vpath %.c $(subdir-dirs)
43 libnss_files-routines := $(addprefix files-,$(databases))
44 distribute += files-XXX.c files-parse.c
46 libnss_dns-routines := dns-host dns-network
48 libnss_files-inhibit-o = $(filter-out .so,$(object-suffixes))
49 libnss_dns-inhibit-o = $(filter-out .so,$(object-suffixes))
52 include ../Rules
55 resobjdir := $(firstword $(objdir) $(patsubst ../$(subdir),.,$(..)resolv))
56 LDLIBS-nss_dns.so = -L$(resobjdir) -Wl,-rpath-link=$(resobjdir) -lresolv