head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2007.04.07.17.31.42;	author toni32;	state Exp;
branches;
next	1.1;
commitid	12d24617d53a4567;

1.1
date	2007.03.28.21.30.28;	author toni32;	state Exp;
branches;
next	;
commitid	3ce1460ade604567;


desc
@@


1.2
log
@*** empty log message ***
@
text
@PRJ  = io
SRCS = __errno.c inbyte.c outbyte.c havebyte.c uart1_printchar.c uart1_printline.c uart1_readchar.c \
       uart1_readline.c gethexstring.c puthexstring.c
OBJS = $(SRCS:.c=.o)

lib$(PRJ): $(OBJS)
	--rm lib$(PRJ).a
	mb-ar q lib$(PRJ).a $(OBJS)

$(OBJS): $(SRCS)
	mb-gcc -O2 -B. -mno-xl-soft-mul -c -Wa,-ahlms=$(@@:.o=.lst) -o $@@ $(@@:.o=.c)

clean:
	-rm *.o
	-rm *.out
	-rm *.bin
	-rm *.v
	-rm *.map
	-rm *.lst
	-rm *.bak
	-rm *.srec
	-rm *.prom
	-rm *.rom
	-rm *.a
@


1.1
log
@*** empty log message ***
@
text
@d1 11
a11 2
all:
	mb-gcc -c -mno-xl-soft-mul -c -Wa,-ahlms=uart1io.lst -o uart1io.o uart1io.c
d24 1
@

