Misc. gnuradio-examples build system minor cleanup.
authorjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Thu, 3 Aug 2006 14:18:13 +0000 (14:18 +0000)
committerjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Thu, 3 Aug 2006 14:18:13 +0000 (14:18 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3125 221aa14e-8319-0410-a670-987f0aec2ac5

TODO.build
gnuradio-examples/Makefile.am
gnuradio-examples/NEWS [deleted file]
gnuradio-examples/python/Makefile.am
gnuradio-examples/python/audio/Makefile.am
gnuradio-examples/python/gmsk2/Makefile.am

index 4c62b8789f287a23c95c6eda7c8eefd9a9a494ad..f0673e861e1bc6216568ee4b111251dcce368325 100644 (file)
@@ -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
+
index 7611138477602e7c44c454ca315c216685778e80..2f5d322dfa67d42655c0889e2945db731eafaf0a 100644 (file)
@@ -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 (file)
index e69de29..0000000
index 73b7921b27811af10f0b2cf0348fdda349993d9b..fa88a980ff1161d3d7e96926e7773ff3c19ad452 100644 (file)
@@ -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
index 27cea62a3179344dae90a1ddef4d809111008b0e..3d7daccf2d7d9504140f21352c4dc5acd00a6344 100644 (file)
@@ -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   \
index cf2ffb39eaec8dc8128510f3c104eb4c4adccef9..ff017e12b8af952e8e95dabe97e762257ba04d84 100644 (file)
@@ -20,6 +20,7 @@
 # 
 
 EXTRA_DIST =                   \
+       README                  \
        benchmark_gmsk_rx.py    \
        benchmark_gmsk_tx.py    \
        benchmark_mpsk_rx.py    \