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.00;  author freza;  state Exp;
branches 1.1.1.1;
next     ;
commitid        372543e420c44567;

1.1.1.1
date     2006.02.04.03.35.00;  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= 		boot

INSTDIR= 	$(prefix)/bin
INSTMODE= 	0755

SRCS= 		boot.c mcs.c
OBJS= 		boot.o mcs.o

CFLAGS+= 	-Wall -Werror

boot: $(OBJS)

all:	$(PROGS)

install:	$(PROGS)
	$(INSTALL) -d $(INSTDIR)
	$(INSTALL) -m 0755 $(PROGS) 	$(prefix)/bin
	#$(INSTALL) -m 0644 testled.mcs 	$(prefix)/

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

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

lo: all
	( cd .. ; ./_upload )
@


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