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


1.7
date     90.11.06.14.19.30;  author bj;  state Exp;
branches ;
next     1.6;

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

1.5
date     90.11.05.16.50.39;  author bj;  state Exp;
branches ;
next     1.4;

1.4
date     90.11.05.16.38.10;  author bj;  state Exp;
branches ;
next     1.3;

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

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

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


desc
@@


1.7
log
@More updates to new network group standard assigns. All
Lattice stuff for this version. Manx does not exists for
VERS right now.
@
text
@# ----------------------------------------------------------------------------------
# Makefile for vers (Lattice)
#
# $Header: HOG:Other/inet/src/c/vers/RCS/makefile,v 1.5 90/11/05 16:50:39 bj Exp $
#
# $Locker:  $
#
# $Id$
#
# $Revision$
#
$ $Date$
#
# $Log:	makefile,v $
# Revision 1.5  90/11/05  16:50:39  bj
# no changes. RCS date test.
# 
# Revision 1.4  90/11/05  16:38:10  bj
#  (1) changed server root from INET2: to NW:
#  (2) added NETINC: reference for calling server based
#      includes.
#  (3) fixed bump: to the right make keyword (I had 'version:')
# 
# Revision 1.3  90/11/05  14:45:59  bj
# RCS adjustments. Nothing functional is changed.
# 
#
#
# ----------------------------------------------------------------------------------
# lattice linker library on server (not actually used in this!! )
HOGLIBLAT = NW:bin/lib/socketS.library


BIN     = inet:c
OBJ     = vers.l
INCLUDE = NETINC:
NETBIN  = NETBIN:c

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

.c.l:
	lc -b1 -O $(CFLAGS) -i$(INCLUDE) -o$*.l $*.c

all:	vers

### must be linked in this order - first 'version.l' then 'vers.l'  !!!
###^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ !!!

vers: makefile version.l vers.l
	blink from lib:c.o version.l vers.l \
		lib	lib:lc.lib lib:amiga.lib to vers NODEBUG

version.l: $(OBJ)
	vers >version.c -v vers
	lc -oversion.l version.c

bump:
	bumprev 36 vers_rev

clean:              
	delete #?.l

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

@


1.6
log
@Changed to the new 'standard' net assigns for includes,
binaries and sources on the server.
@
text
@d1 4
d6 1
a6 1
# Makefile for vers (Lattice)
d8 1
a8 1
# $Header: HOG:Other/inet/src/c/vers/RCS/makefile,v 1.3 90/11/05 14:45:59 bj Exp $
d10 1
d12 1
a12 1
# $Locker:  $
d15 9
a32 4
BIN	= inet:c
OBJ	= vers.o
OBJL = vers.l
NETBIN = NETBIN:
d34 5
d40 1
a40 1
	cc -DAMIGA +l -INETINC: $*.c
d43 1
a43 1
	lc -b1 -O $(CFLAGS) -iNETINC: -o$*.l $*.c
d45 1
a45 1
all:	versl
d48 1
a48 1
### ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ !!!
d50 1
a50 1
versl: makefile version.l vers.l
d54 1
a54 1
version.l: $(OBJL)
d58 1
a58 1
version:
a62 1
	delete #?.o
d64 1
a64 1
install:	versl
d66 2
a67 2
    copy vers $(NETBIN) clone
    
@


1.5
log
@no changes. RCS date test.
@
text
@d1 1
a1 1
# ----------------------------------------------------------------------------------
d4 1
a4 1
# $Header: HOG:Other/inet/src/c/vers/RCS/makefile,v 1.4 90/11/05 16:38:10 bj Exp Locker: bj $
d7 1
a7 1
# $Locker: bj $
a9 6
# Revision 1.4  90/11/05  16:38:10  bj
#  (1) changed server root from INET2: to NW:
#  (2) added NETINC: reference for calling server based
#      includes.
#  (3) fixed bump: to the right make keyword (I had 'version:')
# 
d22 1
a22 1
INCLUDE = NETINC:
d25 1
a25 1
	cc -DAMIGA +l -I//include $*.c
d28 1
a28 1
	lc -b1 -O $(CFLAGS) -i$(INCLUDE) -o$*.l $*.c
d33 1
d43 1
a43 1
bump:
d47 1
d52 2
a53 1

@


1.4
log
@ (1) changed server root from INET2: to NW:
 (2) added NETINC: reference for calling server based
     includes.
 (3) fixed bump: to the right make keyword (I had 'version:')
@
text
@d4 1
a4 1
# $Header: HOG:Other/inet/src/c/vers/RCS/makefile,v 1.3 90/11/05 14:45:59 bj Exp Locker: bj $
d10 6
@


1.3
log
@RCS adjustments. Nothing functional is changed.
@
text
@d1 1
a1 1
#
d4 1
a4 1
# $Header: HOG:Other/inet/src/c/vers/RCS/makefile,v 1.2 90/11/05 14:16:56 bj Exp Locker: bj $
d7 1
a7 1
# $Locker$
d9 4
a12 1
# $Log$
d17 1
a17 1
HOGLIBLAT = Inet2:bin/lib/socketS.library
d22 1
d28 1
a28 1
	lc -b1 -O $(CFLAGS) -i//include -ial:lattice/include -o$*.l $*.c
d42 1
a42 1
version:
@


1.2
log
@*** empty log message ***
@
text
@d4 10
a13 2
# $Header: HOG:Other/inet/src/c/vers/RCS/makefile,v 1.1 90/11/02 18:12:38 bj Exp Locker: bj $
#         
d15 1
@


1.1
log
@Initial revision
@
text
@d4 1
a4 1
# $Header$
d6 1
@
