History | View | Annotate | Download (2.3 kB)
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.
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.
docs: better install of swig docs .i files since we actually have a variable to take care of it already.
docs: installing generated _doc.i files under autotools.
docs: better use of BUILT_SOURCES so I'm not overriding the standard build instructions for it.
docs: Adding swig doc generation to Makefile.am files.
uhd: replaced multi/single usrp stuff with just one usrp wrapper
Add minimal Python and Guile QA code to gr-uhd.
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.
Merge branch 'next' into guile-next
WITH_INCLUDES must be last
uhd: replaced CFLAGS with CPPFLAGS variable, and fixed swig args FIXME
uhd: default channel params to zero for single source and sink blocks
uhd: added libdir to UHD CFLAGS (shared by lib and swig)
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...
Add uhd.scm wrapper for uhd_swig.scm
Use uhd_swig_swig_args instead of stomping on STD_SWIG_PYTHON_ARGS
gr-uhd working with io type
Created simple source (with nothing in it) and some swig build stuff.Seems to work and compile
Created gr uhd skeleton build.Checks uhd pkg config and gens the makefiles.