From 4b5cfa809a01a494c4f5e6b052414ed9b3d066cb Mon Sep 17 00:00:00 2001 From: eb Date: Thu, 15 Jan 2009 10:23:50 +0000 Subject: Merged eb/gcell-wip -r10213:10230 into the trunk. This reduces the overhead of off-loading jobs, such that it is now feasible to off-load 50us jobs on the QS21 and 10us jobs on the PS3. See wiki:Gcell for performance graphs. There is still plenty of room for improvement. I'll be revisiting this in a week or so. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10231 221aa14e-8319-0410-a670-987f0aec2ac5 --- gcell/lib/wrapper/Makefile.am | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'gcell/lib/wrapper/Makefile.am') diff --git a/gcell/lib/wrapper/Makefile.am b/gcell/lib/wrapper/Makefile.am index 5a8e328c2..0676ebb70 100644 --- a/gcell/lib/wrapper/Makefile.am +++ b/gcell/lib/wrapper/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2008 Free Software Foundation, Inc. +# Copyright 2008,2009 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -48,12 +48,15 @@ libwrapper_la_LIBADD = \ libwrapper_qa_la_SOURCES = \ qa_gcell_general.cc \ - qa_gcell_wrapper.cc \ - qa_gcp_fft_1d_r2.cc + qa_gcell_wrapper.cc + +# FFTW now depends on gcell, don't create circular dependency :-) +# qa_gcp_fft_1d_r2.cc libwrapper_qa_la_LIBADD = \ - gcell_general_qa.lo \ - -lfftw3f + gcell_general_qa.lo + +# -lfftw3f # Headers -- cgit