118ecd593133f0ae152d3c4e82a6ae08e4f84225
[debian/gnuradio] / gnuradio-examples / grc / 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 demoddatadir = $(grc_examples_prefix)/demod
32 dist_demoddata_DATA = \
33         demod/mpsk_demod.grc \
34         demod/pam_timing.grc \
35         demod/pam_sync.grc \
36         demod/digital_freq_lock.grc
37
38 simpledatadir = $(grc_examples_prefix)/simple
39 dist_simpledata_DATA = \
40         simple/ber_simulation.grc \
41         simple/dpsk_loopback.grc \
42         simple/variable_config.grc \
43         simple/var_sink_taps.grc
44
45 trellisdatadir = $(grc_examples_prefix)/trellis
46 dist_trellisdata_DATA = \
47         trellis/readme.txt \
48         trellis/interference_cancellation.grc
49
50 usrpdatadir = $(grc_examples_prefix)/usrp
51 dist_usrpdata_DATA = \
52         usrp/usrp2_const_wave.grc \
53         usrp/usrp2_dpsk_mod.grc \
54         usrp/usrp_rx_dpsk.grc \
55         usrp/usrp_tx_dpsk.grc \
56         usrp/usrp2_fft.grc \
57         usrp/usrp_two_tone_loopback.grc \
58         usrp/usrp_wbfm_receive.grc
59
60 xmlrpcdatadir = $(grc_examples_prefix)/xmlrpc
61 dist_xmlrpcdata_DATA = \
62         xmlrpc/readme.txt \
63         xmlrpc/xmlrpc_client.grc \
64         xmlrpc/xmlrpc_client_script.py\
65         xmlrpc/xmlrpc_server.grc