head	1.1;
branch	1.1.1;
access;
symbols
	LIBC_4_5_19:1.1.1.3
	LIBC_4_5_18:1.1.1.3
	LIBC_4_5_17:1.1.1.3
	LIBC_4_5_16:1.1.1.3
	LIBC_4_5_15:1.1.1.3
	LIBC_4_5_14:1.1.1.3
	LIBC_4_5_13:1.1.1.3
	LIBC_4_5_12:1.1.1.3
	LIBC_4_5_11:1.1.1.3
	LIBC_4_5_10:1.1.1.2
	LIBC_4_5_9:1.1.1.1
	LIBC_4_5_8:1.1.1.1
	LIBC_4_5_7:1.1.1.1
	LIBC:1.1.1;
locks; strict;
comment	@# @;


1.1
date	93.12.14.16.58.45;	author steinber;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	93.12.14.16.58.46;	author steinber;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	94.01.13.12.14.54;	author steinber;	state Exp;
branches;
next	1.1.1.3;

1.1.1.3
date	94.01.19.16.23.35;	author steinber;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@#
# This is Makefile of inet lib for Linux
#

include ../Makeconfig

include ../Makerules

LIB:=../$(LIB)
LIBALIAS:=../$(LIBALIAS)

JUMP_DIR:=../jump/$(SHLIB)
JUMP_LIB=libc

ifndef OPTFLAGS
OPTFLAGS= -O6 -fomit-frame-pointer
endif

ifdef YP
VSCFLAGS=-DNIS
endif

CFLAGS = $(WFLAGS) $(OPTFLAGS) $(INC) $(XCFLAGS) $(VSCFLAGS)
INC= -I../include -I. -I..

DIRS:=
SRCS = gethstnmad.c getnetbyad.c getnetbynm.c getnetent.c \
	getproto.c getprtent.c getprtname.c getservent.c \
	getsrvbynm.c getsrvbypt.c herror.c inet_addr.c \
	inet_lnaof.c inet_mkadr.c inet_net.c inet_netof.c \
	inet_ntoa.c rcmd.c res_comp.c res_debug.c res_init.c \
	res_mkqry.c res_query.c res_send.c rexec.c ruserpass.c \
	sethostent.c bindresvport.c
ASMS= $(SRCS:.c=.s) 
OBJS= $(SRCS:.c=.o)

include ../Maketargets
@


1.1.1.1
log
@LIBC_4_5_7
@
text
@@


1.1.1.2
log
@LIBC_4_5_10
@
text
@d6 1
d9 11
a19 1
ifeq ($(YP),true)
d23 2
a24 2
INC_CFLAGS= -I../include -I. -I..
BASE_CFLAGS := $(BASE_CFLAGS) $(VSCFLAGS)
a35 1
ALIASES=
@


1.1.1.3
log
@LIBC_4_5_11
@
text
@d5 2
a6 1
TOPDIR=..
a7 3
include $(TOPDIR)/Makeconfig
include $(TOPDIR)/Makerules

d12 1
a12 1
INC_CFLAGS= -I. -I$(TOPDIR)
d27 1
a27 1
include $(TOPDIR)/Maketargets
@
