Merged eb/usrp-la r6317:6320 into trunk. This deborks the dependency
authoreb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>
Wed, 5 Sep 2007 20:18:28 +0000 (20:18 +0000)
committereb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>
Wed, 5 Sep 2007 20:18:28 +0000 (20:18 +0000)
commit73b85d7840a0694b9deafc75e081dd67cb935169
treec8d4f6c40275bf2c7d9fd7e35604b719d80ad62a
parentbdae13c6aae7a5190e25dfb41e546382e9c6def3
Merged eb/usrp-la r6317:6320 into trunk.  This deborks the dependency
on usrp-inband that was introduced in [6307].

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6321 221aa14e-8319-0410-a670-987f0aec2ac5
28 files changed:
Makefile.common
config/grc_usrp.m4
usrp/host/Makefile.am
usrp/host/apps-inband/Makefile.am [new file with mode: 0644]
usrp/host/apps-inband/read_packets.cc [new file with mode: 0644]
usrp/host/apps-inband/test_usrp_inband_cs.cc [new file with mode: 0644]
usrp/host/apps-inband/test_usrp_inband_ping.cc [new file with mode: 0644]
usrp/host/apps-inband/test_usrp_inband_registers.cc [new file with mode: 0644]
usrp/host/apps-inband/test_usrp_inband_rx.cc [new file with mode: 0644]
usrp/host/apps-inband/test_usrp_inband_timestamps.cc [new file with mode: 0644]
usrp/host/apps-inband/test_usrp_inband_tx.cc [new file with mode: 0644]
usrp/host/apps-inband/time_stuff.c [new file with mode: 0644]
usrp/host/apps-inband/time_stuff.h [new file with mode: 0644]
usrp/host/apps-inband/ui_nco.h [new file with mode: 0644]
usrp/host/apps-inband/ui_sincos.c [new file with mode: 0644]
usrp/host/apps-inband/ui_sincos.h [new file with mode: 0644]
usrp/host/apps/Makefile.am
usrp/host/apps/read_packets.cc [deleted file]
usrp/host/apps/test_usrp_inband_cs.cc [deleted file]
usrp/host/apps/test_usrp_inband_ping.cc [deleted file]
usrp/host/apps/test_usrp_inband_registers.cc [deleted file]
usrp/host/apps/test_usrp_inband_rx.cc [deleted file]
usrp/host/apps/test_usrp_inband_timestamps.cc [deleted file]
usrp/host/apps/test_usrp_inband_tx.cc [deleted file]
usrp/host/apps/ui_nco.h [deleted file]
usrp/host/apps/ui_sincos.c [deleted file]
usrp/host/apps/ui_sincos.h [deleted file]
usrp/host/lib/inband/Makefile.am