Added CVSD encoder/decoder to GRC, example app
[debian/gnuradio] / grc / examples / Makefile.am
1 #
2 # Copyright 2009 Free Software Foundation, Inc.
3 #
4 # This file is part of GNU Radio
5 #
6 # GNU Radio is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 3, or (at your option)
9 # any later version.
10 #
11 # GNU Radio is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
15 #
16 # You should have received a copy of the GNU General Public License
17 # along with GNU Radio; see the file COPYING.  If not, write to
18 # the Free Software Foundation, Inc., 51 Franklin Street,
19 # Boston, MA 02110-1301, USA.
20 #
21
22 include $(top_srcdir)/Makefile.common
23
24 grc_examples_prefix = $(exampledir)/grc
25
26 audiodatadir = $(grc_examples_prefix)/audio
27 dist_audiodata_DATA = \
28         audio/dial_tone.grc \
29         audio/cvsd_sweep.grc
30
31 simpledatadir = $(grc_examples_prefix)/simple
32 dist_simpledata_DATA = \
33         simple/ber_simulation.grc \
34         simple/dpsk_loopback.grc \
35         simple/variable_config.grc \
36         simple/var_sink_taps.grc
37
38 trellisdatadir = $(grc_examples_prefix)/trellis
39 dist_trellisdata_DATA = \
40         trellis/readme.txt \
41         trellis/interference_cancellation.grc
42
43 usrpdatadir = $(grc_examples_prefix)/usrp
44 dist_usrpdata_DATA = \
45         usrp/usrp2_const_wave.grc \
46         usrp/usrp2_dpsk_mod.grc \
47         usrp/usrp2_fft.grc \
48         usrp/usrp_two_tone_loopback.grc \
49         usrp/usrp_wbfm_receive.grc
50
51 xmlrpcdatadir = $(grc_examples_prefix)/xmlrpc
52 dist_xmlrpcdata_DATA = \
53         xmlrpc/readme.txt \
54         xmlrpc/xmlrpc_client.grc \
55         xmlrpc/xmlrpc_client_script.py\
56         xmlrpc/xmlrpc_server.grc