head     1.3;
branch   ;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.3
date     92.08.07.16.22.41;  author bj;  state Exp;
branches ;
next     1.2;

1.2
date     92.07.10.17.44.23;  author bj;  state Exp;
branches ;
next     1.1;

1.1
date     92.04.06.14.11.53;  author bj;  state Exp;
branches ;
next     ;


desc
@@


1.3
log
@added "sprintf.o" to OBJ list
@
text
@# -----------------------------------------------------------------------
# makefile for rshd 
#
# $Locker:  $
#
# $Id: makefile,v 1.2 92/07/10 17:44:23 bj Exp $
#
# $Revision: 1.2 $
#
# $Log:	makefile,v $
# Revision 1.2  92/07/10  17:44:23  bj
# Added RCS header.  Changed reference from work1: to work:.
# 
#
# $Header: AS225:src/serv/rshd/RCS/makefile,v 1.2 92/07/10 17:44:23 bj Exp $
#
#------------------------------------------------------------------------
#
#
# Makefile for rshd
#

CLIB	= lib:debug.lib lib:amiga.lib lib:lc.lib
BIN	= inet:serv
OBJ	= sprintf.o rshd.o syslog.o async.o

.c.o:
	lc -inetinc: -v -cfist -O $*.c

.asm.o:
	casm -a $*.asm -cqvy -o $*.o -iwork:cape/includes

all:	rshd

rshd:	$(OBJ) 
	blink from c.o $(OBJ) TO $@@ LIB $(CLIB) SC SD ND

clean:
	delete *.o rshd

install:	rshd
	copy rshd $(BIN) clone

bump:
	bumprev 1 rshd_rev
@


1.2
log
@Added RCS header.  Changed reference from work1: to work:.
@
text
@d4 1
a4 1
# $Locker:$
d6 1
a6 1
# $Id:$
d8 6
a13 1
# $Revision:$
d15 1
a15 1
# $Log:$
a16 2
# $Header:$
#
d25 1
a25 1
OBJ	= rshd.o syslog.o async.o
d39 1
a39 1
	delete #?.o rshd
@


1.1
log
@Initial revision
@
text
@d1 2
d4 13
d28 1
a28 1
	casm -a $*.asm -cqvy -o $*.o -iwork1:cape/includes
@
