Changeset 4323

Show
Ignore:
Timestamp:
07/11/07 17:04:15 (6 years ago)
Author:
jgaeddert
Message:

improving autofoo, adding description to .spd.xml file

Location:
platform/USRP/trunk/USRP
Files:
1 removed
3 modified

Legend:

Unmodified
Added
Removed
  • platform/USRP/trunk/USRP/Makefile.am

    r3990 r4323  
    44devbin_PROGRAMS = USRP 
    55 
    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 
     6USRP_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 
    723 
    824ossieName = USRP 
    925xmldir = $(prefix)/dev/xml/$(ossieName) 
    10 dist_xml_DATA = USRP.scd.xml USRP.spd.xml 
    1126 
     27dist_xml_DATA =                 \ 
     28    USRP.scd.xml                \ 
     29    USRP.spd.xml 
     30 
  • platform/USRP/trunk/USRP/USRP.spd.xml

    r3990 r4323  
    77<softpkg id="DCE:1d9783ae-677d-4150-887e-3d56761d4c37" name="USRP" type="sca_compliant" version=""> 
    88    <title /> 
     9    <description>Universal software radio peripheral</description> 
    910    <author> 
    1011        <name>Ossie Team</name> 
  • platform/USRP/trunk/USRP/reconf

    r684 r4323  
    22 
    33rm -f config.cache 
    4 aclocal -I aclocal.d 
     4aclocal 
    55autoconf 
    66automake --foreign --add-missing