From a1dfc92488b276152305c6b6e1b9c88c9eb956cb Mon Sep 17 00:00:00 2001 From: anastas Date: Fri, 11 Aug 2006 18:45:44 +0000 Subject: [PATCH] Fixed gnuradio-examples/python/channel-coding/Makefile.am so that make distcheck passes git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3237 221aa14e-8319-0410-a670-987f0aec2ac5 --- gnuradio-examples/python/channel-coding/Makefile.am | 2 ++ gr-trellis/src/lib/trellis_metrics_i.lo | 12 ------------ gr-trellis/src/lib/trellis_metrics_s.lo | 12 ------------ gr-trellis/src/python/Makefile.am | 5 ++++- 4 files changed, 6 insertions(+), 25 deletions(-) delete mode 100644 gr-trellis/src/lib/trellis_metrics_i.lo delete mode 100644 gr-trellis/src/lib/trellis_metrics_s.lo diff --git a/gnuradio-examples/python/channel-coding/Makefile.am b/gnuradio-examples/python/channel-coding/Makefile.am index 03a99d58..dd93f609 100644 --- a/gnuradio-examples/python/channel-coding/Makefile.am +++ b/gnuradio-examples/python/channel-coding/Makefile.am @@ -27,3 +27,5 @@ EXTRA_DIST = \ test_tcm_parallel.py \ test_tcm_combined.py \ test_sccc_hard.py + +MOSTLYCLEANFILES = *.pyc diff --git a/gr-trellis/src/lib/trellis_metrics_i.lo b/gr-trellis/src/lib/trellis_metrics_i.lo deleted file mode 100644 index ce7227bf..00000000 --- a/gr-trellis/src/lib/trellis_metrics_i.lo +++ /dev/null @@ -1,12 +0,0 @@ -# trellis_metrics_i.lo - a libtool object file -# Generated by ltmain.sh - GNU libtool 1.5.6 (1.1220.2.95 2004/04/11 05:50:42) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# Name of the PIC object. -pic_object='.libs/trellis_metrics_i.o' - -# Name of the non-PIC object. -non_pic_object=none - diff --git a/gr-trellis/src/lib/trellis_metrics_s.lo b/gr-trellis/src/lib/trellis_metrics_s.lo deleted file mode 100644 index 844c4bf2..00000000 --- a/gr-trellis/src/lib/trellis_metrics_s.lo +++ /dev/null @@ -1,12 +0,0 @@ -# trellis_metrics_s.lo - a libtool object file -# Generated by ltmain.sh - GNU libtool 1.5.6 (1.1220.2.95 2004/04/11 05:50:42) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# Name of the PIC object. -pic_object='.libs/trellis_metrics_s.o' - -# Name of the non-PIC object. -non_pic_object=none - diff --git a/gr-trellis/src/python/Makefile.am b/gr-trellis/src/python/Makefile.am index 5c7b8ccf..8d947bc6 100644 --- a/gr-trellis/src/python/Makefile.am +++ b/gr-trellis/src/python/Makefile.am @@ -21,7 +21,8 @@ include $(top_srcdir)/Makefile.common -EXTRA_DIST = run_tests.in +EXTRA_DIST = run_tests.in \ + awgn1o2_4.fsm TESTS = \ @@ -30,3 +31,5 @@ TESTS = \ noinst_PYTHON = \ qa_trellis.py + +MOSTLYCLEANFILES = *.pyc -- 2.30.2