commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r11136 - gnuradio/branches/developers/jcorgan/np/gr-au


From: jcorgan
Subject: [Commit-gnuradio] r11136 - gnuradio/branches/developers/jcorgan/np/gr-audio-osx/src
Date: Tue, 26 May 2009 15:04:00 -0600 (MDT)

Author: jcorgan
Date: 2009-05-26 15:03:59 -0600 (Tue, 26 May 2009)
New Revision: 11136

Modified:
   gnuradio/branches/developers/jcorgan/np/gr-audio-osx/src/Makefile.am
Log:
Split out C++ API for gr-audio-osx.  Untested; pending mdickens test, also 
unknown if .pc file needed.

Modified: gnuradio/branches/developers/jcorgan/np/gr-audio-osx/src/Makefile.am
===================================================================
--- gnuradio/branches/developers/jcorgan/np/gr-audio-osx/src/Makefile.am        
2009-05-26 20:53:45 UTC (rev 11135)
+++ gnuradio/branches/developers/jcorgan/np/gr-audio-osx/src/Makefile.am        
2009-05-26 21:03:59 UTC (rev 11136)
@@ -23,7 +23,6 @@
 
 EXTRA_DIST = run_tests.in
 
-if PYTHON
 AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES) $(PYTHON_CPPFLAGS) $(WITH_INCLUDES)
 
 # C/C++ headers get installed in ${prefix}/include/gnuradio
@@ -40,6 +39,22 @@
        qa_osx.py                       \
        test_audio_loop.py
 
+lib_LTLIBRARIES = libgnuradio-audio-osx.la
+
+libgnuradio_audio_osx_la_SOURCES =     \
+       audio_osx_sink.cc               \
+       audio_osx_source.cc
+
+libgnuradio_audio_osx_la_LIBADD =      \
+       $(GNURADIO_CORE_LA)
+
+libgnuradio_audio_osx_la_LDFLAGS =     \
+       -framework AudioUnit            \
+       -framework CoreAudio            \
+       -framework AudioToolbox         \
+       $(NO_UNDEFINED)
+
+if PYTHON
 ###################################
 # SWIG Python interface and library
 TESTS = run_tests
@@ -55,21 +70,10 @@
 audio_osx_pythondir_category =         \
        gnuradio
 
-# additional sources for the SWIG-generated library
-audio_osx_la_swig_sources =            \
-       audio_osx_sink.cc               \
-       audio_osx_source.cc
-
 # additional libraries for linking with the SWIG-generated library
 audio_osx_la_swig_libadd =             \
-       $(GNURADIO_CORE_LA)
+       libgnuradio_audio_osx.la
 
-# additional LD flags for linking the SWIG-generated library
-audio_osx_la_swig_ldflags =            \
-       -framework AudioUnit            \
-       -framework CoreAudio            \
-       -framework AudioToolbox
-
 include $(top_srcdir)/Makefile.swig
 
 # add some of the variables generated inside the Makefile.swig.gen





reply via email to

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