head     1.3;
branch   ;
access   ;
symbols  Release1:1.2;
locks    ; strict;
comment  @# @;


1.3
date     91.10.15.13.22.07;  author martin;  state Exp;
branches ;
next     1.2;

1.2
date     90.11.09.13.38.18;  author martin;  state Exp;
branches ;
next     1.1;

1.1
date     90.04.26.21.55.23;  author martin;  state Exp;
branches ;
next     ;


desc
@   
@


1.3
log
@SAS C, socket library makefile
@
text
@#
# Makefile for RPC library.
#

MRPC32 =svc_run.m svc_simple.m svc_tcp.m svc_udp.m xdr_stdio.m clnt_generic.m \
	clnt_raw.m clnt_simple.m getrpcent.m getrpcport.m pmap_getmaps.m \
	clnt_tcp.m xdr_rec.m pmap_prot2.m pmap_rmt.m xdr_reference.m \
	auth_unix.m rpc_commondata.m svc.m pmap_clnt.m clnt_perror.m \
	get_myaddress.m svc_auth.m svc_auth_unix.m authunix_prot.m \
	xdr_array.m svc_raw.m rpc_callmsg.m pmap_getport.m clnt_udp.m \
	pmap_getport.m clnt_udp.m auth_none.m xdr_mem.m pmap_prot.m \
	rpc_dtablesize.m rpc_prot.m xdr.m

LRPC32 =svc_run.l svc_simple.l svc_tcp.l svc_udp.l xdr_stdio.l clnt_generic.l \
	clnt_raw.l clnt_simple.l getrpcent.l getrpcport.l pmap_getmaps.l \
	clnt_tcp.l xdr_rec.l pmap_prot2.l pmap_rmt.l xdr_reference.l \
	auth_unix.l rpc_commondata.l svc.l pmap_clnt.l clnt_perror.l \
	get_myaddress.l svc_auth.l svc_auth_unix.l authunix_prot.l \
	xdr_array.l svc_raw.l rpc_callmsg.l pmap_getport.l clnt_udp.l \
	pmap_getport.l clnt_udp.l auth_none.l xdr_mem.l pmap_prot.l \
	rpc_prot.l xdr.l gettimeofday.l bindresvport.l requester.l

NOGO=	xdr_float.o

all:	rpcS.lib

.c.m:
	cc +l +B -DAMIGA -I//include $*.c -o $@@

rpc32.lib:	$(MRPC32)
	lb $@@  $(MRPC32)

.c.l:
	lc -b1 -v -cw -co -DAMIGA -inetinc: -O -o$*.l $*.c

rpcS.lib:	$(LRPC32)
	list >oml.list quick nohead #?.l
	oml -s rpcS.lib @@oml.list
	-delete oml.list

clean:
	-delete #?.(l|m)

install: rpcS.lib
@


1.2
log
@updated for server
@
text
@d21 1
a21 1
	rpc_dtablesize.l rpc_prot.l xdr.l
d23 1
a23 1
NOGO=	xdr_float.o 
d25 1
a25 1
all:	rpc32.lib
d28 1
a28 1
	cc +l +B -DAMIGA -Inetinc: $*.c -o $@@
d32 1
a32 1
	
d38 1
a38 1
	oml rpc.lib @@oml.list
d42 1
a42 1
	-delete #?.l #?.m 
d44 1
a44 3
install: rpc32.lib rpcS.lib
	copy rcp32.lib NETBIN:lib
	copy rcpS.lib NETBIN:lib
@


1.1
log
@Initial revision
@
text
@d28 1
a28 1
	cc +l +B -DAMIGA -I//include $*.c -o $@@
d34 1
a34 1
	lc -b1 -v -cw -co -DAMIGA -i//include -O -o$*.l $*.c
d36 1
a36 1
rpc.lib:	$(LRPC32)
d42 1
a42 1
	-delete #?.o16 #?.o16l #?.m #?.ml
d44 3
a46 1
install: rpc32.lib
@
