commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r6277 - gnuradio/branches/developers/jcorgan/t182/gr-a


From: jcorgan
Subject: [Commit-gnuradio] r6277 - gnuradio/branches/developers/jcorgan/t182/gr-atsc/src/python
Date: Mon, 3 Sep 2007 13:32:40 -0600 (MDT)

Author: jcorgan
Date: 2007-09-03 13:32:40 -0600 (Mon, 03 Sep 2007)
New Revision: 6277

Modified:
   gnuradio/branches/developers/jcorgan/t182/gr-atsc/src/python/Makefile.am
Log:
Created gr-atsc example from gr-atsc/src/python

Modified: 
gnuradio/branches/developers/jcorgan/t182/gr-atsc/src/python/Makefile.am
===================================================================
--- gnuradio/branches/developers/jcorgan/t182/gr-atsc/src/python/Makefile.am    
2007-09-03 19:22:51 UTC (rev 6276)
+++ gnuradio/branches/developers/jcorgan/t182/gr-atsc/src/python/Makefile.am    
2007-09-03 19:32:40 UTC (rev 6277)
@@ -21,9 +21,22 @@
 
 include $(top_srcdir)/Makefile.common
 
-EXTRA_DIST = run_tests.in
+EXAMPLE_FILES = \
+    README \
+    btl-fsd.py \
+    fpll.py \
+    interp.py \
+    xlate.py \
+    viterbi-out.py
+    
 
+EXTRA_DIST = run_tests.in \
+            $(EXAMPLE_FILES)
 
+ourdatadir = $(exampledir)/atsc
+ourdata_DATA = $(EXAMPLE_FILES)
+
+
 TESTS =                                \
        run_tests
 
@@ -31,3 +44,12 @@
 noinst_PYTHON =                        \
        atsc_utils.py                   \
        qa_atsc.py                      
+
+# Make example scripts with #! executable
+install-data-local:
+       for i in `find $(ourdatadir) -type f ! -perm 755`; do \
+         if head -1 $$i | grep -q '^#!'; then \
+           chmod 755 $$i; \
+           echo "made executable: $$i"; \
+         fi; \
+       done





reply via email to

[Prev in Thread] Current Thread [Next in Thread]