From: jcorgan Date: Thu, 3 Aug 2006 14:18:13 +0000 (+0000) Subject: Misc. gnuradio-examples build system minor cleanup. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=a678e2c5f2c1f0d6f72cd810546d5918adc45c9a;p=debian%2Fgnuradio Misc. gnuradio-examples build system minor cleanup. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3125 221aa14e-8319-0410-a670-987f0aec2ac5 --- diff --git a/TODO.build b/TODO.build index 4c62b878..f0673e86 100644 --- a/TODO.build +++ b/TODO.build @@ -43,3 +43,13 @@ gnuradio-core/src/lib/utils: * Not all *.m files are referenced in Makefile.am for distribution. Is this correct? +gnuradio-examples: + +* AUTHORS, README and README.hacking are stale + +* Some directories don't have Makefile.am's + +gnuradio-examples/python/gmsk2: + +* Not all examples are in Makefile.am + diff --git a/gnuradio-examples/Makefile.am b/gnuradio-examples/Makefile.am index 76111384..2f5d322d 100644 --- a/gnuradio-examples/Makefile.am +++ b/gnuradio-examples/Makefile.am @@ -21,8 +21,5 @@ include $(top_srcdir)/Makefile.common -EXTRA_DIST = README.hacking +EXTRA_DIST = README README.hacking SUBDIRS = python - -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = diff --git a/gnuradio-examples/NEWS b/gnuradio-examples/NEWS deleted file mode 100644 index e69de29b..00000000 diff --git a/gnuradio-examples/python/Makefile.am b/gnuradio-examples/python/Makefile.am index 73b7921b..fa88a980 100644 --- a/gnuradio-examples/python/Makefile.am +++ b/gnuradio-examples/python/Makefile.am @@ -19,4 +19,4 @@ # Boston, MA 02111-1307, USA. # -SUBDIRS = audio mc4020 usrp gmsk2 digital_voice multi_usrp +SUBDIRS = audio digital_voice gmsk2 mc4020 multi_usrp usrp diff --git a/gnuradio-examples/python/audio/Makefile.am b/gnuradio-examples/python/audio/Makefile.am index 27cea62a..3d7daccf 100644 --- a/gnuradio-examples/python/audio/Makefile.am +++ b/gnuradio-examples/python/audio/Makefile.am @@ -24,6 +24,7 @@ EXTRA_DIST = \ audio_play.py \ audio_to_file.py \ dial_tone.py \ + dialtone_v.py \ mono_tone.py \ multi_tone.py \ spectrum_inversion.py \ diff --git a/gnuradio-examples/python/gmsk2/Makefile.am b/gnuradio-examples/python/gmsk2/Makefile.am index cf2ffb39..ff017e12 100644 --- a/gnuradio-examples/python/gmsk2/Makefile.am +++ b/gnuradio-examples/python/gmsk2/Makefile.am @@ -20,6 +20,7 @@ # EXTRA_DIST = \ + README \ benchmark_gmsk_rx.py \ benchmark_gmsk_tx.py \ benchmark_mpsk_rx.py \