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


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

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

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

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

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


desc
@@


1.5
log
@*** empty log message ***
@
text
@# ---------------------------------------------------------------------------------
# Makefile for: lance-test
#
# $Locker: martin $
#
# $Id: makefile,v 1.4 90/12/04 18:24:25 martin Exp Locker: martin $
#
# $Revision: 1.4 $
#
# $Header: inet2:src/c/lance-test/RCS/makefile,v 1.4 90/12/04 18:24:25 martin Exp Locker: martin $
#
#-----------------------------------------------------------------------------------

NETINC = NETINC:
NETBIN = NETBIN:c
NETLIB = NETLIB:socketS.lib
LIB	= lib:lc.lib lib:amiga.lib
OBJ	= version.l lance-test.l ffs.l inet_up.l
BIN = inet:c

.c.l: 
	lc -v -i$(NETINC) -o$*.l $*.c

all: lance-test

lance-test:  makefile $(OBJ) 
	Blink from lib:c.o $(OBJ)  \
	       lib $(LIB) to lance-test SC SD NODEBUG 
	delete version.*       	       
	       
version.l: 
	vers >version.c -v lance-test
	lc -oversion.l version.c

bump:
	bumprev 36 lance-test_rev

install: lance-test
	copy lance-test $(BIN) clone
	copy lance-test $(NETBIN) clone

clean:
	delete #?.l
	delete lance-test


@


1.4
log
@added propper "make clean"
@
text
@d6 1
a6 1
# $Id: makefile,v 1.3 90/12/04 18:23:09 martin Exp Locker: martin $
d8 1
a8 1
# $Revision: 1.3 $
d10 1
a10 1
# $Header: inet2:src/c/lance-test/RCS/makefile,v 1.3 90/12/04 18:23:09 martin Exp Locker: martin $
d43 1
a43 1
	delete *.l
@


1.3
log
@Optimizer broke previous version.
turned off -O flag
removed link with socketS.lib
@
text
@d4 1
a4 1
# $Locker:  $
d6 1
a6 1
# $Id: makefile,v 1.2 90/11/12 17:00:27 martin Exp $
d8 1
a8 1
# $Revision: 1.2 $
d10 1
a10 1
# $Header: inet2:src/c/lance-test/RCS/makefile,v 1.2 90/11/12 17:00:27 martin Exp $
d43 3
a45 1
	delete *.m
@


1.2
log
@*** empty log message ***
@
text
@d4 1
a4 1
# $Locker: martin $
d6 1
a6 1
# $Id: makefile,v 1.1 90/11/12 12:28:19 bj Exp Locker: martin $
d8 1
a8 1
# $Revision: 1.1 $
d10 1
a10 1
# $Header: inet2:src/c/lance-test/RCS/makefile,v 1.1 90/11/12 12:28:19 bj Exp Locker: martin $
d22 1
a22 1
	lc -b1 -v -O -i$(NETINC) -o$*.l $*.c
d28 1
a28 2
	    lib $(NETLIB) \
	       lib $(LIB) to lance-test NODEBUG 
@


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:socketS.library
d39 1
a39 1
install:
@
