head     1.1;
branch   1.1.1;
access   ;
symbols  arelease:1.1.1.1 avendor:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2008.01.13.13.32.16;  author ameziti;  state Exp;
branches 1.1.1.1;
next     ;
commitid        e69478a0fbc4567;

1.1.1.1
date     2008.01.13.13.32.16;  author ameziti;  state Exp;
branches ;
next     ;
commitid        e69478a0fbc4567;


desc
@@



1.1
log
@Initial revision
@
text
@SRC_DIR=src
EXEC=$(SRC_DIR)/src

all: $(EXEC) install

$(EXEC):
	@@(cd $(SRC_DIR) && $(MAKE))
	
install:
	mv -v src/*.o ./
@


1.1.1.1
log
@First Import the project on the opencores.org CVS server
@
text
@@
