Subversion Repositories shark

Rev

Rev 2 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 pj 1
 
2
.PHONY: all install clean cleanall depend
3
 
4
all install::
5
	@echo
6
	@echo These files have been ported to Hartik
7
	@echo You have to expect some warnings!!!
8
	@echo
9
 
10
all install clean cleanall depend::
11
	make -C rfftw  $@
12
	make -C fftw   $@
13