Merge branch 'sync' of http://gnuradio.org/git/matt into wip/examples
[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 demoddatadir = $(grc_examples_prefix)/demod
32 dist_demoddata_DATA = \
33         demod/mpsk_demod.grc
34
35 simpledatadir = $(grc_examples_prefix)/simple
36 dist_simpledata_DATA = \
37         simple/ber_simulation.grc \
38         simple/dpsk_loopback.grc \
39         simple/variable_config.grc \
40         simple/var_sink_taps.grc
41
42 trellisdatadir = $(grc_examples_prefix)/trellis
43 dist_trellisdata_DATA = \
44         trellis/readme.txt \
45         trellis/interference_cancellation.grc
46
47 usrpdatadir = $(grc_examples_prefix)/usrp
48 dist_usrpdata_DATA = \
49         usrp/usrp2_const_wave.grc \
50         usrp/usrp2_dpsk_mod.grc \
51         usrp/usrp2_fft.grc \
52         usrp/usrp_two_tone_loopback.grc \
53         usrp/usrp_wbfm_receive.grc
54
55 xmlrpcdatadir = $(grc_examples_prefix)/xmlrpc
56 dist_xmlrpcdata_DATA = \
57         xmlrpc/readme.txt \
58         xmlrpc/xmlrpc_client.grc \
59         xmlrpc/xmlrpc_client_script.py\
60         xmlrpc/xmlrpc_server.grc