summaryrefslogtreecommitdiff
path: root/gnuradio-examples/python/dect/Makefile.am
diff options
context:
space:
mode:
authorjcorgan2009-01-27 16:10:28 +0000
committerjcorgan2009-01-27 16:10:28 +0000
commitf0d8ab4f2f2cf681994e1ab9a2f5c7dbcd9419cd (patch)
tree96a7fb8129f5d6418dd3a96381d2130e4e4cfb5e /gnuradio-examples/python/dect/Makefile.am
parente4e520f0dbff5473993e33ad4a0237c461d2c212 (diff)
downloadgnuradio-f0d8ab4f2f2cf681994e1ab9a2f5c7dbcd9419cd.tar.gz
gnuradio-f0d8ab4f2f2cf681994e1ab9a2f5c7dbcd9419cd.tar.bz2
gnuradio-f0d8ab4f2f2cf681994e1ab9a2f5c7dbcd9419cd.zip
Removed DECT Python example. Refer to DECT project in CGRAN for a more comprehensive example.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10313 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gnuradio-examples/python/dect/Makefile.am')
-rw-r--r--gnuradio-examples/python/dect/Makefile.am33
1 files changed, 0 insertions, 33 deletions
diff --git a/gnuradio-examples/python/dect/Makefile.am b/gnuradio-examples/python/dect/Makefile.am
deleted file mode 100644
index c65bd4c42..000000000
--- a/gnuradio-examples/python/dect/Makefile.am
+++ /dev/null
@@ -1,33 +0,0 @@
-#
-# Copyright 2007 Free Software Foundation, Inc.
-#
-# This file is part of GNU Radio
-#
-# GNU Radio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
-#
-# GNU Radio is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with GNU Radio; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 51 Franklin Street,
-# Boston, MA 02110-1301, USA.
-#
-
-include $(top_srcdir)/Makefile.common
-
-EXTRA_DIST = \
- README \
- dect_receiver.py \
- usrp_source.py \
- usrp_dect.py
-
-ourdatadir = $(exampledir)/dect
-ourdata_DATA = $(EXTRA_DIST)
-
-MOSTLYCLEANFILES = *.pyc *~