head	1.3;
access;
symbols
	initial:1.1.1.1
	oc:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2002.07.31.18.33.23;	author rherveille;	state Exp;
branches;
next	1.2;

1.2
date	2002.07.02.23.06.36;	author rherveille;	state Exp;
branches;
next	1.1;

1.1
date	2002.04.11.10.47.29;	author simons;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2002.04.11.10.47.29;	author simons;	state Exp;
branches;
next	;


desc
@@


1.3
log
@atabug stable release
@
text
@
# CFLAGS += -DET_DEBUG -DDEBUG

LIB	= common_o.o

OBJS	= common.o support.o cprintf.o screen.o font.o ctype.o string.o
SOBJS   = or32.o

all:	$(LIB)

$(LIB):	$(OBJS) $(SOBJS)
	$(LD) -r -o $@@ $(OBJS) $(SOBJS)

#########################################################################

.depend:	Makefile $(OBJS:.o=.c) $(SOBJS:.o=.S)
		$(CC) -M $(CFLAGS) $(OBJS:.o=.c) > $@@
		$(CC) -M $(CFLAGS) $(SOBJS:.o=.S) > $@@

sinclude .depend

#########################################################################
@


1.2
log
@first release of atabug
@
text
@d6 1
a6 1
OBJS	= common.o support.o cprintf.o screen.o font.o ctype.o
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
OBJS	= common.o support.o cprintf.o screen.o font.o
@


1.1.1.1
log
@ORP monitor
@
text
@@
