File: Makefile

package info (click to toggle)
fftw 2.1.5-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,772 kB
  • sloc: ansic: 65,239; sh: 7,399; ml: 3,084; perl: 2,894; makefile: 380; fortran: 102
file content (8 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
all:
	gcc -I../tests -I. -c rfftw_threads_test.c -o rfftw_threads_test.o
	gcc -I../tests -c fftw_threads_test.c -o fftw_threads_test.o
	gcc -lfftw_threads fftw_threads_test.o ../tests/test_main.o -o fftw_threads_test
	gcc -lrfftw_threads rfftw_threads_test.o ../tests/test_main.o -o rfftw_threads_test

clean:
	rm *.o fftw_threads_test rfftw_threads_test