Imported Upstream version 3.2.2
[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
30 simpledatadir = $(grc_examples_prefix)/simple
31 dist_simpledata_DATA = \
32         simple/ber_simulation.grc \
33         simple/dpsk_loopback.grc \
34         simple/variable_config.grc \
35         simple/var_sink_taps.grc
36
37 trellisdatadir = $(grc_examples_prefix)/trellis
38 dist_trellisdata_DATA = \
39         trellis/readme.txt \
40         trellis/interference_cancellation.grc
41
42 usrpdatadir = $(grc_examples_prefix)/usrp
43 dist_usrpdata_DATA = \
44         usrp/usrp2_const_wave.grc \
45         usrp/usrp2_dpsk_mod.grc \
46         usrp/usrp2_fft.grc \
47         usrp/usrp_two_tone_loopback.grc \
48         usrp/usrp_wbfm_receive.grc
49
50 xmlrpcdatadir = $(grc_examples_prefix)/xmlrpc
51 dist_xmlrpcdata_DATA = \
52         xmlrpc/readme.txt \
53         xmlrpc/xmlrpc_client.grc \
54         xmlrpc/xmlrpc_client_script.py\
55         xmlrpc/xmlrpc_server.grc