commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r9612 - in gnuradio/branches/developers/trondeau/qtgui


From: trondeau
Subject: [Commit-gnuradio] r9612 - in gnuradio/branches/developers/trondeau/qtgui/gr-qtgui/src/lib: . qtspectrum
Date: Fri, 19 Sep 2008 19:12:45 -0600 (MDT)

Author: trondeau
Date: 2008-09-19 19:12:44 -0600 (Fri, 19 Sep 2008)
New Revision: 9612

Added:
   
gnuradio/branches/developers/trondeau/qtgui/gr-qtgui/src/lib/qtspectrum/GNUmakefile
Modified:
   gnuradio/branches/developers/trondeau/qtgui/gr-qtgui/src/lib/Makefile.am
Log:
Adding GNUmakefile to run qmake to build Makefile to build the project... Makes 
and make checks.

Modified: 
gnuradio/branches/developers/trondeau/qtgui/gr-qtgui/src/lib/Makefile.am
===================================================================
--- gnuradio/branches/developers/trondeau/qtgui/gr-qtgui/src/lib/Makefile.am    
2008-09-20 00:50:25 UTC (rev 9611)
+++ gnuradio/branches/developers/trondeau/qtgui/gr-qtgui/src/lib/Makefile.am    
2008-09-20 01:12:44 UTC (rev 9612)
@@ -21,6 +21,9 @@
 
 include $(top_srcdir)/Makefile.common
 
+SUBDIRS=qtspectrum
+DIST_SUBDIRS=qtspectrum
+
 # Install this stuff so that it ends up as the gnuradio.vocoder module
 # This usually ends up at:
 #   ${prefix}/lib/python${python_version}/site-packages/gnuradio/qtgui

Added: 
gnuradio/branches/developers/trondeau/qtgui/gr-qtgui/src/lib/qtspectrum/GNUmakefile
===================================================================
--- 
gnuradio/branches/developers/trondeau/qtgui/gr-qtgui/src/lib/qtspectrum/GNUmakefile
                         (rev 0)
+++ 
gnuradio/branches/developers/trondeau/qtgui/gr-qtgui/src/lib/qtspectrum/GNUmakefile
 2008-09-20 01:12:44 UTC (rev 9612)
@@ -0,0 +1,12 @@
+
+all: ;
+       qmake-qt4 specDisplay.pro
+       make -f Makefile
+
+clean: ;
+       make -f Makefile clean
+
+distclean: ;
+       make -f Makefile distclean
+
+check dist distcheck: 





reply via email to

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