Statistics
| Branch: | Tag: | Revision:

root / gr-uhd / swig / Makefile.am @ fa8ab7cb

History | View | Annotate | Download (2.3 kB)

# Date Author Comment
67d0b6b3 12/07/2011 12:59 am Tom Rondeau

docs: fixes some warnings.

There is way too much institutional knowledge in these makefiles now. Another reason I'm glad we're going to cmake, which is being kept more sane as all of the problems are already known.

0370cfc8 12/05/2011 03:58 pm Tom Rondeau

docs: more fixes for generated swig files. This worked before the merge, but this forces the build system to generate these before processing the other swig files.

fe2e6f80 12/04/2011 04:10 pm Tom Rondeau

docs: better install of swig docs .i files since we actually have a variable to take care of it already.

0408e48c 11/28/2011 06:11 am Tom Rondeau

docs: installing generated _doc.i files under autotools.

cfea4669 11/28/2011 04:25 am Tom Rondeau

docs: better use of BUILT_SOURCES so I'm not overriding the standard build instructions for it.

355dbf5b 11/28/2011 12:06 am Tom Rondeau

docs: Adding swig doc generation to Makefile.am files.

7787d1fc 02/10/2011 08:56 am Josh Blum

uhd: replaced multi/single usrp stuff with just one usrp wrapper

b8f174ce 12/28/2010 06:37 am Eric Blossom

Add minimal Python and Guile QA code to gr-uhd.

440b0e3b 12/26/2010 07:03 pm Tom Rondeau

gr-uhd: Fixing makefile to define GR_HAVE_UHD for swig. This was lost in the makefile updates with the guile work. This is a better place/fix, anyway.

55685f7a 12/07/2010 07:16 am Eric Blossom

Merge branch 'next' into guile-next

  • next: (116 commits)
    Adding new example script for using the new PFB arbitrary resampler interface. One resampler takes user-generated taps and another resampler just takes the resampling rate. Both input and output signals are plotted....
e92f2cb6 12/01/2010 10:39 pm Eric Blossom

WITH_INCLUDES must be last

7d8f756d 12/01/2010 08:31 pm Josh Blum

uhd: replaced CFLAGS with CPPFLAGS variable, and fixed swig args FIXME

389d93f4 12/01/2010 03:53 pm Josh Blum

uhd: default channel params to zero for single source and sink blocks

775bd35c 11/30/2010 05:08 pm Josh Blum

uhd: added libdir to UHD CFLAGS (shared by lib and swig)

d692a41f 11/25/2010 01:29 am Eric Blossom

Major Makefile.am housecleaning. Passes distcheck.

Move all occurrences of swig_built_sources out of Makefile.am's.
Move all SWIG related use of BUILT_SOURCES out of Makefile.am's.
Clean up 'if PYTHON' conditionalization in gr-*

Still left to do: fix Makefile.swig CLEANFILES and no_dist_files...

ac0b247d 11/24/2010 07:34 am Eric Blossom

Add uhd.scm wrapper for uhd_swig.scm

23d96098 11/10/2010 08:15 pm Eric Blossom

Use uhd_swig_swig_args instead of stomping on STD_SWIG_PYTHON_ARGS

a8755281 03/30/2010 09:08 pm Josh Blum

gr-uhd working with io type

7c23fd43 02/26/2010 11:17 pm Josh Blum

Created simple source (with nothing in it) and some swig build stuff.
Seems to work and compile

54179f7f 02/24/2010 10:42 pm Josh Blum

Created gr uhd skeleton build.
Checks uhd pkg config and gens the makefiles.