Statistics
| Branch: | Tag: | Revision:

root / gr-usrp2 / Makefile.am @ 6213d97e

History | View | Annotate | Download (927 Bytes)

# Date Author Comment
d8b0bea3 05/07/2009 12:11 am Johnathan Corgan

Merged r10948:10959 from jcorgan/deb into trunk. Trunk passes
distcheck.

Part 1 of Debian/Ubuntu binary packaging update for 3.2 release.
Creates all C++ API binary and dev packages, with their associated
runtime dependencies.

  • Runtime shared-library packages:...
e0fcbaee 09/08/2008 01:00 am Johnathan Corgan

Merged r9433:9527 from features/gr-usrp2 into trunk. Adds usrp2 and gr-usrp2 top-level components. Trunk passes distcheck with mb-gcc installed, but currently not without them. The key issue is that when mb-gcc is not installed, the build system skips over the usrp2/firmware directory, and the firmware include files don't get put into the dist tarball. But we can't do the usual DIST_SUBDIRS method as the firmware is a subpackage....