Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 2 → Rev 84

/shark/tags/rel_0_4/ports/fftw/rfftw/makefile
3,6 → 3,7
ifndef BASE
BASE=../../..
endif
 
include $(BASE)/config/config.mk
 
LIBRARY = fftr
/shark/tags/rel_0_4/ports/fftw/fftw/makefile
3,6 → 3,7
ifndef BASE
BASE=../../..
endif
 
include $(BASE)/config/config.mk
 
LIBRARY = fftc
/shark/tags/rel_0_4/ports/fftw/makefile
1,12 → 1,6
 
.PHONY: all install clean cleanall depend
 
all install::
@echo
@echo These files have been ported to Hartik
@echo You have to expect some warnings!!!
@echo
 
all install clean cleanall depend::
make -C rfftw $@
make -C fftw $@