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


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

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

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

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


desc
@@


1.4
log
@changed to reflect lack of startup code being used iin the
executable.
@
text
@# ---------------------------------------------------------------------------------
# MAKEFILE for CONFIG (SAS) using shared socket library
#
# $Locker:  $
#
# $Id: makefile,v 1.3 90/11/12 16:56:08 martin Exp $
#
# $Revision: 1.3 $
#
# $Log:$
#
# $Header: inet2:src/c/config/RCS/makefile,v 1.3 90/11/12 16:56:08 martin Exp $
#
#-----------------------------------------------------------------------------------


BIN     = NETBIN:c
OBJ     = config.o
NETINC  = NETINC:

.asm.o: 
	casm -a $*.asm -cqvy -o $*.o

.c.o:
	lc -v -d -cfistr -rr -O -i$(NETINC) $*.c

all:	config

config: $(OBJ)
	blink from $(OBJ) to config SC SD ND

bump:
	bumprev 37 config_rev

@


1.3
log
@*** empty log message ***
@
text
@d2 1
a2 1
# MAKEFILE for CONFIG (Manx 36)
d4 1
a4 1
# $Locker: martin $
d6 1
a6 1
# $Id: makefile,v 1.2 90/11/12 16:53:31 martin Exp Locker: martin $
d8 1
a8 1
# $Revision: 1.2 $
d10 1
a10 1
# $Header: inet2:src/c/config/RCS/makefile,v 1.2 90/11/12 16:53:31 martin Exp Locker: martin $
d12 2
a16 2
NETLIB	= NETLIB:socket32.lib
CLIB	= c32.lib
d18 1
a18 1
OBJ     = config.m menu.m
d21 2
d24 2
a25 2
.c.m:
	cc +l -I$(NETINC) -o $*.m $*.c
d29 2
a30 12
config: $(OBJ) version.m
	ln +ss -m +q -o $@@ version.m $(OBJ) $(NETLIB) $(CLIB)

version.m: $(OBJ)
	vers >version.c -v config
	cc -o version.m version.c

clean:
	delete #?.m

install:	config
	copy config $(BIN) clone
d33 1
a33 1
	bumprev 36 config_rev
@


1.2
log
@*** empty log message ***
@
text
@d1 12
a12 12
 # ---------------------------------------------------------------------------------
 # MAKEFILE for CONFIG (Manx 36)
 #
 # $Locker: martin $
 #
 # $Id: makefile,v 1.1 90/11/07 12:17:32 bj Exp Locker: martin $
 #
 # $Revision: 1.1 $
 #
 # $Header: inet2:src/c/config/RCS/makefile,v 1.1 90/11/07 12:17:32 bj Exp Locker: martin $
 #
 #-----------------------------------------------------------------------------------
d17 1
a17 1
BIN     = inet:c
a38 1
	copy config $(NETBIN) clone
@


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$
d15 1
a15 1
NETLIB	= NETLIB:socket32.library
@
