Subversion Repositories shark

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed


.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   $@