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


1.6
date     92.10.20.17.02.52;  author bj;  state Exp;
branches ;
next     1.5;

1.5
date     91.10.16.16.43.34;  author martin;  state Exp;
branches ;
next     1.4;

1.4
date     91.09.03.21.16.58;  author martin;  state Exp;
branches ;
next     1.3;

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

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

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


desc
@@


1.6
log
@removed RCS checkin and checkout from 'bump:' routine.
@
text
@# -------------------------------------------------------------------------
# makefile for ROUTE
#
# $Locker:  $
#
# $Id: makefile,v 1.5 91/10/16 16:43:34 martin Exp $
#
# $Revision: 1.5 $
#
# $Header: inet2:src/c/route/RCS/makefile,v 1.5 91/10/16 16:43:34 martin Exp $
#
#---------------------------------------------------------------------------

NETBIN = NETBIN:c
NETINC = NETINC:
BIN	= inet:c
OBJ	= route.o

.c.o:
	lc -DAMIGA -v -cfist -O -i$(NETINC) -o$*.o $*.c

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

.a.o:
	asm -u -iINCLUDE: $*.a

all:	route

route:	$(OBJ) makefile c.o
	blink from c.o $(OBJ) to $@@ lib lib:amiga.lib lib:lc.lib SC SD ND

clean:
	delete #?.o route

install:	route
	copy route $(BIN) clone
	copy route $(NETBIN) clone

bump:
	bumprev 2 route_rev

@


1.5
log
@now checks in the revision file
@
text
@d4 1
a4 1
# $Locker: martin $
d6 1
a6 1
# $Id: makefile,v 1.4 91/09/03 21:16:58 martin Exp Locker: martin $
d8 1
a8 1
# $Revision: 1.4 $
d10 1
a10 1
# $Header: inet2:src/c/route/RCS/makefile,v 1.4 91/09/03 21:16:58 martin Exp Locker: martin $
a40 1
	co -l route_rev.rev
a41 1
	ci -u -m"" route_rev.rev
@


1.4
log
@SAS makefile
@
text
@d6 1
a6 1
# $Id: makefile,v 1.3 90/11/12 19:36:46 martin Exp Locker: martin $
d8 1
a8 1
# $Revision: 1.3 $
d10 1
a10 1
# $Header: inet2:src/c/route/RCS/makefile,v 1.3 90/11/12 19:36:46 martin Exp Locker: martin $
d41 1
d43 2
@


1.3
log
@*** empty log message ***
@
text
@d2 1
a2 1
# makefile for ROUTE (manx 36)
d6 1
a6 1
# $Id: makefile,v 1.2 90/11/12 19:35:09 martin Exp Locker: martin $
d8 1
a8 1
# $Revision: 1.2 $
d10 1
a10 1
# $Header: inet2:src/c/route/RCS/makefile,v 1.2 90/11/12 19:35:09 martin Exp Locker: martin $
a15 2
NETLIB	= NETLIB:socket32.lib
CLIB	= c32.lib
d17 1
a17 1
OBJ	= route.m
d19 2
a20 2
.c.m:
	cc -DAMIGA +l -I$(NETINC) -o $*.m $*.c
d22 6
d30 2
a31 6
route:	version.m
	ln +ss -m +q -o $@@ version.m $(OBJ) $(NETLIB) $(CLIB)

version.m: $(OBJ)
	vers >version.c -v route
	cc -o version.m version.c
d34 1
a34 1
	delete #?.m
d41 1
a41 1
	bumprev 36 route_rev
@


1.2
log
@*** empty log message ***
@
text
@d1 12
a12 12
 # -------------------------------------------------------------------------
 # makefile for ROUTE (manx 36)
 #
 # $Locker: martin $
 #
 # $Id: makefile,v 1.1 90/11/09 14:00:46 bj Exp Locker: martin $
 #
 # $Revision: 1.1 $
 #
 # $Header: inet2:src/c/route/RCS/makefile,v 1.1 90/11/09 14:00:46 bj Exp Locker: martin $
 #
 #---------------------------------------------------------------------------
@


1.1
log
@Initial revision
@
text
@d4 1
a4 1
 # $Locker$
d6 1
a6 1
 # $Id$
d8 1
a8 1
 # $Revision$
d10 1
a10 1
 # $Header$
d16 1
a16 1
NETLIB	= NETLIB:socket32.library
@
