commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r3676 - in gnuradio/trunk: gr-audio-alsa/src gr-audio-


From: jcorgan
Subject: [Commit-gnuradio] r3676 - in gnuradio/trunk: gr-audio-alsa/src gr-audio-osx/src gr-audio-portaudio/src gr-audio-windows/src gr-trellis/src/lib gr-video-sdl/src
Date: Wed, 27 Sep 2006 23:48:31 -0600 (MDT)

Author: jcorgan
Date: 2006-09-27 23:48:31 -0600 (Wed, 27 Sep 2006)
New Revision: 3676

Modified:
   gnuradio/trunk/gr-audio-alsa/src/Makefile.am
   gnuradio/trunk/gr-audio-osx/src/Makefile.am
   gnuradio/trunk/gr-audio-portaudio/src/Makefile.am
   gnuradio/trunk/gr-audio-windows/src/Makefile.am
   gnuradio/trunk/gr-trellis/src/lib/Makefile.am
   gnuradio/trunk/gr-video-sdl/src/Makefile.am
Log:
Partial fix for ticket:76. Fixes those components that are being
released in 3.0.


Modified: gnuradio/trunk/gr-audio-alsa/src/Makefile.am
===================================================================
--- gnuradio/trunk/gr-audio-alsa/src/Makefile.am        2006-09-27 20:34:32 UTC 
(rev 3675)
+++ gnuradio/trunk/gr-audio-alsa/src/Makefile.am        2006-09-28 05:48:31 UTC 
(rev 3676)
@@ -88,3 +88,8 @@
 
 MOSTLYCLEANFILES = \
        $(BUILT_SOURCES) *~ *.pyc
+
+# Don't distribute output of swig
+dist-hook:
+       @for file in $(BUILT_SOURCES); do echo $(RM) $(distdir)/$$file; done
+       @for file in $(BUILT_SOURCES); do $(RM) $(distdir)/$$file; done

Modified: gnuradio/trunk/gr-audio-osx/src/Makefile.am
===================================================================
--- gnuradio/trunk/gr-audio-osx/src/Makefile.am 2006-09-27 20:34:32 UTC (rev 
3675)
+++ gnuradio/trunk/gr-audio-osx/src/Makefile.am 2006-09-28 05:48:31 UTC (rev 
3676)
@@ -86,3 +86,8 @@
 MOSTLYCLEANFILES = $(BUILT_SOURCES) *~ *.pyc run_tests *.loT
 
 CONFIG_CLEAN_FILES = Makefile.in run_tests *.loT
+
+# Don't distribute output of swig
+dist-hook:
+       @for file in $(BUILT_SOURCES); do echo $(RM) $(distdir)/$$file; done
+       @for file in $(BUILT_SOURCES); do $(RM) $(distdir)/$$file; done

Modified: gnuradio/trunk/gr-audio-portaudio/src/Makefile.am
===================================================================
--- gnuradio/trunk/gr-audio-portaudio/src/Makefile.am   2006-09-27 20:34:32 UTC 
(rev 3675)
+++ gnuradio/trunk/gr-audio-portaudio/src/Makefile.am   2006-09-28 05:48:31 UTC 
(rev 3676)
@@ -90,3 +90,8 @@
 
 MOSTLYCLEANFILES = \
        $(BUILT_SOURCES) *~ *.pyc
+
+# Don't distribute output of swig
+dist-hook:
+       @for file in $(BUILT_SOURCES); do echo $(RM) $(distdir)/$$file; done
+       @for file in $(BUILT_SOURCES); do $(RM) $(distdir)/$$file; done

Modified: gnuradio/trunk/gr-audio-windows/src/Makefile.am
===================================================================
--- gnuradio/trunk/gr-audio-windows/src/Makefile.am     2006-09-27 20:34:32 UTC 
(rev 3675)
+++ gnuradio/trunk/gr-audio-windows/src/Makefile.am     2006-09-28 05:48:31 UTC 
(rev 3676)
@@ -84,3 +84,8 @@
 
 MOSTLYCLEANFILES = \
        $(BUILT_SOURCES) *~ *.pyc
+
+# Don't distribute output of swig
+dist-hook:
+       @for file in $(BUILT_SOURCES); do echo $(RM) $(distdir)/$$file; done
+       @for file in $(BUILT_SOURCES); do $(RM) $(distdir)/$$file; done

Modified: gnuradio/trunk/gr-trellis/src/lib/Makefile.am
===================================================================
--- gnuradio/trunk/gr-trellis/src/lib/Makefile.am       2006-09-27 20:34:32 UTC 
(rev 3675)
+++ gnuradio/trunk/gr-trellis/src/lib/Makefile.am       2006-09-28 05:48:31 UTC 
(rev 3676)
@@ -108,3 +108,7 @@
 
 MOSTLYCLEANFILES = $(BUILT_SOURCES) *.pyc
 
+# Don't distribute output of swig
+dist-hook:
+       @for file in $(BUILT_SOURCES); do echo $(RM) $(distdir)/$$file; done
+       @for file in $(BUILT_SOURCES); do $(RM) $(distdir)/$$file; done

Modified: gnuradio/trunk/gr-video-sdl/src/Makefile.am
===================================================================
--- gnuradio/trunk/gr-video-sdl/src/Makefile.am 2006-09-27 20:34:32 UTC (rev 
3675)
+++ gnuradio/trunk/gr-video-sdl/src/Makefile.am 2006-09-28 05:48:31 UTC (rev 
3676)
@@ -84,3 +84,7 @@
 MOSTLYCLEANFILES = \
        $(BUILT_SOURCES) *~ *.pyc
 
+# Don't distribute output of swig
+dist-hook:
+       @for file in $(BUILT_SOURCES); do echo $(RM) $(distdir)/$$file; done
+       @for file in $(BUILT_SOURCES); do $(RM) $(distdir)/$$file; done





reply via email to

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