lots of example and other useful code for use with the softronics msdd6000
[debian/gnuradio] / gr-msdd6000 / src / non_gr_snapshot_tool / Makefile
1 CCFLAGS = -O3
2 LDFLAGS = -lpthread
3 FFTW_LDFLAGS = -lfftw3f
4
5
6 all:    
7         g++ $(CCFLAGS) -c client5.cc
8         g++ $(CCFLAGS) -c msdd6000.cc
9         g++ $(CCFLAGS) -o cap4 client5.o msdd6000.o $(LDFLAGS)
10
11
12 clean:
13         rm test.out*