INCL=-I. -I./../tests OPTS=-O6 -fomit-frame-pointer -Wall -W -Wcast-qual -Wpointer-arith -Wcast-align -pedantic -malign-double LIBS=-lfftw_threads -lrfftw_threads -lfftw -lrfftw CFLAGS=-DHAVE_CONFIG_H .c.o: gcc $(CFLAGS) $(INCL) $(OPTS) -c $< all: fftw_threads_test rfftw_threads_test fftw_threads_test: fftw_threads_test.o ../tests/test_main.o gcc -o fftw_threads_test $(LIBS) fftw_threads_test.o ../tests/test_main.o -lpthread -lm rfftw_threads_test: rfftw_threads_test.o ../tests/test_main.o gcc -o rfftw_threads_test $(LIBS) rfftw_threads_test.o ../tests/test_main.o -lpthread -lm clean: -rm fftw_threads_test.o rfftw_threads_test.o fftw_threads_test rfftw_threads_test