Statistics
| Branch: | Tag: | Revision:

root / gnuradio-examples / python / digital / Makefile.am @ e692e713

History | View | Annotate | Download (1.2 kB)

1 5d69a524 jcorgan
#
2 5d69a524 jcorgan
# Copyright 2004 Free Software Foundation, Inc.
3 5d69a524 jcorgan
# 
4 5d69a524 jcorgan
# This file is part of GNU Radio
5 5d69a524 jcorgan
# 
6 5d69a524 jcorgan
# GNU Radio is free software; you can redistribute it and/or modify
7 5d69a524 jcorgan
# it under the terms of the GNU General Public License as published by
8 937b719d eb
# the Free Software Foundation; either version 3, or (at your option)
9 5d69a524 jcorgan
# any later version.
10 5d69a524 jcorgan
# 
11 5d69a524 jcorgan
# GNU Radio is distributed in the hope that it will be useful,
12 5d69a524 jcorgan
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13 5d69a524 jcorgan
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 5d69a524 jcorgan
# GNU General Public License for more details.
15 5d69a524 jcorgan
# 
16 5d69a524 jcorgan
# You should have received a copy of the GNU General Public License
17 5d69a524 jcorgan
# along with GNU Radio; see the file COPYING.  If not, write to
18 86f5c924 eb
# the Free Software Foundation, Inc., 51 Franklin Street,
19 86f5c924 eb
# Boston, MA 02110-1301, USA.
20 5d69a524 jcorgan
# 
21 5d69a524 jcorgan
22 54d6b928 jcorgan
include $(top_srcdir)/Makefile.common
23 54d6b928 jcorgan
24 5d69a524 jcorgan
EXTRA_DIST =			\
25 a678e2c5 jcorgan
	README			\
26 e692e713 jcorgan
	benchmark_loopback.py   \
27 f1c41f80 eb
	benchmark_rx.py		\
28 f1c41f80 eb
	benchmark_tx.py		\
29 5d69a524 jcorgan
	fusb_options.py		\
30 5d69a524 jcorgan
	gen_whitener.py		\
31 5d69a524 jcorgan
	pick_bitrate.py		\
32 5d69a524 jcorgan
	receive_path.py		\
33 e692e713 jcorgan
	receive_path_lb.py	\
34 f1c41f80 eb
	rx_voice.py		\
35 c4e072e8 jcorgan
	run_length.py		\
36 f1c41f80 eb
	transmit_path.py	\
37 e692e713 jcorgan
	transmit_path_lb.py	\
38 f1c41f80 eb
	tunnel.py		\
39 f1c41f80 eb
	tx_voice.py		
40 54d6b928 jcorgan
41 54d6b928 jcorgan
ourdatadir = $(exampledir)/digital
42 54d6b928 jcorgan
ourdata_DATA = $(EXTRA_DIST)
43 e692e713 jcorgan
44 e692e713 jcorgan
MOSTLYCLEANFILES = *.pyc *.pyo *~