[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r3422 - gnuradio/trunk/gr-radar/src/lib
From: |
eb |
Subject: |
[Commit-gnuradio] r3422 - gnuradio/trunk/gr-radar/src/lib |
Date: |
Fri, 25 Aug 2006 23:39:21 -0600 (MDT) |
Author: eb
Date: 2006-08-25 23:39:21 -0600 (Fri, 25 Aug 2006)
New Revision: 3422
Modified:
gnuradio/trunk/gr-radar/src/lib/Makefile.am
Log:
added $(NO_UNDEFINED) to Makefile.am
Modified: gnuradio/trunk/gr-radar/src/lib/Makefile.am
===================================================================
--- gnuradio/trunk/gr-radar/src/lib/Makefile.am 2006-08-26 04:18:05 UTC (rev
3421)
+++ gnuradio/trunk/gr-radar/src/lib/Makefile.am 2006-08-26 05:39:21 UTC (rev
3422)
@@ -57,6 +57,13 @@
simulation.h \
simulation.cc
+# magic flags
+libradar_la_LDFLAGS = $(NO_UNDEFINED) -avoid-version
+
+# link the libraray against the c++ standard library
+libradar_la_LIBADD = \
+ -lstdc++
+
bin_PROGRAMS = \
xambi \
eb-xambi \
@@ -78,23 +85,7 @@
# This gets howto.py installed in the right place
# ourpython_PYTHON =
-#ourlib_LTLIBRARIES = _howto.la
-# These are the source files that go into the shared library
-#_howto_la_SOURCES = \
-# howto.cc \
-# howto_square_ff.cc \
-# howto_square2_ff.cc
-
-# magic flags
-#_howto_la_LDFLAGS = $(NO_UNDEFINED) -module -avoid-version
-
-# link the library against some comon swig runtime code and the
-# c++ standard library
-#_howto_la_LIBADD = \
-# $(PYTHON_LDFLAGS) \
-# -lstdc++
-
#howto.cc howto.py: howto.i $(ALL_IFILES)
# $(SWIG) $(SWIGPYTHONARGS) -module howto -o howto.cc $<
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r3422 - gnuradio/trunk/gr-radar/src/lib,
eb <=