[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r3839 - gnuradio/branches/releases/3.0/gr-howto-write-
From: |
jcorgan |
Subject: |
[Commit-gnuradio] r3839 - gnuradio/branches/releases/3.0/gr-howto-write-a-block/src/lib |
Date: |
Mon, 23 Oct 2006 13:34:50 -0600 (MDT) |
Author: jcorgan
Date: 2006-10-23 13:34:50 -0600 (Mon, 23 Oct 2006)
New Revision: 3839
Modified:
gnuradio/branches/releases/3.0/gr-howto-write-a-block/src/lib/Makefile.am
Log:
Applied changesets r3833, r3837 on trunk to release branch.
Modified:
gnuradio/branches/releases/3.0/gr-howto-write-a-block/src/lib/Makefile.am
===================================================================
--- gnuradio/branches/releases/3.0/gr-howto-write-a-block/src/lib/Makefile.am
2006-10-23 19:32:08 UTC (rev 3838)
+++ gnuradio/branches/releases/3.0/gr-howto-write-a-block/src/lib/Makefile.am
2006-10-23 19:34:50 UTC (rev 3839)
@@ -41,7 +41,7 @@
LOCAL_IFILES = \
- howto.i
+ $(top_srcdir)/src/lib/howto.i
# These files are built by SWIG. The first is the C++ glue.
# The second is the python wrapper that loads the _howto shared library
@@ -72,8 +72,8 @@
$(PYTHON_LDFLAGS) \
-lstdc++
-howto.cc howto.py: howto.i $(ALL_IFILES)
- $(SWIG) $(SWIGPYTHONARGS) -module howto -o howto.cc $<
+howto.cc howto.py: $(LOCAL_IFILES) $(ALL_IFILES)
+ $(SWIG) $(SWIGPYTHONARGS) -module howto -o howto.cc $(LOCAL_IFILES)
# These headers get installed in ${prefix}/include/gnuradio
grinclude_HEADERS = \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r3839 - gnuradio/branches/releases/3.0/gr-howto-write-a-block/src/lib,
jcorgan <=