head     1.1;
branch   1.1.1;
access   ;
symbols  sources1:1.1.1.1 sources0:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2006.02.04.03.35.01;  author freza;  state Exp;
branches 1.1.1.1;
next     ;
commitid        372543e420c44567;

1.1.1.1
date     2006.02.04.03.35.01;  author freza;  state Exp;
branches ;
next     ;
commitid        372543e420c44567;


desc
@@



1.1
log
@Initial revision
@
text
@# $Id$

AXIS_USABLE_LIBS = UCLIBC GLIBC
include $(AXIS_TOP_DIR)/tools/build/Rules.axis

PROGS= 		bus

INSTDIR= 	$(prefix)/bin
INSTMODE= 	0755

SRCS= 		bus.c
OBJS= 		bus.o

CFLAGS+= 	-Wall -Werror

boot: $(OBJS)

all:	$(PROGS)

install:	$(PROGS)
	$(INSTALL) -d $(INSTDIR)
	$(INSTALL) -m $(INSTMODE) $(PROGS) $(INSTDIR)

clean:
	rm -rf $(PROGS) *.o

depend:
	makedepend -Y -- $(CFLAGS) -- $(SRCS) 2>/dev/null
@


1.1.1.1
log
@Initial import of the sources themselves.
@
text
@@
