moved grc examples to gnuradio-examples/grc
[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
36 simpledatadir = $(grc_examples_prefix)/simple
37 dist_simpledata_DATA = \
38         simple/ber_simulation.grc \
39         simple/dpsk_loopback.grc \
40         simple/variable_config.grc \
41         simple/var_sink_taps.grc
42
43 trellisdatadir = $(grc_examples_prefix)/trellis
44 dist_trellisdata_DATA = \
45         trellis/readme.txt \
46         trellis/interference_cancellation.grc
47
48 usrpdatadir = $(grc_examples_prefix)/usrp
49 dist_usrpdata_DATA = \
50         usrp/usrp2_const_wave.grc \
51         usrp/usrp2_dpsk_mod.grc \
52         usrp/usrp2_fft.grc \
53         usrp/usrp_two_tone_loopback.grc \
54         usrp/usrp_wbfm_receive.grc
55
56 xmlrpcdatadir = $(grc_examples_prefix)/xmlrpc
57 dist_xmlrpcdata_DATA = \
58         xmlrpc/readme.txt \
59         xmlrpc/xmlrpc_client.grc \
60         xmlrpc/xmlrpc_client_script.py\
61         xmlrpc/xmlrpc_server.grc