head	1.9;
access;
symbols
	V1_6_7:1.9
	V1_6_6:1.9
	V1_6_5:1.8
	V1_6_4:1.8
	V1_6_3:1.8
	V1_6_2:1.6
	V1_6_1:1.6
	V1_6:1.5
	V1_5_2:1.5
	V1_4_1:1.5
	V1_4:1.5
	V1_3_3:1.4
	V1_3_1:1.3
	V1_3:1.3
	V1_2:1.2;
locks; strict;
comment	@# @;


1.9
date	2001.01.01.21.28.37;	author vandys;	state Exp;
branches;
next	1.8;

1.8
date	2000.05.10.20.28.30;	author vandys;	state Exp;
branches;
next	1.7;

1.7
date	2000.03.23.14.48.00;	author vandys;	state Exp;
branches;
next	1.6;

1.6
date	97.12.21.20.35.25;	author vandys;	state Exp;
branches;
next	1.5;

1.5
date	95.03.04.23.41.57;	author vandys;	state Exp;
branches;
next	1.4;

1.4
date	94.05.30.21.26.44;	author vandys;	state Exp;
branches;
next	1.3;

1.3
date	94.04.06.21.55.35;	author vandys;	state Exp;
branches;
next	1.2;

1.2
date	93.11.25.20.22.44;	author vandys;	state Exp;
branches;
next	1.1;

1.1
date	93.11.25.04.42.37;	author vandys;	state Exp;
branches;
next	;


desc
@Makefile
@


1.9
log
@Support select()
@
text
@COPTS=-g -DKDB -Wall
OBJS=fifo.o main.o rw.o isr.o stat.o control.o
OUT=rs232

include ../../../makefile.all

rs232: $(OBJS)
	rm -f rs232
	$(LD) $(LDFLAGS) -o rs232 $(CRT0) $(OBJS) -lusr -lc

install: rs232
	strip rs232
	cp rs232 $(ROOT)/boot
@


1.8
log
@*** empty log message ***
@
text
@d1 1
a1 1
COPTS=-DKDB
@


1.7
log
@Makefile reorg; include master source is in vsta/src.  Centralize
common parameters.
@
text
@d8 1
@


1.6
log
@Default KDB feature enabled (now have to give -k to make it
stick).  Tidy up rules a bit.
@
text
@d1 1
a1 5
CC=gcc
LD=ld
INCS=-I../../../../include
CFLAGS=-DKDB $(INCS) -O
LDFLAGS=-L../../../lib
d3 3
a5 2
LIBS=-lusr -lc
CRT0=../../../lib/crt0.o
d8 1
a8 7
	$(LD) $(LDFLAGS) -e start -o rs232 $(CRT0) $(OBJS) $(LIBS)

clean:
	rm -f *.o

clobber: clean
	rm -f rs232
d12 1
a12 1
	cp rs232 ../../../../boot
@


1.5
log
@The great src/ renaming
@
text
@d1 8
a8 11
CC= gcc
LD= ld
INCS= -I../../../../include
CFLAGS= -DDEBUG $(INCS) -O
LDFLAGS= -L../../../lib
OBJS= fifo.o main.o rw.o isr.o stat.o control.o
LIBS= -lusr -lc
CRT0= ../../../lib/crt0.o

.c.o:
	$(CC) $(CFLAGS) -c $*.c
@


1.4
log
@Updates for support of RS-232 line control, syslog
@
text
@d3 1
a3 1
INCS= -I../../../include
d5 1
a5 1
LDFLAGS= -L../../../libc
d8 1
a8 1
CRT0= ../../../libc/crt0.o
d24 1
a24 1
	cp rs232 ../../../boot
@


1.3
log
@Add clean, clobber, install targets
@
text
@d6 1
a6 1
OBJS= fifo.o main.o rw.o isr.o stat.o
@


1.2
log
@Optimize
@
text
@d5 1
a5 1
LDFLAGS= -L../../../libc -L../../../lib
d17 8
a24 2
	del *.o
	del rs232
@


1.1
log
@Initial revision
@
text
@d4 1
a4 1
CFLAGS= -DDEBUG $(INCS) -g
@
