Changeset 4323
- Timestamp:
- 07/11/07 17:04:15 (6 years ago)
- Location:
- platform/USRP/trunk/USRP
- Files:
-
- 1 removed
- 3 modified
-
Makefile.am (modified) (1 diff)
-
USRP.spd.xml (modified) (1 diff)
-
aclocal.d (deleted)
-
reconf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
platform/USRP/trunk/USRP/Makefile.am
r3990 r4323 4 4 devbin_PROGRAMS = USRP 5 5 6 USRP_SOURCES = main.cpp USRP.cpp port_impl.cpp USRP.h db_base.h db_base.cpp flex.h flex.cpp basic.h basic.cpp dbsrx.h dbsrx.cpp tvrx.h tvrx.cpp lf.h lf.cpp 6 USRP_SOURCES = \ 7 main.cpp \ 8 USRP.cpp \ 9 port_impl.cpp \ 10 USRP.h \ 11 db_base.h \ 12 db_base.cpp \ 13 flex.h \ 14 flex.cpp \ 15 basic.h \ 16 basic.cpp \ 17 dbsrx.h \ 18 dbsrx.cpp \ 19 tvrx.h \ 20 tvrx.cpp \ 21 lf.h \ 22 lf.cpp 7 23 8 24 ossieName = USRP 9 25 xmldir = $(prefix)/dev/xml/$(ossieName) 10 dist_xml_DATA = USRP.scd.xml USRP.spd.xml11 26 27 dist_xml_DATA = \ 28 USRP.scd.xml \ 29 USRP.spd.xml 30 -
platform/USRP/trunk/USRP/USRP.spd.xml
r3990 r4323 7 7 <softpkg id="DCE:1d9783ae-677d-4150-887e-3d56761d4c37" name="USRP" type="sca_compliant" version=""> 8 8 <title /> 9 <description>Universal software radio peripheral</description> 9 10 <author> 10 11 <name>Ossie Team</name> -
platform/USRP/trunk/USRP/reconf
r684 r4323 2 2 3 3 rm -f config.cache 4 aclocal -I aclocal.d4 aclocal 5 5 autoconf 6 6 automake --foreign --add-missing