import os ; local GTEST_DIR = [ os.environ GTEST_DIR ] ; project gtest : source-location $(GTEST_DIR)/src : build-dir ../../build ; lib gtest : gtest-all.cc # sources : $(GTEST_DIR) # requirements $(GTEST_DIR)/include static ; lib glog ; lib gflags ; lib gnuradio-core ; project : requirements OMNITHREAD_POSIX "-std=c++0x -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free" "-larmadillo -lboost_system -lboost_filesystem -lboost_thread -lboost_date_time -llapack -lblas -lprofiler -ltcmalloc -lvolk" src/algorithms/acquisition/adapters src/algorithms/acquisition/gnuradio_blocks src/algorithms/channel/adapters src/algorithms/channel/gnuradio_blocks src/algorithms/channel/libs src/algorithms/conditioner/adapters src/algorithms/conditioner/gnuradio_blocks src/algorithms/libs src/algorithms/observables/adapters src/algorithms/observables/gnuradio_blocks src/algorithms/output_filter/adapters src/algorithms/output_filter/gnuradio_blocks src/algorithms/PVT/adapters src/algorithms/PVT/gnuradio_blocks src/algorithms/PVT/libs src/algorithms/signal_source/adapters src/algorithms/signal_source/gnuradio_blocks src/algorithms/telemetry_decoder/adapters src/algorithms/telemetry_decoder/gnuradio_blocks src/algorithms/telemetry_decoder/libs src/algorithms/tracking/adapters src/algorithms/tracking/gnuradio_blocks src/algorithms/tracking/libs src/core/interfaces src/core/libs src/core/receiver src/core/system_parameters #$GNURADIO_ROOT/gr-usrp/src $GNURADIO_ROOT/gnuradio-core/src/lib/runtime $GNURADIO_ROOT/gnuradio-core/src/lib/filter $GNURADIO_ROOT/gnuradio-core/src/lib/io $GNURADIO_ROOT/gnuradio-core/src/lib/general $GNURADIO_ROOT/gnuradio-core/src/lib/gengen $GNURADIO_ROOT/volk/lib $(GTEST_DIR)/include multi darwin:/opt/local/include ; build-project src ;