head	1.1;
access;
symbols
	libc-5-4-46:1.1
	libc-5-4-45:1.1
	libc-5-4-44:1.1
	libc-5-4-43:1.1
	libc-5-4-42:1.1
	libc-5-4-41:1.1
	libc-5-4-40:1.1
	libc-5-4-39:1.1
	libc-5-4-38:1.1
	libc-5-4-37:1.1
	libc-5-4-36:1.1
	libc-5-4-35:1.1
	libc-5-4-34:1.1
	libc-5-4-33:1.1
	libc-5-4-32:1.1
	libc-5-4-31:1.1
	libc-5-4-30:1.1
	libc-5-4-29:1.1
	libc-5-4-28:1.1
	libc-5-4-27:1.1
	libc-5-4-26:1.1
	libc-5-4-25:1.1
	libc-5-4-24:1.1
	libc-5-4-23:1.1
	libc-5-4-22:1.1
	libc-5-4-21:1.1
	libc-5-4-20:1.1
	libc-5-4-19:1.1
	libc-5-4-18:1.1
	libc-5-4-17-public:1.1
	libc-5-4-17:1.1
	libc-5-4-16:1.1
	libc-5-4-15:1.1
	libc-5-4-14:1.1
	libc-5-4-13:1.1
	libc-5-4-12:1.1
	libc-5-4-11:1.1
	libc-5-4-10:1.1
	libc-5-4-9:1.1
	libc-5-4-8:1.1
	libc-5-4-7-public:1.1
	libc-5-4-7:1.1
	libc-5-4-6:1.1
	libc-5-4-5:1.1
	libc-5-4-4:1.1
	libc-5-4-3:1.1
	libc-5-4-2:1.1
	libc-5-4-1:1.1
	libc-5-4-0:1.1
	libc-5-3-12:1.1
	libc-5-3-11:1.1
	libc-5-3-10:1.1
	libc-5-3-9:1.1
	libc-5-3-8:1.1
	libc-5-3-7:1.1
	libc-5-3-7-pre:1.1
	libc-5-3-6:1.1
	libc-5-3-5:1.1
	libc-5-3-4:1.1
	libc-5-3-3:1.1
	libc-5-3-2:1.1
	libc-5-3-1:1.1
	libc-5-3-0:1.1
	libc-5-2-19:1.1
	libc-5-2-18:1.1
	libc-5-2-17:1.1
	libc-5-2-16:1.1
	libc-5-2-15:1.1
	libc-5-2-14:1.1
	libc-5-2-13:1.1
	libc-5-2-12:1.1
	libc-5-2-11:1.1
	libc-5-2-10:1.1
	libc-5-2-9:1.1
	libc-5-2-8-1:1.1
	libc-5-2-8:1.1
	libc-5-2-7:1.1
	libc-5-2-6:1.1
	libc-5-2-5:1.1
	libc-5-2-4:1.1
	libc-5-2-3:1.1
	libc-5-2-2:1.1
	libc-5-2-1:1.1
	libc-5-2-0:1.1
	libc-5-1-4:1.1
	libc-5-1-3:1.1
	libc-5-1-2:1.1
	libc-5-1-1:1.1
	libc-5-1-0:1.1
	libc-5-0-12-stable:1.1
	libc-5-0-11:1.1
	libc-5-0-10:1.1
	libc-5-0-9:1.1
	libc-5-0-8:1.1
	libc-5-0-7:1.1
	libc-5-0-6:1.1
	libc-5-0-5:1.1
	libc-5-0-4:1.1
	libc-5-0-3:1.1
	libc-5-0-2:1.1
	libc-5-0-1-1:1.1
	libc-5-0-1:1.1
	libc-5-0-0:1.1
	libc-4-8-0:1.1;
locks; strict;
comment	@# @;


1.1
date	95.03.16.03.05.09;	author hjl;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Modified for libc 4.8.0.
@
text
@#
# Makefile	
#
# Copyright (c) 1993 Signum Support AB, Sweden.
#
# This file is part of the NYS Library.
#
# The NYS Library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public License as
# published by the Free Software Foundation; either version 2 of the
# License, or (at your option) any later version.
#
# The NYS 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
# Library General Public License for more details.
# 
# You should have received a copy of the GNU Library General Public
# License along with the NYS Library; see the file COPYING.LIB.  If
# not, write to the Free Software Foundation, Inc., 675 Mass Ave,
# Cambridge, MA 02139, USA.
#
# Authors: Peter Eriksson <pen@@signum.se>,
#          Michael A. Griffith <grif@@cs.ucr.edu>
#
#

GCOPTS=	-g -Wall
CC=gcc
CFLAGS=$(GCOPTS) -I../../include -I../../../yp/include
RPCLIB=

LIBS=	../../lib/libnsw.a ../../../nis/lib/libnis.a \
	../../../yp/lib/libyp.a ../../../dns/lib/libdns.a $(RPCLIB)

LDLIBS=$(LIBS)

all: passwd group networks hosts rpc

PWBINS=passwd_uid passwd_name passwd_all
passwd: $(PWBINS)

GRBINS=group_gid group_name group_all
group: $(GRBINS)

NETBINS=networks_addr networks_name networks_all
networks: $(NETBINS)

HOSTBINS=hosts_addr hosts_name hosts_all
hosts: $(HOSTBINS)


RPBINS=rpc_all rpc_number rpc_name
rpc: $(RPBINS)

passwd_uid:	passwd_uid.o passwd_misc.o 
passwd_name:	passwd_name.o passwd_misc.o 
passwd_all:	passwd_all.o passwd_misc.o 

group_gid:	group_gid.o group_misc.o 
group_name:	group_name.o group_misc.o 
group_all:	group_all.o group_misc.o 

networks_addr:	networks_addr.o networks_misc.o 
networks_name:	networks_name.o networks_misc.o 
networks_all:	networks_all.o networks_misc.o 

hosts_addr:	hosts_addr.o hosts_misc.o 
hosts_name:	hosts_name.o hosts_misc.o 
hosts_all:	hosts_all.o hosts_misc.o 

rpc_number:	rpc_number.o rpc_misc.o 
rpc_name:	rpc_name.o rpc_misc.o 
rpc_all:	rpc_all.o rpc_misc.o 


clean:
	-rm -f core $(PWBINS) $(GRBINS) $(NETBINS) $(HOSTBINS) \
		$(RPBINS) *.o *~ \#*
@

