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


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

1.1
date     90.04.26.21.27.17;  author martin;  state Exp;
branches ;
next     ;


desc
@   
@


1.2
log
@updated for server
@
text
@#
# makefile for routed
#

NETLIB	= NETBIN:lib/socket32.lib
CLIB	= c32.lib
BIN	= NETBIN:serv

.c.o:
	cc +m -DAMIGA +l -Inetinc: $*.c

OBJS=	af.o if.o input.o main.o output.o startup.o tables.o timer.o \
	trace.o inet.o compat.o

all: routed

routed: version.o
	ln -m +q -o $@@ version.o $(CFLAGS) $(OBJS) $(NETLIB) $(CLIB)

version.o: $(OBJS)
	vers >version.c -v routed
	cc version.c

clean:
	-delete #?.o

install: routed
	copy routed $(BIN) clone
@


1.1
log
@Initial revision
@
text
@d5 1
a5 1
NETLIB	= net32.lib
d7 1
a7 1
BIN	= inet:serv
d10 1
a10 1
	cc +m -DAMIGA +l -I//include $*.c
d17 1
a17 1
routed: version.o a:lib/net/net32.lib
@
