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.44;	author steinber;	state Exp;
branches
	1.1.1.1;
next	;

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

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

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


desc
@@



1.1
log
@Initial revision
@
text
@#
# Makefile for SUN rpc functions
#
#

include ../Makeconfig

include ../Makerules

LIB:=../$(LIB)

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

ifndef OPTFLAGS
OPTFLAGS= -O6
endif

# very special flags. gcc is broken on the builtin ffs ().
VSCFLAGS=-fno-builtin

INC=-I../include

CFLAGS = $(WFLAGS) $(OPTFLAGS) $(INC) $(XCFLAGS) $(VSCFLAGS)


DIRS:=

SRCS = auth_none.c auth_unix.c auth_prot.c bindresvport.c
SRCS = auth_none.c auth_unix.c auth_prot.c \
	clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c \
	clnt_tcp.c clnt_udp.c rpc_dtblsz.c get_myaddr.c \
	getrpcent.c getrpcport.c pmap_clnt.c pmap_getmaps.c \
	pmap_getport.c pmap_prot.c pmap_prot2.c pmap_rmt.c \
	rpc_prot.c rpc_comdata.c rpc_callmsg.c svc.c svc_auth.c \
	svc_au_ux.c svc_raw.c svc_run.c svc_simple.c \
	svc_tcp.c svc_udp.c xdr.c xdr_array.c xdr_float.c xdr_mem.c \
	xdr_rec.c xdr_ref.c xdr_stdio.c

HDRS = auth.h auth_unix.h clnt.h netdb.h pmap_clnt.h pmap_prot.h \
	pmap_rmt.h rpc.h rpc_msg.h svc.h svc_auth.h types.h xdr.h

ASMS= $(SRCS:.c=.s)
OBJS= $(SRCS:.c=.o)
 
all: lib

include ../Maketargets  
@


1.1.1.1
log
@LIBC_4_5_7
@
text
@@


1.1.1.2
log
@LIBC_4_5_10
@
text
@d7 1
d10 9
d22 3
a24 2
INC_CFLAGS=-I../include
BASE_CFLAGS:= $(BASE_CFLAGS) $(VSCFLAGS)
d45 2
a46 1
ALIASES= 
@


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

d12 1
a12 1
INC_CFLAGS=-I$(TOPDIR)/include
d36 1
a36 1
include $(TOPDIR)/Maketargets  
@
